public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aiopg/
@ 2021-08-14  3:02 Anna Vyalkova
  0 siblings, 0 replies; 13+ messages in thread
From: Anna Vyalkova @ 2021-08-14  3:02 UTC (permalink / raw
  To: gentoo-commits

commit:     b44df903b46bbe9fb670d94a504d448b7b073033
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Aug 14 03:01:15 2021 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sat Aug 14 03:01:59 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b44df903

dev-python/aiopg: add 1.3.2_beta1, drop 1.1.0

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/aiopg/Manifest                          |  2 +-
 ...aiopg-1.1.0.ebuild => aiopg-1.3.2_beta1.ebuild} | 28 ++++++++++++++--------
 2 files changed, 19 insertions(+), 11 deletions(-)

diff --git a/dev-python/aiopg/Manifest b/dev-python/aiopg/Manifest
index 609c9e71e..3f8a28ff8 100644
--- a/dev-python/aiopg/Manifest
+++ b/dev-python/aiopg/Manifest
@@ -1,2 +1,2 @@
-DIST aiopg-1.1.0.tar.gz 198388 BLAKE2B 4d1894f31ebd7bfd1234415c72727fb04fceef42ef86af7198447848846aef748fc9cf03958f9e5a2e2899836f304aebc97973117e0bc53e960f14ef7d4ab299 SHA512 375a7325a84a52a6eaff51132a9c7fe8982c4f69fbf747917fbf759a0be9ca6d2a3a1d90e852fa0a0c905c6679ff0603e3c85ddae6ee38b67f702d7d79b3b153
 DIST aiopg-1.2.1.tar.gz 197099 BLAKE2B 3c4300724da13d6f9d439a31a0fad02361eb3f95fde90abd4718a2298d291f760e2a4a2c15691cd90a2996c101759422bb372202768f43b2ad6923c4921d1387 SHA512 19c00a77cbf8bc60c7704bcc17f9baab6ec1b0554dc62c1bf8fbd4f97f56636fc5edf9479da5a9c27dfc06108c9d650b3fe5d2cddca445f1ffa7b18cbc1d896c
+DIST aiopg-1.3.2_beta1.tar.gz 202058 BLAKE2B a303ef66ded1a0f77a33d83c0d498e16519521c87e930b3ab9097ac56c8ad6e111e5edc145c869aef2530900f3f2c2400ef785e307c2333053a0dfae1439f2f6 SHA512 855ab21528a8eb572f2b0b7965bcca37cacd42ef79910f4b042c22654c6bb37b2528dd2cddd1fa66dba24cccdc0996ba8281b44bb9d99a1607fc146747ffd642

diff --git a/dev-python/aiopg/aiopg-1.1.0.ebuild b/dev-python/aiopg/aiopg-1.3.2_beta1.ebuild
similarity index 57%
rename from dev-python/aiopg/aiopg-1.1.0.ebuild
rename to dev-python/aiopg/aiopg-1.3.2_beta1.ebuild
index c34f8f75a..fc777fdc7 100644
--- a/dev-python/aiopg/aiopg-1.1.0.ebuild
+++ b/dev-python/aiopg/aiopg-1.3.2_beta1.ebuild
@@ -1,37 +1,45 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1 optfeature
 
-DESCRIPTION="aiopg is a library for accessing a PostgreSQL database from the asyncio"
+MY_PV=${PV/_beta/b}
+DESCRIPTION="Postgres integration with asyncio"
 HOMEPAGE="
 	https://aiopg.readthedocs.io
 	https://github.com/aio-libs/aiopg
 "
-SRC_URI="https://github.com/aio-libs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/aio-libs/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${MY_PV}"
 
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-# tests seem to be wanting to send/recieve things
-# which is probably not allowed inside emerge so they fail?
+# tests use docker containers -- that's wild!
 RESTRICT="test"
 
 RDEPEND="dev-python/psycopg[${PYTHON_USEDEP}]"
 
 DEPEND="test? (
+	dev-python/docker-py[${PYTHON_USEDEP}]
 	dev-python/pytest-timeout[${PYTHON_USEDEP}]
 	dev-python/sqlalchemy[${PYTHON_USEDEP}]
 )"
 
-pkg_postinst() {
-	optfeature "sqlalchemy support" dev-python/sqlalchemy
-}
+DOCS=( CHANGES.txt README.rst )
 
 distutils_enable_tests pytest
 distutils_enable_sphinx docs dev-python/sphinxcontrib-asyncio
