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, 30 Dec 2019 10:45:38
Message-Id: 1577702730.11b5c43da3bdf87dac480c6311680b4415e4daba.mgorny@gentoo
1 commit: 11b5c43da3bdf87dac480c6311680b4415e4daba
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 30 10:44:16 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 30 10:45:30 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11b5c43d
7
8 dev-python/configargparse: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/configargparse/Manifest | 4 ---
13 .../configargparse/configargparse-0.11.0.ebuild | 26 ------------------
14 .../configargparse/configargparse-0.12.0.ebuild | 26 ------------------
15 .../configargparse/configargparse-0.15.1.ebuild | 31 ----------------------
16 .../configargparse/configargparse-0.15.2.ebuild | 30 ---------------------
17 5 files changed, 117 deletions(-)
18
19 diff --git a/dev-python/configargparse/Manifest b/dev-python/configargparse/Manifest
20 index eb1a07896e8..40ac0a1b1fd 100644
21 --- a/dev-python/configargparse/Manifest
22 +++ b/dev-python/configargparse/Manifest
23 @@ -1,6 +1,2 @@
24 -DIST ConfigArgParse-0.11.0.tar.gz 40863 BLAKE2B f51e9e1a1973f7e477082f5dfffe8cb03b69ed26d85bc375851a01c2f6e5526f4b5954b71c85a274a58e34abbe07bd864956430d5a94961a38a4ad3340737286 SHA512 f97d37b5d1c0f5ebfdec4c55e9a8d20d0943a41d16b80fe1b2cfdd6acfa210e0cc7bae49340498c1b31dcc76704e8291892b97415137ec90cf49e24f261c62e9
25 -DIST ConfigArgParse-0.12.0.tar.gz 41524 BLAKE2B 7bd8afc4be817c34dc6cfc6c5b862fdc53ce2ea37b019f165489596622f6ed7fed5fb6db8f84afbdd4d749a24b8aeb15378868db55668e7307c712db7fb09094 SHA512 d06f969088fb93479decffd984efed61070a663a652b06a3ac8198e64b5d681423f693ac6fdb58390eddc392ded9cf1e45056dad83256a84773c5f558f6788e8
26 DIST ConfigArgParse-0.13.0.tar.gz 31775 BLAKE2B 252130b58a514f667655e9fa0bb73c00be410d9c817d3dc57083a9a828d9c25231667720ab7c99068b502bd5eb7c79fd7053c500862447b1213d912568a2e57d SHA512 232ae25e9daf3ebedb8757912a507576a154a3b09c297db7684776172c32aa7ad03362f60d26961499c17dcf0e3cc5763b40004a75ebde5643414bceb4f3eea5
27 -DIST ConfigArgParse-0.15.1.gh.tar.gz 25760 BLAKE2B f5b8bf4d04bcbdf9f1dbd36fda91e6d0b2cc0034a79c5e2408755d3e7d661ee3518d5c1603fafa866450aafeddfdb0431bdc459d5fe3f401569ad11e87fab0bf SHA512 53d90238ac233249f305585fd8e7abcca0e45a16c53e9353d13ce6f08bbd58dbe7ea26a0627c96e686ed96c001f0b6d28bdcd4b2921c9e54811c6981bd4b7560
28 -DIST ConfigArgParse-0.15.2.gh.tar.gz 26047 BLAKE2B 1a817a76e237e698f13ebd69394e918b79981f4f983653c3777dfe77c009e01f1b646e0dea88a2e2ec574f48626e8e75ae7570ddfd6adc350e25ffd9a4b2d3cb SHA512 c8403751506b3ce096d707067659492422ecef8e684107935ab26f2e518c7c2c4baca8882cac55dd1961a86e5ad95b73389bc1a681cd2a67b5000bd6d626d2d9
29 DIST ConfigArgParse-1.0.gh.tar.gz 26460 BLAKE2B 0dc83125116139e9447da8a9c660ac67db8b83a3b09c1e3ff148e09053ca10d2ef01447fd055d11804ad3903134043672ce7f458d990ff69c0ae07024539a3c4 SHA512 8e2af22dfa08bcf4665289285cc8f94aca00b650cd9521e9c02d4d83b546f4d79f2fd2cae2818ad0f2d38a16907e145ca7165071b78c557fe0be1797609e1cae
30
31 diff --git a/dev-python/configargparse/configargparse-0.11.0.ebuild b/dev-python/configargparse/configargparse-0.11.0.ebuild
32 deleted file mode 100644
33 index abeedc9308c..00000000000
34 --- a/dev-python/configargparse/configargparse-0.11.0.ebuild
35 +++ /dev/null
36 @@ -1,26 +0,0 @@
37 -# Copyright 1999-2019 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=6
41 -PYTHON_COMPAT=( python{2_7,3_5,3_6} )
42 -
43 -inherit distutils-r1
44 -
45 -MY_PN=ConfigArgParse
46 -MY_P=${MY_PN}-${PV}
47 -
48 -DESCRIPTION="Drop-in replacement for argparse supporting config files and env variables"
49 -HOMEPAGE="https://github.com/zorro3/ConfigArgParse https://pypi.org/project/ConfigArgParse/"
50 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
51 -
52 -LICENSE="MIT"
53 -SLOT="0"
54 -KEYWORDS="amd64 ~arm x86"
55 -
56 -S=${WORKDIR}/${MY_P}
57 -
58 -RESTRICT="test"
59 -
60 -python_test() {
61 - ${PYTHON} tests/test_configargparse.py || die
62 -}
63
64 diff --git a/dev-python/configargparse/configargparse-0.12.0.ebuild b/dev-python/configargparse/configargparse-0.12.0.ebuild
65 deleted file mode 100644
66 index e9f07f6663d..00000000000
67 --- a/dev-python/configargparse/configargparse-0.12.0.ebuild
68 +++ /dev/null
69 @@ -1,26 +0,0 @@
70 -# Copyright 1999-2019 Gentoo Authors
71 -# Distributed under the terms of the GNU General Public License v2
72 -
73 -EAPI=6
74 -PYTHON_COMPAT=( python{2_7,3_5,3_6} )
75 -
76 -inherit distutils-r1
77 -
78 -MY_PN=ConfigArgParse
79 -MY_P=${MY_PN}-${PV}
80 -
81 -DESCRIPTION="Drop-in replacement for argparse supporting config files and env variables"
82 -HOMEPAGE="https://github.com/zorro3/ConfigArgParse https://pypi.org/project/ConfigArgParse/"
83 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
84 -
85 -LICENSE="MIT"
86 -SLOT="0"
87 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
88 -
89 -S=${WORKDIR}/${MY_P}
90 -
91 -RESTRICT="test"
92 -
93 -python_test() {
94 - ${PYTHON} tests/test_configargparse.py || die
95 -}
96
97 diff --git a/dev-python/configargparse/configargparse-0.15.1.ebuild b/dev-python/configargparse/configargparse-0.15.1.ebuild
98 deleted file mode 100644
99 index cffd852dc51..00000000000
100 --- a/dev-python/configargparse/configargparse-0.15.1.ebuild
101 +++ /dev/null
102 @@ -1,31 +0,0 @@
103 -# Copyright 1999-2019 Gentoo Authors
104 -# Distributed under the terms of the GNU General Public License v2
105 -
106 -EAPI=7
107 -
108 -MY_PN="ConfigArgParse"
109 -MY_P="${MY_PN}-${PV}"
110 -
111 -PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7,3_8} )
112 -
113 -inherit distutils-r1
114 -
115 -DESCRIPTION="Drop-in replacement for argparse supporting config files and env variables"
116 -HOMEPAGE="https://github.com/zorro3/ConfigArgParse https://pypi.org/project/ConfigArgParse/"
117 -#SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
118 -SRC_URI="https://github.com/zorro3/ConfigArgParse/archive/${PV}.tar.gz -> ${MY_P}.gh.tar.gz"
119 -S="${WORKDIR}/${MY_P}"
120 -
121 -LICENSE="MIT"
122 -SLOT="0"
123 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
124 -IUSE="test"
125 -RESTRICT="!test? ( test )"
126 -
127 -BDEPEND="
128 - test? ( dev-python/pyyaml[${PYTHON_USEDEP}] )"
129 -
130 -python_test() {
131 - local -x COLUMNS=80
132 - esetup.py test
133 -}
134
135 diff --git a/dev-python/configargparse/configargparse-0.15.2.ebuild b/dev-python/configargparse/configargparse-0.15.2.ebuild
136 deleted file mode 100644
137 index 0124d46ae56..00000000000
138 --- a/dev-python/configargparse/configargparse-0.15.2.ebuild
139 +++ /dev/null
140 @@ -1,30 +0,0 @@
141 -# Copyright 1999-2019 Gentoo Authors
142 -# Distributed under the terms of the GNU General Public License v2
143 -
144 -EAPI=7
145 -
146 -MY_PN="ConfigArgParse"
147 -MY_P="${MY_PN}-${PV}"
148 -
149 -PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7,3_8} )
150 -
151 -inherit distutils-r1
152 -
153 -DESCRIPTION="Drop-in replacement for argparse supporting config files and env variables"
154 -HOMEPAGE="https://github.com/bw2/ConfigArgParse https://pypi.org/project/ConfigArgParse/"
155 -SRC_URI="https://github.com/bw2/ConfigArgParse/archive/${PV}.tar.gz -> ${MY_P}.gh.tar.gz"
156 -S="${WORKDIR}/${MY_P}"
157 -
158 -LICENSE="MIT"
159 -SLOT="0"
160 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
161 -IUSE="test"
162 -RESTRICT="!test? ( test )"
163 -
164 -BDEPEND="
165 - test? ( dev-python/pyyaml[${PYTHON_USEDEP}] )"
166 -
167 -python_test() {
168 - local -x COLUMNS=80
169 - esetup.py test
170 -}