Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: python@g.o, "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH 1/9] python*-r1.eclass, distutils-r1.eclass: Link to Python Guide
Date: Wed, 04 Mar 2020 14:33:18
Message-Id: 20200304143223.55830-2-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH 0/9] python-r1 suite cleanup by "Michał Górny"
1 ---
2 eclass/distutils-r1.eclass | 4 ++--
3 eclass/python-any-r1.eclass | 6 +++---
4 eclass/python-r1.eclass | 6 +++---
5 eclass/python-single-r1.eclass | 4 ++--
6 eclass/python-utils-r1.eclass | 6 +++---
7 5 files changed, 13 insertions(+), 13 deletions(-)
8
9 diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
10 index 27ca236ccf5f..8b7745686d73 100644
11 --- a/eclass/distutils-r1.eclass
12 +++ b/eclass/distutils-r1.eclass
13 @@ -40,8 +40,8 @@
14 # as well. Thus, all the variables defined and documented there are
15 # relevant to the packages using distutils-r1.
16 #
17 -# For more information, please see the wiki:
18 -# https://wiki.gentoo.org/wiki/Project:Python/distutils-r1
19 +# For more information, please see the Python Guide:
20 +# https://dev.gentoo.org/~mgorny/python-guide/
21
22 case "${EAPI:-0}" in
23 0|1|2|3|4)
24 diff --git a/eclass/python-any-r1.eclass b/eclass/python-any-r1.eclass
25 index 878e337ff3c2..5d74c8acd3e4 100644
26 --- a/eclass/python-any-r1.eclass
27 +++ b/eclass/python-any-r1.eclass
28 @@ -1,4 +1,4 @@
29 -# Copyright 1999-2019 Gentoo Authors
30 +# Copyright 1999-2020 Gentoo Authors
31 # Distributed under the terms of the GNU General Public License v2
32
33 # @ECLASS: python-any-r1.eclass
34 @@ -33,8 +33,8 @@
35 # packages using python-any-r1, and there is no need ever to inherit
36 # both.
37 #
38 -# For more information, please see the wiki:
39 -# https://wiki.gentoo.org/wiki/Project:Python/python-any-r1
40 +# For more information, please see the Python Guide:
41 +# https://dev.gentoo.org/~mgorny/python-guide/
42
43 case "${EAPI:-0}" in
44 [0-4]) die "Unsupported EAPI=${EAPI:-0} (too old) for ${ECLASS}" ;;
45 diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass
46 index dd350a436fa5..cd4c22aa0bd8 100644
47 --- a/eclass/python-r1.eclass
48 +++ b/eclass/python-r1.eclass
49 @@ -1,4 +1,4 @@
50 -# Copyright 1999-2018 Gentoo Foundation
51 +# Copyright 1999-2020 Gentoo Authors
52 # Distributed under the terms of the GNU General Public License v2
53
54 # @ECLASS: python-r1.eclass
55 @@ -26,8 +26,8 @@
56 # in the packages using python-r1, and there is no need ever to inherit
57 # both.
58 #
59 -# For more information, please see the wiki:
60 -# https://wiki.gentoo.org/wiki/Project:Python/python-r1
61 +# For more information, please see the Python Guide:
62 +# https://dev.gentoo.org/~mgorny/python-guide/
63
64 case "${EAPI:-0}" in
65 0|1|2|3|4)
66 diff --git a/eclass/python-single-r1.eclass b/eclass/python-single-r1.eclass
67 index 739a394ddd18..87e1cb97deda 100644
68 --- a/eclass/python-single-r1.eclass
69 +++ b/eclass/python-single-r1.eclass
70 @@ -33,8 +33,8 @@
71 # in the packages using python-single-r1, and there is no need ever
72 # to inherit both.
73 #
74 -# For more information, please see the wiki:
75 -# https://wiki.gentoo.org/wiki/Project:Python/python-single-r1
76 +# For more information, please see the Python Guide:
77 +# https://dev.gentoo.org/~mgorny/python-guide/
78
79 case "${EAPI:-0}" in
80 0|1|2|3|4)
81 diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass
82 index 91a32434dfaa..bb7f1a232688 100644
83 --- a/eclass/python-utils-r1.eclass
84 +++ b/eclass/python-utils-r1.eclass
85 @@ -1,4 +1,4 @@
86 -# Copyright 1999-2019 Gentoo Authors
87 +# Copyright 1999-2020 Gentoo Authors
88 # Distributed under the terms of the GNU General Public License v2
89
90 # @ECLASS: python-utils-r1.eclass
91 @@ -16,8 +16,8 @@
92 # This eclass does not set any metadata variables nor export any phase
93 # functions. It can be inherited safely.
94 #
95 -# For more information, please see the wiki:
96 -# https://wiki.gentoo.org/wiki/Project:Python/python-utils-r1
97 +# For more information, please see the Python Guide:
98 +# https://dev.gentoo.org/~mgorny/python-guide/
99
100 case "${EAPI:-0}" in
101 [0-4]) die "Unsupported EAPI=${EAPI:-0} (too old) for ${ECLASS}" ;;
102 --
103 2.25.1