Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/async_timeout/
Date: Wed, 28 Aug 2019 18:20:23
Message-Id: 1567016400.d1277ef185f9df98f1ea8c6aa8cce6583ac4a3f5.zmedico@gentoo
1 commit: d1277ef185f9df98f1ea8c6aa8cce6583ac4a3f5
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 28 18:18:54 2019 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 28 18:20:00 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1277ef1
7
8 dev-python/async_timeout: Remove old versions
9
10 Package-Manager: Portage-2.3.73, Repoman-2.3.17
11 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
12
13 dev-python/async_timeout/Manifest | 5 ----
14 .../async_timeout/async_timeout-1.0.0.ebuild | 26 -----------------
15 .../async_timeout/async_timeout-1.1.0.ebuild | 28 ------------------
16 .../async_timeout/async_timeout-1.2.0.ebuild | 27 ------------------
17 .../async_timeout/async_timeout-1.2.1.ebuild | 31 --------------------
18 .../async_timeout/async_timeout-3.0.0.ebuild | 33 ----------------------
19 6 files changed, 150 deletions(-)
20
21 diff --git a/dev-python/async_timeout/Manifest b/dev-python/async_timeout/Manifest
22 index b7d48a75495..f929a7fd11e 100644
23 --- a/dev-python/async_timeout/Manifest
24 +++ b/dev-python/async_timeout/Manifest
25 @@ -1,6 +1 @@
26 -DIST async-timeout-1.1.0.tar.gz 7590 BLAKE2B 855a630b1c1be6751ee416a9f394b93b25df7e3ebdadf1b34b6d992b643ee19ccaa4a895e66608ea0d84e10573bba90e02478964fc43c34c43ea02f1064a0b60 SHA512 7132b0616052623c17d7a541051f3e759f8dc87f9ff1730585a1010bc6e139c24d5b8835431749d695fde56fb465f22094ec3f98f5f95b0b7664ec9e1f990cac
27 -DIST async-timeout-1.2.0.tar.gz 7700 BLAKE2B a658cc80ba0b35d1f79286d8f6edac4aaf84e1bcef680b1ef096f6f9d14873800f948429d00fe09b26e20ab109c676fb1ca838931a83473f59863d490caf2c0e SHA512 81a8d3fd8a6756335ce7ea292afd0ba508ea120482dfc4526017dbf6ee809e6828818653be25dee123e8626fc89cc49cfbcff41748ec950b8797b2bb21f262db
28 -DIST async-timeout-1.2.1.tar.gz 7797 BLAKE2B d8f736423631a2b2c0fb748eb2857e0f9a143af9591ddfae15d42ab13af33196a6624db5b0a705265269ed28c6c15a4e8cfe56143ccedac75a555ae62a82891b SHA512 2072caeb65a74f1a24b59a4ea905ef96d70f8fb117e3dd9c95c1107b1d67ffaa4d76b68f00364049e6e29cdb0a6d247ba0c3638ccd0a8db27bd6ee0f180f9ccb
29 -DIST async-timeout-3.0.0.tar.gz 10803 BLAKE2B 3cee55e523a652c27f73bb3790d3c214f2744ef1ba3e0fe6fee80e5e4172cab808b08513d1beb99e71a36eda0a27d31fcf23e7a1ea0fb4569dc1310fef3557e6 SHA512 17df44da4d6038dcfa30b1394bcffbe9a31470c45fcd20c21da8dbea154fd2d508afafb19ce4da7f65422057e3a141be2bd9171d0a385556814759da0fb0496f
30 DIST async-timeout-3.0.1.tar.gz 9724 BLAKE2B f18ae75969b7048469fe22949f25ea25da3fdbf08b98a16b5d5ffe823060a75e6de9ed764727e08d4344c79426e9c89013d49522f20ed62e6fbe912b5c7a8787 SHA512 fd30842671a79edfd52c7350e7fb2120533a6d97b44975f7b071ce2cbde43443bd5bbe1f2ad0ad3ab2156e1987b9e58e0c149b0ecfea8674eb0cb78eee79c986
31 -DIST async_timeout-1.0.0.tar.gz 7554 BLAKE2B a069f79eb25c1b698f688cff482970c60197ac6f22e610fe487e33180644a197961f97e1afc7d6ba86f9250add9c7c72d386b5209b8d99e0518c137246106225 SHA512 b02fa2f9558d23e6e1cc076f8d144dcfee7adeaad67c023ce747c99935c2809e2a2223f72b0a12274f11bacadc9b69a6bc3a2914c305ef05d483dc29908e9c97
32
33 diff --git a/dev-python/async_timeout/async_timeout-1.0.0.ebuild b/dev-python/async_timeout/async_timeout-1.0.0.ebuild
34 deleted file mode 100644
35 index fde1383f0a3..00000000000
36 --- a/dev-python/async_timeout/async_timeout-1.0.0.ebuild
37 +++ /dev/null
38 @@ -1,26 +0,0 @@
39 -# Copyright 1999-2019 Gentoo Authors
40 -# Distributed under the terms of the GNU General Public License v2
41 -
42 -EAPI=6
43 -PYTHON_COMPAT=( python3_5 )
44 -
45 -inherit distutils-r1
46 -
47 -DESCRIPTION="Timeout context manager for asyncio programs"
48 -HOMEPAGE="https://github.com/aio-libs/async_timeout/"
49 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
50 -
51 -LICENSE="Apache-2.0"
52 -SLOT="0"
53 -KEYWORDS="~amd64 ~x86"
54 -IUSE=""
55 -# tests introduce a circular dependency on aiohttp
56 -RESTRICT="test"
57 -
58 -DEPEND="dev-python/pytest-runner[${PYTHON_USEDEP}]
59 - dev-python/setuptools[${PYTHON_USEDEP}]
60 - dev-python/setuptools_scm[${PYTHON_USEDEP}]"
61 -
62 -python_test() {
63 - esetup.py test || die
64 -}
65
66 diff --git a/dev-python/async_timeout/async_timeout-1.1.0.ebuild b/dev-python/async_timeout/async_timeout-1.1.0.ebuild
67 deleted file mode 100644
68 index e268c983daa..00000000000
69 --- a/dev-python/async_timeout/async_timeout-1.1.0.ebuild
70 +++ /dev/null
71 @@ -1,28 +0,0 @@
72 -# Copyright 1999-2019 Gentoo Authors
73 -# Distributed under the terms of the GNU General Public License v2
74 -
75 -EAPI=6
76 -PYTHON_COMPAT=( python3_{5,6} )
77 -
78 -inherit distutils-r1
79 -
80 -MY_P=${PN/_/-}-${PV}
81 -DESCRIPTION="Timeout context manager for asyncio programs"
82 -HOMEPAGE="https://github.com/aio-libs/async_timeout/"
83 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
84 -
85 -LICENSE="Apache-2.0"
86 -SLOT="0"
87 -KEYWORDS="~amd64 ~x86"
88 -IUSE=""
89 -# tests introduce a circular dependency on aiohttp
90 -RESTRICT="test"
91 -S=${WORKDIR}/${MY_P}
92 -
93 -DEPEND="dev-python/pytest-runner[${PYTHON_USEDEP}]
94 - dev-python/setuptools[${PYTHON_USEDEP}]
95 - dev-python/setuptools_scm[${PYTHON_USEDEP}]"
96 -
97 -python_test() {
98 - esetup.py test || die
99 -}
100
101 diff --git a/dev-python/async_timeout/async_timeout-1.2.0.ebuild b/dev-python/async_timeout/async_timeout-1.2.0.ebuild
102 deleted file mode 100644
103 index 375a1916976..00000000000
104 --- a/dev-python/async_timeout/async_timeout-1.2.0.ebuild
105 +++ /dev/null
106 @@ -1,27 +0,0 @@
107 -# Copyright 1999-2019 Gentoo Authors
108 -# Distributed under the terms of the GNU General Public License v2
109 -
110 -EAPI=6
111 -PYTHON_COMPAT=( python3_{5,6} )
112 -
113 -inherit distutils-r1
114 -
115 -MY_P=${PN/_/-}-${PV}
116 -DESCRIPTION="Timeout context manager for asyncio programs"
117 -HOMEPAGE="https://github.com/aio-libs/async_timeout/"
118 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
119 -
120 -LICENSE="Apache-2.0"
121 -SLOT="0"
122 -KEYWORDS="~amd64 ~x86"
123 -IUSE="test"
124 -S=${WORKDIR}/${MY_P}
125 -
126 -DEPEND="dev-python/pytest-runner[${PYTHON_USEDEP}]
127 - dev-python/setuptools[${PYTHON_USEDEP}]
128 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
129 - test? ( dev-python/pytest-aiohttp[${PYTHON_USEDEP}] )"
130 -
131 -python_test() {
132 - esetup.py test || die
133 -}
134
135 diff --git a/dev-python/async_timeout/async_timeout-1.2.1.ebuild b/dev-python/async_timeout/async_timeout-1.2.1.ebuild
136 deleted file mode 100644
137 index 22db4f22c78..00000000000
138 --- a/dev-python/async_timeout/async_timeout-1.2.1.ebuild
139 +++ /dev/null
140 @@ -1,31 +0,0 @@
141 -# Copyright 1999-2019 Gentoo Authors
142 -# Distributed under the terms of the GNU General Public License v2
143 -
144 -EAPI=6
145 -PYTHON_COMPAT=( python3_{5,6} )
146 -
147 -inherit distutils-r1
148 -
149 -MY_P=${PN/_/-}-${PV}
150 -DESCRIPTION="Timeout context manager for asyncio programs"
151 -HOMEPAGE="https://github.com/aio-libs/async-timeout"
152 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
153 -
154 -LICENSE="Apache-2.0"
155 -SLOT="0"
156 -KEYWORDS="~amd64 ~x86"
157 -IUSE="test"
158 -S=${WORKDIR}/${MY_P}
159 -
160 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
161 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
162 - test? ( dev-python/pytest-aiohttp[${PYTHON_USEDEP}] )"
163 -
164 -python_prepare_all() {
165 - sed -i "s:, 'pytest-runner'::" -i setup.py || die
166 - distutils-r1_python_prepare_all
167 -}
168 -
169 -python_test() {
170 - py.test -v || die "Tests fail with ${EPYTHON}"
171 -}
172
173 diff --git a/dev-python/async_timeout/async_timeout-3.0.0.ebuild b/dev-python/async_timeout/async_timeout-3.0.0.ebuild
174 deleted file mode 100644
175 index 01a364ef3d4..00000000000
176 --- a/dev-python/async_timeout/async_timeout-3.0.0.ebuild
177 +++ /dev/null
178 @@ -1,33 +0,0 @@
179 -# Copyright 1999-2019 Gentoo Authors
180 -# Distributed under the terms of the GNU General Public License v2
181 -
182 -EAPI=6
183 -PYTHON_COMPAT=( python3_{5,6} )
184 -
185 -inherit distutils-r1
186 -
187 -MY_P=${PN/_/-}-${PV}
188 -DESCRIPTION="Timeout context manager for asyncio programs"
189 -HOMEPAGE="https://github.com/aio-libs/async-timeout"
190 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
191 -
192 -LICENSE="Apache-2.0"
193 -SLOT="0"
194 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
195 -IUSE="test"
196 -S=${WORKDIR}/${MY_P}
197 -
198 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
199 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
200 - test? ( dev-python/pytest-aiohttp[${PYTHON_USEDEP}] )"
201 -
202 -python_prepare_all() {
203 - sed -i "s:, 'pytest-runner'::" -i setup.py || die
204 - # tests fail due to missing fixture when trying to load this file
205 - rm tests/conftest.py || die
206 - distutils-r1_python_prepare_all
207 -}
208 -
209 -python_test() {
210 - py.test -v || die "Tests fail with ${EPYTHON}"
211 -}