* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/psycopg2cffi/
@ 2021-10-06 22:15 Alessandro Barbieri
0 siblings, 0 replies; 6+ messages in thread
From: Alessandro Barbieri @ 2021-10-06 22:15 UTC (permalink / raw
To: gentoo-commits
commit: 92c260831f8571fc374f0dad482301e32ce2eed4
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Wed Oct 6 21:43:49 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Wed Oct 6 22:15:38 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=92c26083
dev-python/psycopg2cffi: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/psycopg2cffi/Manifest | 1 +
dev-python/psycopg2cffi/metadata.xml | 14 +++++++++++++
dev-python/psycopg2cffi/psycopg2cffi-2.9.0.ebuild | 24 +++++++++++++++++++++++
3 files changed, 39 insertions(+)
diff --git a/dev-python/psycopg2cffi/Manifest b/dev-python/psycopg2cffi/Manifest
new file mode 100644
index 000000000..26be24ea9
--- /dev/null
+++ b/dev-python/psycopg2cffi/Manifest
@@ -0,0 +1 @@
+DIST psycopg2cffi-2.9.0.tar.gz 65512 BLAKE2B 2e106eea22feb08aa7154dfc4959a9e68d946b34e872711f19856521dca050d0380498d3c20e762b31e7181ecfc5371a1b02c4bb711bccccfe56a4af9f497ffc SHA512 afd3ce9fa76dcd2df29b7aa8c5d31a33058023dc020ac829b95b8f7950fa17f2733f86a8c45f3d6eefeafae1c7f3997cbae820da98952d71336f7a1c72e84353
diff --git a/dev-python/psycopg2cffi/metadata.xml b/dev-python/psycopg2cffi/metadata.xml
new file mode 100644
index 000000000..1bd6d369b
--- /dev/null
+++ b/dev-python/psycopg2cffi/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <description>co-maintainers welcome</description>
+ <email>lssndrbarbieri@gmail.com</email>
+ <name>Alessandro Barbieri</name>
+ </maintainer>
+ <upstream>
+ <bugs-to>https://github.com/chtd/psycopg2cffi/issues</bugs-to>
+ <remote-id type="pypi">psycopg2cffi</remote-id>
+ <remote-id type="github">chtd/psycopg2cffi</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/psycopg2cffi/psycopg2cffi-2.9.0.ebuild b/dev-python/psycopg2cffi/psycopg2cffi-2.9.0.ebuild
new file mode 100644
index 000000000..6d228c88d
--- /dev/null
+++ b/dev-python/psycopg2cffi/psycopg2cffi-2.9.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Implementation of the psycopg2 module using cffi. Compatible with Psycopg 2.5."
+HOMEPAGE="
+ https://github.com/chtd/psycopg2cffi
+ https://pypi.org/project/psycopg2cffi
+"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+ virtual/python-cffi[${PYTHON_USEDEP}]
+"
+RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/psycopg2cffi/
@ 2021-10-09 17:00 Alessandro Barbieri
0 siblings, 0 replies; 6+ messages in thread
From: Alessandro Barbieri @ 2021-10-09 17:00 UTC (permalink / raw
To: gentoo-commits
commit: 0f384cf262c2d97fe4a6170a0714671ac8c51b6d
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Oct 9 16:51:51 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat Oct 9 17:00:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0f384cf2
dev-python/psycopg2cffi: add postgresql dependency
Closes: https://bugs.gentoo.org/817170
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/psycopg2cffi/psycopg2cffi-2.9.0.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/dev-python/psycopg2cffi/psycopg2cffi-2.9.0.ebuild b/dev-python/psycopg2cffi/psycopg2cffi-2.9.0.ebuild
index 6d228c88d..356c12ae7 100644
--- a/dev-python/psycopg2cffi/psycopg2cffi-2.9.0.ebuild
+++ b/dev-python/psycopg2cffi/psycopg2cffi-2.9.0.ebuild
@@ -18,7 +18,8 @@ LICENSE="LGPL-3+"
SLOT="0"
KEYWORDS="~amd64"
-DEPEND="
+RDEPEND="
+ dev-db/postgresql
virtual/python-cffi[${PYTHON_USEDEP}]
"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/psycopg2cffi/
@ 2021-10-09 20:06 Alessandro Barbieri
0 siblings, 0 replies; 6+ messages in thread
From: Alessandro Barbieri @ 2021-10-09 20:06 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: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
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] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/psycopg2cffi/
@ 2021-10-14 20:22 Alessandro Barbieri
0 siblings, 0 replies; 6+ messages in thread
From: Alessandro Barbieri @ 2021-10-14 20:22 UTC (permalink / raw
To: gentoo-commits
commit: 498c644259af797f79bb18cee978605c8c987099
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu Oct 14 20:00:09 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Thu Oct 14 20:22:16 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=498c6442
dev-python/psycopg2cffi: add missing dependency
Closes: https://bugs.gentoo.org/818070
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 | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/psycopg2cffi/psycopg2cffi-2.9.0.ebuild b/dev-python/psycopg2cffi/psycopg2cffi-2.9.0.ebuild
index 27f0fe3c5..fb2addfe8 100644
--- a/dev-python/psycopg2cffi/psycopg2cffi-2.9.0.ebuild
+++ b/dev-python/psycopg2cffi/psycopg2cffi-2.9.0.ebuild
@@ -20,6 +20,7 @@ KEYWORDS="~amd64"
RDEPEND="
dev-db/postgresql:*
+ dev-python/six[${PYTHON_USEDEP}]
virtual/python-cffi[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/psycopg2cffi/
@ 2024-01-22 17:52 Anna Vyalkova
0 siblings, 0 replies; 6+ messages in thread
From: Anna Vyalkova @ 2024-01-22 17:52 UTC (permalink / raw
To: gentoo-commits
commit: 7644cf2e063babda6e50045ea9895bcfee663aa8
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Jan 22 17:43:15 2024 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Mon Jan 22 17:51:52 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7644cf2e
dev-python/psycopg2cffi: sync with databases.eclass
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/psycopg2cffi/psycopg2cffi-2.9.0-r1.ebuild | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/dev-python/psycopg2cffi/psycopg2cffi-2.9.0-r1.ebuild b/dev-python/psycopg2cffi/psycopg2cffi-2.9.0-r1.ebuild
index 6c0c367058..5aace629b5 100644
--- a/dev-python/psycopg2cffi/psycopg2cffi-2.9.0-r1.ebuild
+++ b/dev-python/psycopg2cffi/psycopg2cffi-2.9.0-r1.ebuild
@@ -25,9 +25,7 @@ RDEPEND="
"
BDEPEND="
$(python_gen_cond_dep 'dev-python/cffi[${PYTHON_USEDEP}]' 'python*')
- test? (
- $(epostgres --get-depend)
- )
+ test? ( ${DATABASES_DEPEND[postgres]} )
"
PATCHES=( "${FILESDIR}"/${P}-include-tests.patch )
^ permalink raw reply related [flat|nested] 6+ 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 " Julien Roy
@ 2024-05-14 0:14 ` Julien Roy
0 siblings, 0 replies; 6+ 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] 6+ messages in thread
end of thread, other threads:[~2024-05-14 0:14 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-22 17:52 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/psycopg2cffi/ Anna Vyalkova
-- strict thread matches above, loose matches on Subject: below --
2024-05-14 0:15 [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-05-14 0:14 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
2021-10-14 20:22 Alessandro Barbieri
2021-10-09 20:06 Alessandro Barbieri
2021-10-09 17:00 Alessandro Barbieri
2021-10-06 22:15 Alessandro Barbieri
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox