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/aiopg/
Date: Thu, 03 Nov 2022 03:09:07
Message-Id: 1667437973.33966e1fb247d8284ebf58ed77629f2a4f1be23a.cybertailor@gentoo
1 commit: 33966e1fb247d8284ebf58ed77629f2a4f1be23a
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Wed Nov 2 23:34:43 2022 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Thu Nov 3 01:12:53 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=33966e1f
7
8 dev-python/aiopg: add 1.4.0, drop 1.3.3
9
10 Closes: https://bugs.gentoo.org/856379
11 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
12
13 dev-python/aiopg/Manifest | 2 +-
14 dev-python/aiopg/{aiopg-1.3.3.ebuild => aiopg-1.4.0.ebuild} | 11 +++++++----
15 2 files changed, 8 insertions(+), 5 deletions(-)
16
17 diff --git a/dev-python/aiopg/Manifest b/dev-python/aiopg/Manifest
18 index 2edaf1fde..de3f4b5f3 100644
19 --- a/dev-python/aiopg/Manifest
20 +++ b/dev-python/aiopg/Manifest
21 @@ -1 +1 @@
22 -DIST aiopg-1.3.3.tar.gz 202064 BLAKE2B bf9998e1209753fd5095eb9e371a2038f3f849f17d0068e2516b1d8663d9c2d9fec700d30ef4f4ea236d9a63fed4f4149cf28af1323acf1c02cedda2dd4b2375 SHA512 807bbbb14df1b44a54fb193f08d91313d10c6927e4140b305ddcc4cc37a53a42b18cd63dee99a1a04d0993c8502085f3aa7626e660b6bc9cd2ef40a7414a3822
23 +DIST aiopg-1.4.0.gh.tar.gz 202204 BLAKE2B 9f4dda868c919aef05e58608b353d51f0526ef1f847e8da8f4f11e75264a47b9eb4d948a87d591e66baf7052c00706b8f4cb6befd6bf33668987cfbfad451afc SHA512 cbb28b0b15eb89fa3162e59e3e88dac18bddbad3d95458b5c3eb487d15767c26810e941f83c3478cac8a8a085b23723690c8d294bf6aac433a14c3defcef1138
24
25 diff --git a/dev-python/aiopg/aiopg-1.3.3.ebuild b/dev-python/aiopg/aiopg-1.4.0.ebuild
26 similarity index 82%
27 rename from dev-python/aiopg/aiopg-1.3.3.ebuild
28 rename to dev-python/aiopg/aiopg-1.4.0.ebuild
29 index fc777fdc7..8439a0d93 100644
30 --- a/dev-python/aiopg/aiopg-1.3.3.ebuild
31 +++ b/dev-python/aiopg/aiopg-1.4.0.ebuild
32 @@ -3,8 +3,8 @@
33
34 EAPI=8
35
36 -PYTHON_COMPAT=( python3_{8..10} )
37 -
38 +PYTHON_COMPAT=( python3_{8..11} )
39 +DISTUTILS_USE_PEP517=setuptools
40 inherit distutils-r1 optfeature
41
42 MY_PV=${PV/_beta/b}
43 @@ -13,7 +13,7 @@ HOMEPAGE="
44 https://aiopg.readthedocs.io
45 https://github.com/aio-libs/aiopg
46 "
47 -SRC_URI="https://github.com/aio-libs/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
48 +SRC_URI="https://github.com/aio-libs/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.gh.tar.gz"
49 S="${WORKDIR}/${PN}-${MY_PV}"
50
51 LICENSE="BSD"
52 @@ -23,7 +23,10 @@ KEYWORDS="~amd64 ~x86"
53 # tests use docker containers -- that's wild!
54 RESTRICT="test"
55
56 -RDEPEND="dev-python/psycopg[${PYTHON_USEDEP}]"
57 +RDEPEND="
58 + dev-python/async-timeout[${PYTHON_USEDEP}]
59 + dev-python/psycopg:2[${PYTHON_USEDEP}]
60 +"
61
62 DEPEND="test? (
63 dev-python/docker-py[${PYTHON_USEDEP}]