public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/psycopg2cffi/
@ 2021-10-13 22:12 Haelwenn Monnier
  0 siblings, 0 replies; 3+ messages in thread
From: Haelwenn Monnier @ 2021-10-13 22:12 UTC (permalink / raw
  To: gentoo-commits

commit:     653957d3c6badc4f0d847ed1c0eb3d0d07357d0b
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Oct  9 19:58:25 2021 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Sat Oct  9 19:58:25 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=653957d3

dev-python/psycopg2cffi: enable tests

Closes: https://bugs.gentoo.org/817194
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/psycopg2cffi/psycopg2cffi-2.9.0.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-python/psycopg2cffi/psycopg2cffi-2.9.0.ebuild b/dev-python/psycopg2cffi/psycopg2cffi-2.9.0.ebuild
index 356c12ae7..27f0fe3c5 100644
--- a/dev-python/psycopg2cffi/psycopg2cffi-2.9.0.ebuild
+++ b/dev-python/psycopg2cffi/psycopg2cffi-2.9.0.ebuild
@@ -19,7 +19,9 @@ SLOT="0"
 KEYWORDS="~amd64"
 
 RDEPEND="
-	dev-db/postgresql
+	dev-db/postgresql:*
 	virtual/python-cffi[${PYTHON_USEDEP}]
 "
 DEPEND="${RDEPEND}"
+
+distutils_enable_tests pytest


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/psycopg2cffi/
  2024-05-14  0:15 [gentoo-commits] repo/proj/guru:master commit in: dev-python/psycopg2cffi/ Julien Roy
@ 2024-05-14  0:14 ` Julien Roy
  0 siblings, 0 replies; 3+ messages in thread
From: Julien Roy @ 2024-05-14  0:14 UTC (permalink / raw
  To: gentoo-commits

commit:     5c523d2b49bd7f1d3be48317824439b97b24d27f
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Tue May 14 00:12:21 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Tue May 14 00:12:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5c523d2b

dev-python/psycopg2cffi: enable py3.12

Closes: https://bugs.gentoo.org/931399
Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/psycopg2cffi/psycopg2cffi-2.9.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/psycopg2cffi/psycopg2cffi-2.9.0-r1.ebuild b/dev-python/psycopg2cffi/psycopg2cffi-2.9.0-r1.ebuild
index 5aace629b5..e8f52a83d2 100644
--- a/dev-python/psycopg2cffi/psycopg2cffi-2.9.0-r1.ebuild
+++ b/dev-python/psycopg2cffi/psycopg2cffi-2.9.0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
 DISTUTILS_USE_PEP517=setuptools
 inherit databases distutils-r1 edo
 


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

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/psycopg2cffi/
@ 2024-05-14  0:15 Julien Roy
  2024-05-14  0:14 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
  0 siblings, 1 reply; 3+ messages in thread
From: Julien Roy @ 2024-05-14  0:15 UTC (permalink / raw
  To: gentoo-commits

commit:     5c523d2b49bd7f1d3be48317824439b97b24d27f
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Tue May 14 00:12:21 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Tue May 14 00:12:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5c523d2b

dev-python/psycopg2cffi: enable py3.12

Closes: https://bugs.gentoo.org/931399
Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/psycopg2cffi/psycopg2cffi-2.9.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/psycopg2cffi/psycopg2cffi-2.9.0-r1.ebuild b/dev-python/psycopg2cffi/psycopg2cffi-2.9.0-r1.ebuild
index 5aace629b5..e8f52a83d2 100644
--- a/dev-python/psycopg2cffi/psycopg2cffi-2.9.0-r1.ebuild
+++ b/dev-python/psycopg2cffi/psycopg2cffi-2.9.0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
 DISTUTILS_USE_PEP517=setuptools
 inherit databases distutils-r1 edo
 


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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-14  0:15 [gentoo-commits] repo/proj/guru:master commit in: dev-python/psycopg2cffi/ Julien Roy
2024-05-14  0:14 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
  -- strict thread matches above, loose matches on Subject: below --
2021-10-13 22:12 [gentoo-commits] repo/proj/guru:master " Haelwenn Monnier

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