Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/configargparse/
Date: Mon, 04 May 2020 10:48:56
Message-Id: 1588589307.7bdbb8af0d887b4fb8ce9fba943c148af80f513a.mgorny@gentoo
1 commit: 7bdbb8af0d887b4fb8ce9fba943c148af80f513a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 4 10:46:33 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 4 10:48:27 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bdbb8af
7
8 dev-python/configargparse: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/configargparse/Manifest | 4 ---
13 .../configargparse/configargparse-1.0.ebuild | 30 ----------------------
14 .../configargparse/configargparse-1.2.1.ebuild | 30 ----------------------
15 .../configargparse/configargparse-1.2.2.ebuild | 30 ----------------------
16 .../configargparse/configargparse-1.2.ebuild | 30 ----------------------
17 5 files changed, 124 deletions(-)
18
19 diff --git a/dev-python/configargparse/Manifest b/dev-python/configargparse/Manifest
20 index 6ed7e893389..e159c3a52e9 100644
21 --- a/dev-python/configargparse/Manifest
22 +++ b/dev-python/configargparse/Manifest
23 @@ -1,6 +1,2 @@
24 -DIST ConfigArgParse-1.0.gh.tar.gz 26460 BLAKE2B 0dc83125116139e9447da8a9c660ac67db8b83a3b09c1e3ff148e09053ca10d2ef01447fd055d11804ad3903134043672ce7f458d990ff69c0ae07024539a3c4 SHA512 8e2af22dfa08bcf4665289285cc8f94aca00b650cd9521e9c02d4d83b546f4d79f2fd2cae2818ad0f2d38a16907e145ca7165071b78c557fe0be1797609e1cae
25 DIST ConfigArgParse-1.1.gh.tar.gz 27134 BLAKE2B 41e76be8932436414b4a159fe7a653594b8a1e5c3d981b2793912893924db18020489a76abbbdd71076650568e4b67b1f56e4d9161c25c5723877cc8781fbb11 SHA512 a4d02d669151087fca799bad4ed2381b7487cd749055f474f17a8b0aa4a6a643d161416510b0ee80427d59c34ce4d17710730f2d23d9b74e853dadb4d8e78260
26 -DIST ConfigArgParse-1.2.1.gh.tar.gz 27797 BLAKE2B e6e8468e15090a2915a3c2a10446c2797553eeee48f61d29218ad4935f24e92aeb4319609450d40fa1e87f9b02e9a8517fa876acf4b20ee4bc35b38daeadf99d SHA512 38fd6be13d0582e453a5d5dee1bf4a295bfe2be10b12535a8a0a597b3b726feee4fe4b27f354441c5fb53bf6b6bc11eca978d9f07c5bced6d2246996711af13f
27 -DIST ConfigArgParse-1.2.2.gh.tar.gz 27854 BLAKE2B 7432d7ab86c8bd0115226a6bad31d797130130887ebb84386434ece41554cdaf503a408ba264a83ba4fcd4f9755e36542e2f481bfa41b82dde16661f913febd1 SHA512 0b7f7264634cf38400f02329ad9d5a557958179d10bd4d92a79f1ed80539dd2f3a7616a6dacd2a442498787c7f12c13a176330b2e3c26a936866d4084eb03c90
28 DIST ConfigArgParse-1.2.3.gh.tar.gz 27858 BLAKE2B f8dbb1dfc9312107abcd0c715b93736cdb86a7742270932d13b768ac7a13f805902f026d5cb34e196a8c5c659af65c13698c2cc301b522b99bb0c019b2c0e68d SHA512 bfa8f9ca8ab5c6d4cdf2a7e7c577c99fafdf7f743c81057bebbb6045c45de2cdbf5d738f7765e5dcac5a45baa92e2a8bc7ad3879776b9cf4862e3da94e78c4cc
29 -DIST ConfigArgParse-1.2.gh.tar.gz 27780 BLAKE2B aa8e26b871c48b43a5b3527a59c463a4ce982f945f29255aa15d19ffc7e5373efef401d9ecaffdf9059865484e9ab9bd07cc9f36c685675d7d9105b03b1ae1a0 SHA512 50a125e2c03f5ec0ccd843a44109bd065c39cb3a5b72cf0ca0ab361cc1a97de56f2eef0bf04aac2cda4b302ae67cd422bf04c8e09b1bbedca3ae19a28a5f2eb9
30
31 diff --git a/dev-python/configargparse/configargparse-1.0.ebuild b/dev-python/configargparse/configargparse-1.0.ebuild
32 deleted file mode 100644
33 index 860504b241f..00000000000
34 --- a/dev-python/configargparse/configargparse-1.0.ebuild
35 +++ /dev/null
36 @@ -1,30 +0,0 @@
37 -# Copyright 1999-2020 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=7
41 -
42 -MY_PN="ConfigArgParse"
43 -MY_P="${MY_PN}-${PV}"
44 -
45 -PYTHON_COMPAT=( python{3_6,3_7,3_8} )
46 -
47 -inherit distutils-r1
48 -
49 -DESCRIPTION="Drop-in replacement for argparse supporting config files and env variables"
50 -HOMEPAGE="https://github.com/bw2/ConfigArgParse https://pypi.org/project/ConfigArgParse/"
51 -SRC_URI="https://github.com/bw2/ConfigArgParse/archive/${PV}.tar.gz -> ${MY_P}.gh.tar.gz"
52 -S="${WORKDIR}/${MY_P}"
53 -
54 -LICENSE="MIT"
55 -SLOT="0"
56 -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
57 -IUSE="test"
58 -RESTRICT="!test? ( test )"
59 -
60 -BDEPEND="
61 - test? ( dev-python/pyyaml[${PYTHON_USEDEP}] )"
62 -
63 -python_test() {
64 - local -x COLUMNS=80
65 - esetup.py test
66 -}
67
68 diff --git a/dev-python/configargparse/configargparse-1.2.1.ebuild b/dev-python/configargparse/configargparse-1.2.1.ebuild
69 deleted file mode 100644
70 index be7d7f5bac5..00000000000
71 --- a/dev-python/configargparse/configargparse-1.2.1.ebuild
72 +++ /dev/null
73 @@ -1,30 +0,0 @@
74 -# Copyright 1999-2020 Gentoo Authors
75 -# Distributed under the terms of the GNU General Public License v2
76 -
77 -EAPI=7
78 -
79 -MY_PN="ConfigArgParse"
80 -MY_P="${MY_PN}-${PV}"
81 -
82 -PYTHON_COMPAT=( python3_{6,7,8} )
83 -
84 -inherit distutils-r1
85 -
86 -DESCRIPTION="Drop-in replacement for argparse supporting config files and env variables"
87 -HOMEPAGE="https://github.com/bw2/ConfigArgParse https://pypi.org/project/ConfigArgParse/"
88 -SRC_URI="https://github.com/bw2/ConfigArgParse/archive/${PV}.tar.gz -> ${MY_P}.gh.tar.gz"
89 -S="${WORKDIR}/${MY_P}"
90 -
91 -LICENSE="MIT"
92 -SLOT="0"
93 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
94 -IUSE="test"
95 -RESTRICT="!test? ( test )"
96 -
97 -BDEPEND="
98 - test? ( dev-python/pyyaml[${PYTHON_USEDEP}] )"
99 -
100 -python_test() {
101 - local -x COLUMNS=80
102 - esetup.py test
103 -}
104
105 diff --git a/dev-python/configargparse/configargparse-1.2.2.ebuild b/dev-python/configargparse/configargparse-1.2.2.ebuild
106 deleted file mode 100644
107 index be7d7f5bac5..00000000000
108 --- a/dev-python/configargparse/configargparse-1.2.2.ebuild
109 +++ /dev/null
110 @@ -1,30 +0,0 @@
111 -# Copyright 1999-2020 Gentoo Authors
112 -# Distributed under the terms of the GNU General Public License v2
113 -
114 -EAPI=7
115 -
116 -MY_PN="ConfigArgParse"
117 -MY_P="${MY_PN}-${PV}"
118 -
119 -PYTHON_COMPAT=( python3_{6,7,8} )
120 -
121 -inherit distutils-r1
122 -
123 -DESCRIPTION="Drop-in replacement for argparse supporting config files and env variables"
124 -HOMEPAGE="https://github.com/bw2/ConfigArgParse https://pypi.org/project/ConfigArgParse/"
125 -SRC_URI="https://github.com/bw2/ConfigArgParse/archive/${PV}.tar.gz -> ${MY_P}.gh.tar.gz"
126 -S="${WORKDIR}/${MY_P}"
127 -
128 -LICENSE="MIT"
129 -SLOT="0"
130 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
131 -IUSE="test"
132 -RESTRICT="!test? ( test )"
133 -
134 -BDEPEND="
135 - test? ( dev-python/pyyaml[${PYTHON_USEDEP}] )"
136 -
137 -python_test() {
138 - local -x COLUMNS=80
139 - esetup.py test
140 -}
141
142 diff --git a/dev-python/configargparse/configargparse-1.2.ebuild b/dev-python/configargparse/configargparse-1.2.ebuild
143 deleted file mode 100644
144 index be7d7f5bac5..00000000000
145 --- a/dev-python/configargparse/configargparse-1.2.ebuild
146 +++ /dev/null
147 @@ -1,30 +0,0 @@
148 -# Copyright 1999-2020 Gentoo Authors
149 -# Distributed under the terms of the GNU General Public License v2
150 -
151 -EAPI=7
152 -
153 -MY_PN="ConfigArgParse"
154 -MY_P="${MY_PN}-${PV}"
155 -
156 -PYTHON_COMPAT=( python3_{6,7,8} )
157 -
158 -inherit distutils-r1
159 -
160 -DESCRIPTION="Drop-in replacement for argparse supporting config files and env variables"
161 -HOMEPAGE="https://github.com/bw2/ConfigArgParse https://pypi.org/project/ConfigArgParse/"
162 -SRC_URI="https://github.com/bw2/ConfigArgParse/archive/${PV}.tar.gz -> ${MY_P}.gh.tar.gz"
163 -S="${WORKDIR}/${MY_P}"
164 -
165 -LICENSE="MIT"
166 -SLOT="0"
167 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
168 -IUSE="test"
169 -RESTRICT="!test? ( test )"
170 -
171 -BDEPEND="
172 - test? ( dev-python/pyyaml[${PYTHON_USEDEP}] )"
173 -
174 -python_test() {
175 - local -x COLUMNS=80
176 - esetup.py test
177 -}