+
+python_test() {
+	epytest --no-pull
+}
+
+pkg_postinst() {
+	optfeature "sqlalchemy support" dev-python/sqlalchemy
+}


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aiopg/
@ 2024-05-14  0:14 Julien Roy
  0 siblings, 0 replies; 13+ messages in thread
From: Julien Roy @ 2024-05-14  0:14 UTC (permalink / raw
  To: gentoo-commits

commit:     37acc6775ca2d023871cbf816180a217d6b90ab5
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Mon May 13 23:37:25 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Mon May 13 23:37:25 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=37acc677

dev-python/aiopg: enable py3.12

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/aiopg/aiopg-1.4.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/aiopg/aiopg-1.4.0.ebuild b/dev-python/aiopg/aiopg-1.4.0.ebuild
index b98677a54a..467b0a4381 100644
--- a/dev-python/aiopg/aiopg-1.4.0.ebuild
+++ b/dev-python/aiopg/aiopg-1.4.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 DISTUTILS_USE_PEP517=setuptools
 inherit distutils-r1 optfeature
 


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aiopg/
@ 2024-04-22 20:30 Anna Vyalkova
  0 siblings, 0 replies; 13+ messages in thread
From: Anna Vyalkova @ 2024-04-22 20:30 UTC (permalink / raw
  To: gentoo-commits

commit:     990e02d25da2701b14a7313935e516f18512863b
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Apr 22 20:27:25 2024 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Mon Apr 22 20:27:25 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=990e02d2

dev-python/aiopg: disable docs build

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/aiopg/aiopg-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/aiopg/aiopg-1.4.0.ebuild b/dev-python/aiopg/aiopg-1.4.0.ebuild
index 03bccc321e..b98677a54a 100644
--- a/dev-python/aiopg/aiopg-1.4.0.ebuild
+++ b/dev-python/aiopg/aiopg-1.4.0.ebuild
@@ -37,7 +37,7 @@ DEPEND="test? (
 DOCS=( CHANGES.txt README.rst )
 
 distutils_enable_tests pytest
-distutils_enable_sphinx docs dev-python/sphinxcontrib-asyncio
+#distutils_enable_sphinx docs dev-python/sphinxcontrib-asyncio
 
 python_test() {
 	epytest --no-pull


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/aiopg/
@ 2023-06-04  6:20 Viorel Munteanu
  2023-06-04  6:13 ` [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
  0 siblings, 1 reply; 13+ messages in thread
From: Viorel Munteanu @ 2023-06-04  6:20 UTC (permalink / raw
  To: gentoo-commits

commit:     3e8755236b250e99e377a57ea7fc799712770ff2
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  4 06:12:00 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sun Jun  4 06:12:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3e875523

dev-python/aiopg: fix renamed python dependency

dev-python/docker-py -> dev-python/docker

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 dev-python/aiopg/aiopg-1.4.0.ebuild | 2 +-
 dev-python/aiopg/metadata.xml       | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-python/aiopg/aiopg-1.4.0.ebuild b/dev-python/aiopg/aiopg-1.4.0.ebuild
index b137e318f..03bccc321 100644
--- a/dev-python/aiopg/aiopg-1.4.0.ebuild
+++ b/dev-python/aiopg/aiopg-1.4.0.ebuild
@@ -29,7 +29,7 @@ RDEPEND="
 "
 
 DEPEND="test? (
-	dev-python/docker-py[${PYTHON_USEDEP}]
+	dev-python/docker[${PYTHON_USEDEP}]
 	dev-python/pytest-timeout[${PYTHON_USEDEP}]
 	dev-python/sqlalchemy[${PYTHON_USEDEP}]
 )"

diff --git a/dev-python/aiopg/metadata.xml b/dev-python/aiopg/metadata.xml
index 501f3f134..e1df63150 100644
--- a/dev-python/aiopg/metadata.xml
+++ b/dev-python/aiopg/metadata.xml
@@ -9,4 +9,7 @@
 		<email>cyber+gentoo@sysrq.in</email>
 		<name>Anna</name>
 	</maintainer>
+	<upstream>
+		<remote-id type="github">aio-libs/aiopg</remote-id>
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aiopg/
@ 2022-11-11 18:55 Anna Vyalkova
  0 siblings, 0 replies; 13+ messages in thread
From: Anna Vyalkova @ 2022-11-11 18:55 UTC (permalink / raw
  To: gentoo-commits

commit:     e1b0d31873c6b23522eae123be2dc39bb9effd9f
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Nov 11 18:54:46 2022 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Fri Nov 11 18:54:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e1b0d318

dev-python/aiopg: add myself as a maintainer

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/aiopg/metadata.xml | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/dev-python/aiopg/metadata.xml b/dev-python/aiopg/metadata.xml
index a507be0a7..7141f05af 100644
--- a/dev-python/aiopg/metadata.xml
+++ b/dev-python/aiopg/metadata.xml
@@ -1,9 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-
 <pkgmetadata>
-    <maintainer type="person">
-        <email>piotr.staroszczyk@get24.org</email>
-        <name>Piotr Staroszczyk</name>
-    </maintainer>
+	<maintainer type="person">
+		<email>piotr.staroszczyk@get24.org</email>
+		<name>Piotr Staroszczyk</name>
+	</maintainer>
+	<maintainer type="person">
+		<email>cyber+gentoo@sysrq.in</email>
+		<name>Anna</name>
+	</maintainer>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aiopg/
@ 2022-11-03  3:09 Anna Vyalkova
  0 siblings, 0 replies; 13+ messages in thread
From: Anna Vyalkova @ 2022-11-03  3:09 UTC (permalink / raw
  To: gentoo-commits

commit:     ff0151aef50e11551ec02c01834594ed31fa8c5c
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Nov  2 23:29:17 2022 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu Nov  3 01:12:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ff0151ae

dev-python/aiopg: drop 1.3.2_beta1

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/aiopg/Manifest                 |  1 -
 dev-python/aiopg/aiopg-1.3.2_beta1.ebuild | 45 -------------------------------
 2 files changed, 46 deletions(-)

diff --git a/dev-python/aiopg/Manifest b/dev-python/aiopg/Manifest
index 1f636750a..2edaf1fde 100644
--- a/dev-python/aiopg/Manifest
+++ b/dev-python/aiopg/Manifest
@@ -1,2 +1 @@
-DIST aiopg-1.3.2_beta1.tar.gz 202058 BLAKE2B a303ef66ded1a0f77a33d83c0d498e16519521c87e930b3ab9097ac56c8ad6e111e5edc145c869aef2530900f3f2c2400ef785e307c2333053a0dfae1439f2f6 SHA512 855ab21528a8eb572f2b0b7965bcca37cacd42ef79910f4b042c22654c6bb37b2528dd2cddd1fa66dba24cccdc0996ba8281b44bb9d99a1607fc146747ffd642
 DIST aiopg-1.3.3.tar.gz 202064 BLAKE2B bf9998e1209753fd5095eb9e371a2038f3f849f17d0068e2516b1d8663d9c2d9fec700d30ef4f4ea236d9a63fed4f4149cf28af1323acf1c02cedda2dd4b2375 SHA512 807bbbb14df1b44a54fb193f08d91313d10c6927e4140b305ddcc4cc37a53a42b18cd63dee99a1a04d0993c8502085f3aa7626e660b6bc9cd2ef40a7414a3822

diff --git a/dev-python/aiopg/aiopg-1.3.2_beta1.ebuild b/dev-python/aiopg/aiopg-1.3.2_beta1.ebuild
deleted file mode 100644
index fc777fdc7..000000000
--- a/dev-python/aiopg/aiopg-1.3.2_beta1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1 optfeature
-
-MY_PV=${PV/_beta/b}
-DESCRIPTION="Postgres integration with asyncio"
-HOMEPAGE="
-	https://aiopg.readthedocs.io
-	https://github.com/aio-libs/aiopg
-"
-SRC_URI="https://github.com/aio-libs/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-# tests use docker containers -- that's wild!
-RESTRICT="test"
-
-RDEPEND="dev-python/psycopg[${PYTHON_USEDEP}]"
-
-DEPEND="test? (
-	dev-python/docker-py[${PYTHON_USEDEP}]
-	dev-python/pytest-timeout[${PYTHON_USEDEP}]
-	dev-python/sqlalchemy[${PYTHON_USEDEP}]
-)"
-
-DOCS=( CHANGES.txt README.rst )
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs dev-python/sphinxcontrib-asyncio
-
-python_test() {
-	epytest --no-pull
-}
-
-pkg_postinst() {
-	optfeature "sqlalchemy support" dev-python/sqlalchemy
-}


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aiopg/
@ 2022-11-03  3:09 Anna Vyalkova
  0 siblings, 0 replies; 13+ messages in thread
From: Anna Vyalkova @ 2022-11-03  3:09 UTC (permalink / raw
  To: gentoo-commits

commit:     33966e1fb247d8284ebf58ed77629f2a4f1be23a
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Nov  2 23:34:43 2022 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu Nov  3 01:12:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=33966e1f

dev-python/aiopg: add 1.4.0, drop 1.3.3

Closes: https://bugs.gentoo.org/856379
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/aiopg/Manifest                                   |  2 +-
 dev-python/aiopg/{aiopg-1.3.3.ebuild => aiopg-1.4.0.ebuild} | 11 +++++++----
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/dev-python/aiopg/Manifest b/dev-python/aiopg/Manifest
index 2edaf1fde..de3f4b5f3 100644
--- a/dev-python/aiopg/Manifest
+++ b/dev-python/aiopg/Manifest
@@ -1 +1 @@
-DIST aiopg-1.3.3.tar.gz 202064 BLAKE2B bf9998e1209753fd5095eb9e371a2038f3f849f17d0068e2516b1d8663d9c2d9fec700d30ef4f4ea236d9a63fed4f4149cf28af1323acf1c02cedda2dd4b2375 SHA512 807bbbb14df1b44a54fb193f08d91313d10c6927e4140b305ddcc4cc37a53a42b18cd63dee99a1a04d0993c8502085f3aa7626e660b6bc9cd2ef40a7414a3822
+DIST aiopg-1.4.0.gh.tar.gz 202204 BLAKE2B 9f4dda868c919aef05e58608b353d51f0526ef1f847e8da8f4f11e75264a47b9eb4d948a87d591e66baf7052c00706b8f4cb6befd6bf33668987cfbfad451afc SHA512 cbb28b0b15eb89fa3162e59e3e88dac18bddbad3d95458b5c3eb487d15767c26810e941f83c3478cac8a8a085b23723690c8d294bf6aac433a14c3defcef1138

diff --git a/dev-python/aiopg/aiopg-1.3.3.ebuild b/dev-python/aiopg/aiopg-1.4.0.ebuild
similarity index 82%
rename from dev-python/aiopg/aiopg-1.3.3.ebuild
rename to dev-python/aiopg/aiopg-1.4.0.ebuild
index fc777fdc7..8439a0d93 100644
--- a/dev-python/aiopg/aiopg-1.3.3.ebuild
+++ b/dev-python/aiopg/aiopg-1.4.0.ebuild
@@ -3,8 +3,8 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
-
+PYTHON_COMPAT=( python3_{8..11} )
+DISTUTILS_USE_PEP517=setuptools
 inherit distutils-r1 optfeature
 
 MY_PV=${PV/_beta/b}
@@ -13,7 +13,7 @@ HOMEPAGE="
 	https://aiopg.readthedocs.io
 	https://github.com/aio-libs/aiopg
 "
-SRC_URI="https://github.com/aio-libs/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/aio-libs/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.gh.tar.gz"
 S="${WORKDIR}/${PN}-${MY_PV}"
 
 LICENSE="BSD"
@@ -23,7 +23,10 @@ KEYWORDS="~amd64 ~x86"
 # tests use docker containers -- that's wild!
 RESTRICT="test"
 
-RDEPEND="dev-python/psycopg[${PYTHON_USEDEP}]"
+RDEPEND="
+	dev-python/async-timeout[${PYTHON_USEDEP}]
+	dev-python/psycopg:2[${PYTHON_USEDEP}]
+"
 
 DEPEND="test? (
 	dev-python/docker-py[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aiopg/
@ 2021-12-14  7:14 Anna Vyalkova
  0 siblings, 0 replies; 13+ messages in thread
From: Anna Vyalkova @ 2021-12-14  7:14 UTC (permalink / raw
  To: gentoo-commits

commit:     8e818f5f95b8f13bf923ae149059f28097abbee7
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Dec 10 07:35:23 2021 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue Dec 14 07:02:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8e818f5f

dev-python/aiopg: add 1.3.3, drop 1.2.1

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/aiopg/Manifest                          |  2 +-
 .../{aiopg-1.2.1.ebuild => aiopg-1.3.3.ebuild}     | 28 ++++++++++++++--------
 2 files changed, 19 insertions(+), 11 deletions(-)

diff --git a/dev-python/aiopg/Manifest b/dev-python/aiopg/Manifest
index 3f8a28ff8..1f636750a 100644
--- a/dev-python/aiopg/Manifest
+++ b/dev-python/aiopg/Manifest
@@ -1,2 +1,2 @@
-DIST aiopg-1.2.1.tar.gz 197099 BLAKE2B 3c4300724da13d6f9d439a31a0fad02361eb3f95fde90abd4718a2298d291f760e2a4a2c15691cd90a2996c101759422bb372202768f43b2ad6923c4921d1387 SHA512 19c00a77cbf8bc60c7704bcc17f9baab6ec1b0554dc62c1bf8fbd4f97f56636fc5edf9479da5a9c27dfc06108c9d650b3fe5d2cddca445f1ffa7b18cbc1d896c
 DIST aiopg-1.3.2_beta1.tar.gz 202058 BLAKE2B a303ef66ded1a0f77a33d83c0d498e16519521c87e930b3ab9097ac56c8ad6e111e5edc145c869aef2530900f3f2c2400ef785e307c2333053a0dfae1439f2f6 SHA512 855ab21528a8eb572f2b0b7965bcca37cacd42ef79910f4b042c22654c6bb37b2528dd2cddd1fa66dba24cccdc0996ba8281b44bb9d99a1607fc146747ffd642
+DIST aiopg-1.3.3.tar.gz 202064 BLAKE2B bf9998e1209753fd5095eb9e371a2038f3f849f17d0068e2516b1d8663d9c2d9fec700d30ef4f4ea236d9a63fed4f4149cf28af1323acf1c02cedda2dd4b2375 SHA512 807bbbb14df1b44a54fb193f08d91313d10c6927e4140b305ddcc4cc37a53a42b18cd63dee99a1a04d0993c8502085f3aa7626e660b6bc9cd2ef40a7414a3822

diff --git a/dev-python/aiopg/aiopg-1.2.1.ebuild b/dev-python/aiopg/aiopg-1.3.3.ebuild
similarity index 57%
rename from dev-python/aiopg/aiopg-1.2.1.ebuild
rename to dev-python/aiopg/aiopg-1.3.3.ebuild
index f6e4eb63e..fc777fdc7 100644
--- a/dev-python/aiopg/aiopg-1.2.1.ebuild
+++ b/dev-python/aiopg/aiopg-1.3.3.ebuild
@@ -1,37 +1,45 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1 optfeature
 
-DESCRIPTION="aiopg is a library for accessing a PostgreSQL database from the asyncio"
+MY_PV=${PV/_beta/b}
+DESCRIPTION="Postgres integration with asyncio"
 HOMEPAGE="
 	https://aiopg.readthedocs.io
 	https://github.com/aio-libs/aiopg
 "
-SRC_URI="https://github.com/aio-libs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/aio-libs/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${MY_PV}"
 
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-# tests seem to be wanting to send/recieve things
-# which is probably not allowed inside emerge so they fail?
+# tests use docker containers -- that's wild!
 RESTRICT="test"
 
 RDEPEND="dev-python/psycopg[${PYTHON_USEDEP}]"
 
 DEPEND="test? (
+	dev-python/docker-py[${PYTHON_USEDEP}]
 	dev-python/pytest-timeout[${PYTHON_USEDEP}]
 	dev-python/sqlalchemy[${PYTHON_USEDEP}]
 )"
 
-pkg_postinst() {
-	optfeature "sqlalchemy support" dev-python/sqlalchemy
-}
+DOCS=( CHANGES.txt README.rst )
 
 distutils_enable_tests pytest
 distutils_enable_sphinx docs dev-python/sphinxcontrib-asyncio
+
+python_test() {
+	epytest --no-pull
+}
+
+pkg_postinst() {
+	optfeature "sqlalchemy support" dev-python/sqlalchemy
+}


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aiopg/
@ 2021-04-28  3:15 Theo Anderson
  0 siblings, 0 replies; 13+ messages in thread
From: Theo Anderson @ 2021-04-28  3:15 UTC (permalink / raw
  To: gentoo-commits

commit:     f5a9b4fbceb430c0d933352ca2d937dc59360b06
Author:     Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Wed Apr 28 02:20:42 2021 +0000
Commit:     Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Wed Apr 28 02:20:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f5a9b4fb

dev-python/aiopg: add 1.2.1

Signed-off-by: Theo Anderson <telans <AT> posteo.de>

 dev-python/aiopg/Manifest           |  1 +
 dev-python/aiopg/aiopg-1.2.1.ebuild | 37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/aiopg/Manifest b/dev-python/aiopg/Manifest
index b69212f50..609c9e71e 100644
--- a/dev-python/aiopg/Manifest
+++ b/dev-python/aiopg/Manifest
@@ -1 +1,2 @@
 DIST aiopg-1.1.0.tar.gz 198388 BLAKE2B 4d1894f31ebd7bfd1234415c72727fb04fceef42ef86af7198447848846aef748fc9cf03958f9e5a2e2899836f304aebc97973117e0bc53e960f14ef7d4ab299 SHA512 375a7325a84a52a6eaff51132a9c7fe8982c4f69fbf747917fbf759a0be9ca6d2a3a1d90e852fa0a0c905c6679ff0603e3c85ddae6ee38b67f702d7d79b3b153
+DIST aiopg-1.2.1.tar.gz 197099 BLAKE2B 3c4300724da13d6f9d439a31a0fad02361eb3f95fde90abd4718a2298d291f760e2a4a2c15691cd90a2996c101759422bb372202768f43b2ad6923c4921d1387 SHA512 19c00a77cbf8bc60c7704bcc17f9baab6ec1b0554dc62c1bf8fbd4f97f56636fc5edf9479da5a9c27dfc06108c9d650b3fe5d2cddca445f1ffa7b18cbc1d896c

diff --git a/dev-python/aiopg/aiopg-1.2.1.ebuild b/dev-python/aiopg/aiopg-1.2.1.ebuild
new file mode 100644
index 000000000..c34f8f75a
--- /dev/null
+++ b/dev-python/aiopg/aiopg-1.2.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit distutils-r1 optfeature
+
+DESCRIPTION="aiopg is a library for accessing a PostgreSQL database from the asyncio"
+HOMEPAGE="
+	https://aiopg.readthedocs.io
+	https://github.com/aio-libs/aiopg
+"
+SRC_URI="https://github.com/aio-libs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+# tests seem to be wanting to send/recieve things
+# which is probably not allowed inside emerge so they fail?
+RESTRICT="test"
+
+RDEPEND="dev-python/psycopg[${PYTHON_USEDEP}]"
+
+DEPEND="test? (
+	dev-python/pytest-timeout[${PYTHON_USEDEP}]
+	dev-python/sqlalchemy[${PYTHON_USEDEP}]
+)"
+
+pkg_postinst() {
+	optfeature "sqlalchemy support" dev-python/sqlalchemy
+}
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs dev-python/sphinxcontrib-asyncio


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/aiopg/
@ 2020-12-19 10:09 Andrew Ammerlaan
  2020-12-19 10:08 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
  0 siblings, 1 reply; 13+ messages in thread
From: Andrew Ammerlaan @ 2020-12-19 10:09 UTC (permalink / raw
  To: gentoo-commits

commit:     403b148b1fed848fb6efcf01492821fe226a8579
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Dec 19 10:06:12 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Dec 19 10:06:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=403b148b

dev-python/aiopg: drop unnecesairy dep

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/aiopg/aiopg-1.1.0.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-python/aiopg/aiopg-1.1.0.ebuild b/dev-python/aiopg/aiopg-1.1.0.ebuild
index 960faf68..89c19855 100644
--- a/dev-python/aiopg/aiopg-1.1.0.ebuild
+++ b/dev-python/aiopg/aiopg-1.1.0.ebuild
@@ -29,7 +29,6 @@ DEPEND="test? (
 	dev-python/isort[${PYTHON_USEDEP}]
 	dev-python/pytest-timeout[${PYTHON_USEDEP}]
 	dev-python/sqlalchemy[${PYTHON_USEDEP}]
-	dev-python/flake8[${PYTHON_USEDEP}]
 )"
 
 pkg_postinst() {


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aiopg/
@ 2020-12-18 15:25 Andrew Ammerlaan
  0 siblings, 0 replies; 13+ messages in thread
From: Andrew Ammerlaan @ 2020-12-18 15:25 UTC (permalink / raw
  To: gentoo-commits

commit:     f5948fe2f0909c3eda4bd6aea1c68f654e4e730b
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Dec 18 14:52:49 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Dec 18 14:52:49 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f5948fe2

dev-python/aiopg: version bump 1.1.0, add py3.8 and py3.9

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/aiopg/Manifest                                   | 2 +-
 dev-python/aiopg/{aiopg-1.0.0.ebuild => aiopg-1.1.0.ebuild} | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/aiopg/Manifest b/dev-python/aiopg/Manifest
index 7465b6ef..b69212f5 100644
--- a/dev-python/aiopg/Manifest
+++ b/dev-python/aiopg/Manifest
@@ -1 +1 @@
-DIST aiopg-1.0.0.tar.gz 197879 BLAKE2B b2f434ff0b4fbd0de3065f04474aefeaacca3ef47635f2fdf0b0efe243eea32b9f45f4d532d698738ea7fb0fa7d45e18f2b5c276ec85a9e6859028ba686cdf3a SHA512 1947be779ad5f2a0a38a8db5318f52cf1245a24f1c73ec67453e3dfc9ec507dd5aaf95a079aabb18228ba230c71c58a072a5de48a9165ddebd82ac0207bc059b
+DIST aiopg-1.1.0.tar.gz 198388 BLAKE2B 4d1894f31ebd7bfd1234415c72727fb04fceef42ef86af7198447848846aef748fc9cf03958f9e5a2e2899836f304aebc97973117e0bc53e960f14ef7d4ab299 SHA512 375a7325a84a52a6eaff51132a9c7fe8982c4f69fbf747917fbf759a0be9ca6d2a3a1d90e852fa0a0c905c6679ff0603e3c85ddae6ee38b67f702d7d79b3b153

diff --git a/dev-python/aiopg/aiopg-1.0.0.ebuild b/dev-python/aiopg/aiopg-1.1.0.ebuild
similarity index 89%
rename from dev-python/aiopg/aiopg-1.0.0.ebuild
rename to dev-python/aiopg/aiopg-1.1.0.ebuild
index 3cafad7d..960faf68 100644
--- a/dev-python/aiopg/aiopg-1.0.0.ebuild
+++ b/dev-python/aiopg/aiopg-1.1.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_7 )
+PYTHON_COMPAT=( python3_{7,8,9} )
 
 inherit distutils-r1 optfeature
 
@@ -25,12 +25,12 @@ RESTRICT="test"
 RDEPEND="dev-python/psycopg[${PYTHON_USEDEP}]"
 
 DEPEND="test? (
-	dev-python/coverage[${PYTHON_USEDEP}]
 	dev-python/tox[${PYTHON_USEDEP}]
 	dev-python/isort[${PYTHON_USEDEP}]
 	dev-python/pytest-timeout[${PYTHON_USEDEP}]
 	dev-python/sqlalchemy[${PYTHON_USEDEP}]
-	dev-python/flake8[${PYTHON_USEDEP}] )"
+	dev-python/flake8[${PYTHON_USEDEP}]
+)"
 
 pkg_postinst() {
 	optfeature "sqlalchemy support" dev-python/sqlalchemy


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/aiopg/
@ 2020-09-24 13:01 Andrew Ammerlaan
  2020-09-24 12:50 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
  0 siblings, 1 reply; 13+ messages in thread
From: Andrew Ammerlaan @ 2020-09-24 13:01 UTC (permalink / raw
  To: gentoo-commits

commit:     a60b841a6d259dc61d4fa9a1603fd13a00f83f76
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Sep 24 12:37:24 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Sep 24 12:37:24 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a60b841a

dev-python/aiopg: eutils --> optfeature

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/aiopg/aiopg-1.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/aiopg/aiopg-1.0.0.ebuild b/dev-python/aiopg/aiopg-1.0.0.ebuild
index a74437fc..ee809c3c 100644
--- a/dev-python/aiopg/aiopg-1.0.0.ebuild
+++ b/dev-python/aiopg/aiopg-1.0.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{6,7} )
 
-inherit distutils-r1
+inherit distutils-r1 optfeature
 
 DESCRIPTION="aiopg is a library for accessing a PostgreSQL database from the asyncio"
 HOMEPAGE="


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aiopg/
@ 2020-03-18 17:02 Andrew Ammerlaan
  0 siblings, 0 replies; 13+ messages in thread
From: Andrew Ammerlaan @ 2020-03-18 17:02 UTC (permalink / raw
  To: gentoo-commits

commit:     1c61b3463025826a323285cedf0f8d0941707a69
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Mar 18 17:02:21 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Mar 18 17:02:21 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1c61b346

dev-python/aiopg: enable docs

also tried and failed to fix tests

Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/aiopg/Manifest           |  2 +-
 dev-python/aiopg/aiopg-1.0.0.ebuild | 29 ++++++++++++++++-------------
 2 files changed, 17 insertions(+), 14 deletions(-)

diff --git a/dev-python/aiopg/Manifest b/dev-python/aiopg/Manifest
index 641b3e0..7465b6e 100644
--- a/dev-python/aiopg/Manifest
+++ b/dev-python/aiopg/Manifest
@@ -1 +1 @@
-DIST aiopg-1.0.0.tar.gz 31894 BLAKE2B d50f817cbf74e49ac48137744c90b58762ded28ba71bb35f7bdb14a80838159c4e78814e050ce23c9aa5c47a98c4ea254a40714e06cb2e6ace9aeefca3f0ae4e SHA512 59d360dbe270a39985aabcc926177f7c70a9a408998959f0d2a18c86f7b36f8aae01d42d8e99e2c11305dbc0d44b45e377c84c2e2e49b68a6b94995b1a3b3b98
+DIST aiopg-1.0.0.tar.gz 197879 BLAKE2B b2f434ff0b4fbd0de3065f04474aefeaacca3ef47635f2fdf0b0efe243eea32b9f45f4d532d698738ea7fb0fa7d45e18f2b5c276ec85a9e6859028ba686cdf3a SHA512 1947be779ad5f2a0a38a8db5318f52cf1245a24f1c73ec67453e3dfc9ec507dd5aaf95a079aabb18228ba230c71c58a072a5de48a9165ddebd82ac0207bc059b

diff --git a/dev-python/aiopg/aiopg-1.0.0.ebuild b/dev-python/aiopg/aiopg-1.0.0.ebuild
index 2e2c015..a74437f 100644
--- a/dev-python/aiopg/aiopg-1.0.0.ebuild
+++ b/dev-python/aiopg/aiopg-1.0.0.ebuild
@@ -9,29 +9,32 @@ inherit distutils-r1
 
 DESCRIPTION="aiopg is a library for accessing a PostgreSQL database from the asyncio"
 HOMEPAGE="
-    https://aiopg.readthedocs.io
-    https://github.com/aio-libs/aiopg
+	https://aiopg.readthedocs.io
+	https://github.com/aio-libs/aiopg
 "
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+SRC_URI="https://github.com/aio-libs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
+# tests seem to be wanting to send/recieve things
+# which is probably not allowed inside emerge so they fail?
+RESTRICT="test"
+
 RDEPEND="dev-python/psycopg[${PYTHON_USEDEP}]"
 
-DEPEND="test? ( dev-python/coverage[${PYTHON_USEDEP}]
-                dev-python/sphinx[${PYTHON_USEDEP}]
-                dev-python/tox[${PYTHON_USEDEP}]
-                dev-python/isort[${PYTHON_USEDEP}]
-                dev-python/pytest-cov[${PYTHON_USEDEP}]
-                dev-python/pytest-timeout[${PYTHON_USEDEP}]
-                dev-python/sqlalchemy[${PYTHON_USEDEP}]
-                dev-python/flake8[${PYTHON_USEDEP}]
-                dev-python/sphinxcontrib-asyncio[${PYTHON_USEDEP}] )"
+DEPEND="test? (
+	dev-python/coverage[${PYTHON_USEDEP}]
+	dev-python/tox[${PYTHON_USEDEP}]
+	dev-python/isort[${PYTHON_USEDEP}]
+	dev-python/pytest-timeout[${PYTHON_USEDEP}]
+	dev-python/sqlalchemy[${PYTHON_USEDEP}]
+	dev-python/flake8[${PYTHON_USEDEP}] )"
 
 pkg_postinst() {
-    optfeature "sqlalchemy support" dev-python/sqlalchemy
+	optfeature "sqlalchemy support" dev-python/sqlalchemy
 }
 
 distutils_enable_tests pytest
+distutils_enable_sphinx docs dev-python/sphinxcontrib-asyncio


^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2024-05-14  0:14 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-14  3:02 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aiopg/ Anna Vyalkova
  -- strict thread matches above, loose matches on Subject: below --
2024-05-14  0:14 Julien Roy
2024-04-22 20:30 Anna Vyalkova
2023-06-04  6:20 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2023-06-04  6:13 ` [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2022-11-11 18:55 Anna Vyalkova
2022-11-03  3:09 Anna Vyalkova
2022-11-03  3:09 Anna Vyalkova
2021-12-14  7:14 Anna Vyalkova
2021-04-28  3:15 Theo Anderson
2020-12-19 10:09 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-12-19 10:08 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-12-18 15:25 Andrew Ammerlaan
2020-09-24 13:01 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-09-24 12:50 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-03-18 17:02 Andrew Ammerlaan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox