commit:     9803b6a4b6f019df21d517820c108e3d74fab42d
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Feb  2 07:33:10 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Feb  2 08:11:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9803b6a4

CONTRIBUTING.md: update links to python guide

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 CONTRIBUTING.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index daa69766d..c97918dca 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -32,7 +32,7 @@ Please don't use symlinks in the repository (e.g. 
foobar-x.y.z.ebuild -> foobar-
 
 Sometimes a upstream lists dependencies which are considered deprecated. If 
possible, packages should **not** depend on these deprecated dependencies. 
Reasons a dependency might be deprecated is that it is too old, unmaintained, 
or the features it adds are not useful to Gentoo. You can find an overview of 
the currently deprecated dependencies and the reason they are deprecated in 
`$(portageq get_repo_path / gentoo)/profiles/package.deprecated`. `repoman -dx 
full` will warn you if your package depends on a deprecated dependency.
 
-For Python packages there are some additional (test) dependencies that are 
considered undesirable or not useful, but are not considered deprecated. You 
can find an overview of those 
[here](https://dev.gentoo.org/~mgorny/python-guide/distutils.html#enabling-tests)
 and in the list below:
+For Python packages there are some additional (test) dependencies that are 
considered undesirable or not useful, but are not considered deprecated. You 
can find an overview of those 
[here](https://projects.gentoo.org/python/guide/distutils.html#enabling-tests) 
and in the list below:
 ```
 dev-python/black
 dev-python/check-manifest
@@ -82,7 +82,7 @@ Pkgcheck does even more checks than repoman. While it is good 
practice to make r
 
 Many Python packages have tests and documentation. Unlike some other eclasses 
the [distutils-r1 
eclass](https://devmanual.gentoo.org/eclass-reference/distutils-r1.eclass/index.html)
 does not enable support for these tests automatically. This is because there 
are multiple test runners available for Python. To enable tests for your Python 
ebuilds, use the `distutils_enable_tests <test-runner>` function. Similarly, 
support for documentation building with Sphinx can be added with the 
`distutils_enable_sphinx <subdir> [--no-autodoc | <plugin-pkgs>...]` function. 
Please note that these functions already append to IUSE and RESTRICT, so there 
is no need to specify this manually. 
 
-See the [dev 
manual](https://devmanual.gentoo.org/eclass-reference/distutils-r1.eclass/index.html)
 and the [Gentoo Python 
Guide](https://dev.gentoo.org/~mgorny/python-guide/distutils.html) for more 
information.
+See the [dev 
manual](https://devmanual.gentoo.org/eclass-reference/distutils-r1.eclass/index.html)
 and the [Gentoo Python 
Guide](https://projects.gentoo.org/python/guide/distutils.html) for more 
information.
 
 - #### Avoid introducing USE flags for small files and optional runtime 
dependencies.
 

Reply via email to