Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/curio/
Date: Sat, 29 Aug 2020 14:14:28
Message-Id: 1598705623.2b73d09ec9b9f37c80a0a0e2a4c1911c73f94a29.andrewammerlaan@gentoo
1 commit: 2b73d09ec9b9f37c80a0a0e2a4c1911c73f94a29
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Sat Aug 29 12:53:43 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Sat Aug 29 12:53:43 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2b73d09e
7
8 dev-python/curio: version bump 1.4
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12
13 dev-python/curio/Manifest | 2 +-
14 dev-python/curio/{curio-1.2.ebuild => curio-1.4.ebuild} | 4 +++-
15 2 files changed, 4 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-python/curio/Manifest b/dev-python/curio/Manifest
18 index 7f5647a..f9b68ba 100644
19 --- a/dev-python/curio/Manifest
20 +++ b/dev-python/curio/Manifest
21 @@ -1,2 +1,2 @@
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
26 diff --git a/dev-python/curio/curio-1.2.ebuild b/dev-python/curio/curio-1.4.ebuild
27 similarity index 91%
28 rename from dev-python/curio/curio-1.2.ebuild
29 rename to dev-python/curio/curio-1.4.ebuild
30 index 51ab363..55819d8 100644
31 --- a/dev-python/curio/curio-1.2.ebuild
32 +++ b/dev-python/curio/curio-1.4.ebuild
33 @@ -3,7 +3,7 @@
34
35 EAPI=7
36
37 -PYTHON_COMPAT=( python3_{6,7,8} )
38 +PYTHON_COMPAT=( python3_{7,8,9} )
39 DISTUTILS_USE_SETUPTOOLS=rdepend
40
41 inherit distutils-r1
42 @@ -36,6 +36,8 @@ python_prepare_all() {
43 tests/test_queue.py || die
44 sed -i -e 's:test_uevent_get_asyncio_set:_&:' \
45 -e 's:test_uevent_get_asyncio_wait:_&:' \
46 + -e 's:test_universal_error:_&:' \
47 + -e 's:test_universal_value:_&:' \
48 tests/test_sync.py || die
49
50 distutils-r1_python_prepare_all