diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-01-27 21:27:05 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-01-29 00:01:23 +0100 |
commit | 812520903ee7e376189dc8e425c8aceea642dcb4 (patch) | |
tree | 035abddcc5ac3938fa22bdad8ab33d27b28e2050 /eclass | |
parent | distutils-r1.eclass: Support deprecated flit/poetry backends (diff) | |
download | gentoo-812520903ee7e376189dc8e425c8aceea642dcb4.tar.gz gentoo-812520903ee7e376189dc8e425c8aceea642dcb4.tar.bz2 gentoo-812520903ee7e376189dc8e425c8aceea642dcb4.zip |
eclass: Update links to Gentoo Python Guide
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/distutils-r1.eclass | 2 | ||||
-rw-r--r-- | eclass/python-any-r1.eclass | 4 | ||||
-rw-r--r-- | eclass/python-r1.eclass | 2 | ||||
-rw-r--r-- | eclass/python-single-r1.eclass | 2 | ||||
-rw-r--r-- | eclass/python-utils-r1.eclass | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index f7c6ea202ab0..e25263ee7e1d 100644 --- a/eclass/distutils-r1.eclass +++ b/eclass/distutils-r1.eclass @@ -42,7 +42,7 @@ # relevant to the packages using distutils-r1. # # For more information, please see the Python Guide: -# https://dev.gentoo.org/~mgorny/python-guide/ +# https://projects.gentoo.org/python/guide/ case "${EAPI:-0}" in [0-5]) diff --git a/eclass/python-any-r1.eclass b/eclass/python-any-r1.eclass index 7af9474d9a1f..282c449f2a03 100644 --- a/eclass/python-any-r1.eclass +++ b/eclass/python-any-r1.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: python-any-r1.eclass @@ -36,7 +36,7 @@ # both. # # For more information, please see the Python Guide: -# https://dev.gentoo.org/~mgorny/python-guide/ +# https://projects.gentoo.org/python/guide/ case "${EAPI:-0}" in [0-5]) die "Unsupported EAPI=${EAPI:-0} (too old) for ${ECLASS}" ;; diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass index 4b51cc18b959..40ad4ef4bbf8 100644 --- a/eclass/python-r1.eclass +++ b/eclass/python-r1.eclass @@ -28,7 +28,7 @@ # both. # # For more information, please see the Python Guide: -# https://dev.gentoo.org/~mgorny/python-guide/ +# https://projects.gentoo.org/python/guide/ case "${EAPI:-0}" in [0-5]) diff --git a/eclass/python-single-r1.eclass b/eclass/python-single-r1.eclass index 5a4bcea55da4..574ee9cfc04e 100644 --- a/eclass/python-single-r1.eclass +++ b/eclass/python-single-r1.eclass @@ -35,7 +35,7 @@ # to inherit both. # # For more information, please see the Python Guide: -# https://dev.gentoo.org/~mgorny/python-guide/ +# https://projects.gentoo.org/python/guide/ case "${EAPI:-0}" in [0-5]) diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass index 3d55bc0905f2..c8367f8065f4 100644 --- a/eclass/python-utils-r1.eclass +++ b/eclass/python-utils-r1.eclass @@ -17,7 +17,7 @@ # functions. It can be inherited safely. # # For more information, please see the Python Guide: -# https://dev.gentoo.org/~mgorny/python-guide/ +# https://projects.gentoo.org/python/guide/ # NOTE: When dropping support for EAPIs here, we need to update # metadata/install-qa-check.d/60python-pyc |