Gentoo Archives: gentoo-commits

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/curio/
Date: Tue, 25 May 2021 08:10:20
Message-Id: 1621930010.983cd311ca7ecd57996f68e5d7f8ba24d68901f1.cybertailor@gentoo
1 commit: 983cd311ca7ecd57996f68e5d7f8ba24d68901f1
2 Author: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Mon May 24 19:29:48 2021 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Tue May 25 08:06:50 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=983cd311
7
8 dev-python/curio: drop 1.2-r1, 1.4
9
10 Signed-off-by: Anna Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 dev-python/curio/Manifest | 1 -
13 dev-python/curio/curio-1.2-r1.ebuild | 44 -------------------------------
14 dev-python/curio/curio-1.4.ebuild | 50 ------------------------------------
15 3 files changed, 95 deletions(-)
16
17 diff --git a/dev-python/curio/Manifest b/dev-python/curio/Manifest
18 index 3cd73a65a..7edce9f79 100644
19 --- a/dev-python/curio/Manifest
20 +++ b/dev-python/curio/Manifest
21 @@ -1,4 +1,3 @@
22 DIST curio-0.9.tar.gz 482459 BLAKE2B 7ef65d22806eb10ee3e757dc0d63a202c13036cdb1995962e193332c50dd73585ab27449614de5995f874c03d8623ea27f967101aa99b15166d19a48f4cdaaea SHA512 a6ae4db76358536e6e299ecfa923fd63746cba4bc5374fbfdeb4127032552c960d1e199fdf17d95b039ca2bd000325c637f663007cd6850313bc00bc9a2a3d68
23 -DIST curio-1.2.tar.gz 228413 BLAKE2B 57dd4849a33ce8075b1f5409397abc727bb10b40d185864747d2e208b5d850286f9dc8784451d1ee8af4f28fcdb8b98d5a159a7563ae93fd30419e8938887ca3 SHA512 8a155f3d0c5512184ed4019edf5f33bfe7597ffdef1a6b19d82b42fe0317b80006d57658d69b422a320f49f9f1b6294faba6c042b7c4258538f001a9792acb8a
24 DIST curio-1.4.tar.gz 230144 BLAKE2B befe36251e6e9ef39cc220d383d9195e7ed4126aafe64403598b857551fe54ef6fff293e9ddb802dc155c9c6264d9f7b86e7393786b7bd1da4ca8882716a5d77 SHA512 105fe0d3edea0310b98bb93e74ca750516d9f33e4f8c3866be3e92a582485baf885fd58b007fb33c3e24b4a8e73b532f20899ed106c4a6ac23f97b444c4b3ffc
25 DIST curio-1.5.tar.gz 234920 BLAKE2B 26e3c0de872d77478f433990f88f9ac35f9615621aadfcc7b8d766488ffe390fd4698854640792bda4e649fc0d1224fa7cb5bf89777268fee4349500a5365547 SHA512 8c78d866b949da862ddb29d6a8db6881d00dedb33637529d02d4e3010de0e1ecd15e74f52c011828738ac7d54e5f04425c8ffb43abaf1e77c21d28d874ff711b
26
27 diff --git a/dev-python/curio/curio-1.2-r1.ebuild b/dev-python/curio/curio-1.2-r1.ebuild
28 deleted file mode 100644
29 index d009e77e7..000000000
30 --- a/dev-python/curio/curio-1.2-r1.ebuild
31 +++ /dev/null
32 @@ -1,44 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -PYTHON_COMPAT=( python3_{7,8} )
39 -DISTUTILS_USE_SETUPTOOLS=rdepend
40 -
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="Curio is a coroutine-based library for concurrent systems programming"
44 -HOMEPAGE="
45 - https://github.com/dabeaz/curio
46 - https://pypi.org/project/curio
47 -"
48 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
49 -
50 -IUSE="examples"
51 -
52 -LICENSE="BSD"
53 -KEYWORDS="~amd64 ~x86"
54 -SLOT="0"
55 -
56 -DEPEND="test? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
57 -
58 -distutils_enable_sphinx docs --no-autodoc
59 -distutils_enable_tests pytest
60 -
61 -python_test() {
62 - pytest -vv \
63 - --deselect tests/test_network.py::test_ssl_outgoing \
64 - --deselect tests/test_queue.py::test_uqueue_asyncio_consumer \
65 - --deselect tests/test_sync.py::TestUniversalEvent::test_uevent_get_asyncio_set \
66 - --deselect tests/test_sync.py::TestUniversalEvent::test_uevent_get_asyncio_wait \
67 - --deselect tests/test_socket.py::test_tcp_echo \
68 - --deselect tests/test_io.py::test_sendall_cancel \
69 - || die
70 -}
71 -
72 -python_install_all() {
73 - use examples && dodoc -r examples
74 -
75 - distutils-r1_python_install_all
76 -}
77
78 diff --git a/dev-python/curio/curio-1.4.ebuild b/dev-python/curio/curio-1.4.ebuild
79 deleted file mode 100644
80 index 55819d838..000000000
81 --- a/dev-python/curio/curio-1.4.ebuild
82 +++ /dev/null
83 @@ -1,50 +0,0 @@
84 -# Copyright 1999-2020 Gentoo Authors
85 -# Distributed under the terms of the GNU General Public License v2
86 -
87 -EAPI=7
88 -
89 -PYTHON_COMPAT=( python3_{7,8,9} )
90 -DISTUTILS_USE_SETUPTOOLS=rdepend
91 -
92 -inherit distutils-r1
93 -
94 -DESCRIPTION="Curio is a coroutine-based library for concurrent systems programming"
95 -HOMEPAGE="
96 - https://github.com/dabeaz/curio
97 - https://pypi.org/project/curio
98 -"
99 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
100 -
101 -IUSE="examples"
102 -
103 -LICENSE="BSD"
104 -KEYWORDS="~amd64 ~x86"
105 -SLOT="0"
106 -
107 -DEPEND="test? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
108 -
109 -distutils_enable_sphinx docs --no-autodoc
110 -distutils_enable_tests pytest
111 -
112 -python_prepare_all() {
113 - # requires internet connection
114 - sed -i -e 's:test_ssl_outgoing:_&:' \
115 - tests/test_network.py || die
116 -
117 - # AttributeError: module 'asyncio' has no attribute 'run'
118 - sed -i -e 's:test_uqueue_asyncio_consumer:_&:' \
119 - tests/test_queue.py || die
120 - sed -i -e 's:test_uevent_get_asyncio_set:_&:' \
121 - -e 's:test_uevent_get_asyncio_wait:_&:' \
122 - -e 's:test_universal_error:_&:' \
123 - -e 's:test_universal_value:_&:' \
124 - tests/test_sync.py || die
125 -
126 - distutils-r1_python_prepare_all
127 -}
128 -
129 -python_install_all() {
130 - use examples && dodoc -r examples
131 -
132 - distutils-r1_python_install_all
133 -}