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/nest_asyncio/
Date: Sat, 01 Jan 2022 18:48:22
Message-Id: 1641062812.411437e7a9a5831e29767fe496df9f0674747e7e.mgorny@gentoo
1 commit: 411437e7a9a5831e29767fe496df9f0674747e7e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 1 18:46:52 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 1 18:46:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=411437e7
7
8 dev-python/nest_asyncio: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/nest_asyncio/Manifest | 2 --
13 dev-python/nest_asyncio/nest_asyncio-1.5.1.ebuild | 27 -----------------------
14 dev-python/nest_asyncio/nest_asyncio-1.5.2.ebuild | 17 --------------
15 3 files changed, 46 deletions(-)
16
17 diff --git a/dev-python/nest_asyncio/Manifest b/dev-python/nest_asyncio/Manifest
18 index 47a5a97139b0..88dac5f9958c 100644
19 --- a/dev-python/nest_asyncio/Manifest
20 +++ b/dev-python/nest_asyncio/Manifest
21 @@ -1,3 +1 @@
22 -DIST nest_asyncio-1.5.1.tar.gz 5738 BLAKE2B 0aa7d9a71c75b97b1eeb40dab8b2b9942a6c2107643aa82429b3d27c3fcc3602494a86903669ec3ee4f577802463cdf05cfafc4bf0c6721b251a61b079d7381a SHA512 cb85ce82706d17081de58e4176bbc6bba9efd9eec99a36902dd689010d08d4267e742cabb89c088cc274aac13ed9929f09e0f55f375cee35e3c15385ed2fe0d3
23 -DIST nest_asyncio-1.5.2.tar.gz 7227 BLAKE2B a6e57f10f7fdeed0e141dad40bf170d8e3194712c9b458666188508594dabadbac73e60d6ef0c6669fea8dab7f8f05b94e66646f4783440edf511c64ea152739 SHA512 089fc6ef6b8c029426dab2036b6817281a18e137fe54ce7275caa8eeb25acc3ce513d493d8257ddd0b0219cb999a0b6d9c65ca2798efb525cea469873e98e712
24 DIST nest_asyncio-1.5.4.tar.gz 5893 BLAKE2B d3f693e251d5f0e9f7f31e0aa3e88962aaf927320268a31d53fc2b2eb71bb45eb3a8f9d7f733d0ca96a848beb1d8c505121325749226e962a44b3c2988873190 SHA512 982e274712ec8a8004108492708f28fbf459c5f2d274e754387b0afa0f92425fe29be075e3402bbc319accf17974efcbb3015799421f6a10ed15cfa424f82310
25
26 diff --git a/dev-python/nest_asyncio/nest_asyncio-1.5.1.ebuild b/dev-python/nest_asyncio/nest_asyncio-1.5.1.ebuild
27 deleted file mode 100644
28 index cd229300b86e..000000000000
29 --- a/dev-python/nest_asyncio/nest_asyncio-1.5.1.ebuild
30 +++ /dev/null
31 @@ -1,27 +0,0 @@
32 -# Copyright 2020-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -PYTHON_COMPAT=( python3_{8..10} )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="Patch asyncio to allow nested event loops"
42 -HOMEPAGE="https://github.com/erdewit/nest_asyncio/"
43 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 -
45 -LICENSE="BSD-2"
46 -SLOT="0"
47 -KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
48 -
49 -distutils_enable_tests pytest
50 -
51 -python_test() {
52 - local deselect=()
53 - [[ ${EPYTHON} == python3.10 ]] && deselect+=(
54 - # incorrect args in test itself
55 - tests/nest_test.py::NestTest::test_two_run_until_completes_in_one_outer_loop
56 - )
57 - epytest ${deselect[@]/#/--deselect }
58 -}
59
60 diff --git a/dev-python/nest_asyncio/nest_asyncio-1.5.2.ebuild b/dev-python/nest_asyncio/nest_asyncio-1.5.2.ebuild
61 deleted file mode 100644
62 index be2f4e2dd502..000000000000
63 --- a/dev-python/nest_asyncio/nest_asyncio-1.5.2.ebuild
64 +++ /dev/null
65 @@ -1,17 +0,0 @@
66 -# Copyright 2020-2021 Gentoo Authors
67 -# Distributed under the terms of the GNU General Public License v2
68 -
69 -EAPI=8
70 -
71 -PYTHON_COMPAT=( python3_{8..10} )
72 -inherit distutils-r1
73 -
74 -DESCRIPTION="Patch asyncio to allow nested event loops"
75 -HOMEPAGE="https://github.com/erdewit/nest_asyncio/"
76 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
77 -
78 -LICENSE="BSD-2"
79 -SLOT="0"
80 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
81 -
82 -distutils_enable_tests pytest