Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH 2/2] eclass: Update links to Gentoo Python Guide
Date: Thu, 27 Jan 2022 20:28:45
Message-Id: 20220127202816.2976540-2-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH 1/2 v2] distutils-r1.eclass: Support deprecated flit/poetry backends by "Michał Górny"
1 Signed-off-by: Michał Górny <mgorny@g.o>
2 ---
3 eclass/distutils-r1.eclass | 2 +-
4 eclass/python-any-r1.eclass | 2 +-
5 eclass/python-r1.eclass | 2 +-
6 eclass/python-single-r1.eclass | 2 +-
7 eclass/python-utils-r1.eclass | 2 +-
8 5 files changed, 5 insertions(+), 5 deletions(-)
9
10 diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
11 index f7c6ea202ab0..e25263ee7e1d 100644
12 --- a/eclass/distutils-r1.eclass
13 +++ b/eclass/distutils-r1.eclass
14 @@ -42,7 +42,7 @@
15 # relevant to the packages using distutils-r1.
16 #
17 # For more information, please see the Python Guide:
18 -# https://dev.gentoo.org/~mgorny/python-guide/
19 +# https://projects.gentoo.org/python/guide/
20
21 case "${EAPI:-0}" in
22 [0-5])
23 diff --git a/eclass/python-any-r1.eclass b/eclass/python-any-r1.eclass
24 index 7af9474d9a1f..f7cc6e10e9be 100644
25 --- a/eclass/python-any-r1.eclass
26 +++ b/eclass/python-any-r1.eclass
27 @@ -36,7 +36,7 @@
28 # both.
29 #
30 # For more information, please see the Python Guide:
31 -# https://dev.gentoo.org/~mgorny/python-guide/
32 +# https://projects.gentoo.org/python/guide/
33
34 case "${EAPI:-0}" in
35 [0-5]) die "Unsupported EAPI=${EAPI:-0} (too old) for ${ECLASS}" ;;
36 diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass
37 index 4b51cc18b959..40ad4ef4bbf8 100644
38 --- a/eclass/python-r1.eclass
39 +++ b/eclass/python-r1.eclass
40 @@ -28,7 +28,7 @@
41 # both.
42 #
43 # For more information, please see the Python Guide:
44 -# https://dev.gentoo.org/~mgorny/python-guide/
45 +# https://projects.gentoo.org/python/guide/
46
47 case "${EAPI:-0}" in
48 [0-5])
49 diff --git a/eclass/python-single-r1.eclass b/eclass/python-single-r1.eclass
50 index 5a4bcea55da4..574ee9cfc04e 100644
51 --- a/eclass/python-single-r1.eclass
52 +++ b/eclass/python-single-r1.eclass
53 @@ -35,7 +35,7 @@
54 # to inherit both.
55 #
56 # For more information, please see the Python Guide:
57 -# https://dev.gentoo.org/~mgorny/python-guide/
58 +# https://projects.gentoo.org/python/guide/
59
60 case "${EAPI:-0}" in
61 [0-5])
62 diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass
63 index 3d55bc0905f2..c8367f8065f4 100644
64 --- a/eclass/python-utils-r1.eclass
65 +++ b/eclass/python-utils-r1.eclass
66 @@ -17,7 +17,7 @@
67 # functions. It can be inherited safely.
68 #
69 # For more information, please see the Python Guide:
70 -# https://dev.gentoo.org/~mgorny/python-guide/
71 +# https://projects.gentoo.org/python/guide/
72
73 # NOTE: When dropping support for EAPIs here, we need to update
74 # metadata/install-qa-check.d/60python-pyc
75 --
76 2.35.0