Skip to content

Commit 75a6f86

Browse files
committed
chore: update repo URLs and references and check for Ruff
1 parent f9e84c3 commit 75a6f86

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

packages/google-cloud-ndb/.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"release_level": "stable",
77
"language": "python",
88
"library_type": "GAPIC_MANUAL",
9-
"repo": "googleapis/python-ndb",
9+
"repo": "googleapis/google-cloud-python",
1010
"distribution_name": "google-cloud-ndb",
1111
"default_version": "",
1212
"codeowner_team": "@googleapis/firestore-dpe @googleapis/gcs-sdk-team",

packages/google-cloud-ndb/CONTRIBUTING.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ You'll have to create a development environment to hack on
4545

4646
- Clone your fork of ``python-ndb`` from your GitHub account to your local
4747
computer, substituting your account username and specifying the destination
48-
as ``hack-on-python-ndb``. E.g.::
48+
as ``hack-on-google-cloud-python``. E.g.::
4949

5050
$ cd ${HOME}
51-
$ git clone git@github.com:USERNAME/python-ndb.git hack-on-python-ndb
52-
$ cd hack-on-python-ndb
51+
$ git clone git@github.com:USERNAME/google-cloud-python.git hack-on-google-cloud-python
52+
$ cd hack-on-google-cloud-python
5353
# Configure remotes such that you can pull changes from the python-ndb
5454
# repository into your local repository.
55-
$ git remote add upstream git@github.com:googleapis/python-ndb.git
55+
$ git remote add upstream git@github.com:googleapis/google-cloud-python.git
5656
# fetch and merge changes from upstream into main
5757
$ git fetch upstream
5858
$ git merge upstream/main
@@ -63,7 +63,7 @@ repo, from which you can submit a pull request.
6363
To work on the codebase and run the tests, we recommend using ``nox``,
6464
but you can also use a ``virtualenv`` of your own creation.
6565

66-
.. _repo: https://github.com/googleapis/python-ndb
66+
.. _repo: https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-ndb
6767

6868
Using ``nox``
6969
=============
@@ -219,13 +219,13 @@ using to develop ``python-ndb``):
219219
#. After following the steps above in "Using a Development Checkout", install
220220
Sphinx and all development requirements in your virtualenv::
221221

222-
$ cd ${HOME}/hack-on-python-ndb
222+
$ cd ${HOME}/hack-on-google-cloud-python
223223
$ ${VENV}/bin/pip install Sphinx
224224

225225
#. Change into the ``docs`` directory within your ``python-ndb`` checkout and
226226
execute the ``make`` command with some flags::
227227

228-
$ cd ${HOME}/hack-on-python-ndb/docs
228+
$ cd ${HOME}/hack-on-google-cloud-python/docs
229229
$ make clean html SPHINXBUILD=${VENV}/bin/sphinx-build
230230

231231
The ``SPHINXBUILD=...`` argument tells Sphinx to use the virtualenv Python,
@@ -248,7 +248,7 @@ The `description on PyPI`_ for the project comes directly from the
248248
``README``. Due to the reStructuredText (``rst``) parser used by
249249
PyPI, relative links which will work on GitHub (e.g. ``CONTRIBUTING.rst``
250250
instead of
251-
``https://github.com/googleapis/python-ndb/blob/main/CONTRIBUTING.rst``)
251+
``https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-ndb/CONTRIBUTING.rst``)
252252
may cause problems creating links or rendering the description.
253253

254254
.. _description on PyPI: https://pypi.org/project/google-cloud/
@@ -281,7 +281,7 @@ We support:
281281

282282
Supported versions can be found in our ``noxfile.py`` `config`_.
283283

284-
.. _config: https://github.com/googleapis/python-ndb/blob/main/noxfile.py
284+
.. _config: https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-ndb/noxfile.py
285285

286286

287287
**********

packages/google-cloud-ndb/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ def main():
5757
author="Google LLC",
5858
author_email="googleapis-packages@google.com",
5959
license="Apache 2.0",
60-
url="https://github.com/googleapis/python-ndb",
60+
url="https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-ndb",
6161
project_urls={
6262
'Documentation': 'https://googleapis.dev/python/python-ndb/latest',
63-
'Issue Tracker': 'https://github.com/googleapis/python-ndb/issues'
63+
'Issue Tracker': 'https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-ndb/issues'
6464
},
6565
classifiers=[
6666
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)