commit:     996747a9b0cb5749c4856fce0faef8241b2a9dd5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 13 06:27:05 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 13 06:51:52 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=996747a9

dev-python/psycopg: Bump to 3.2.6

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/psycopg/Manifest             |   1 +
 dev-python/psycopg/psycopg-3.2.6.ebuild | 111 ++++++++++++++++++++++++++++++++
 2 files changed, 112 insertions(+)

diff --git a/dev-python/psycopg/Manifest b/dev-python/psycopg/Manifest
index c7dc9481c62b..c1771ba922cd 100644
--- a/dev-python/psycopg/Manifest
+++ b/dev-python/psycopg/Manifest
@@ -3,6 +3,7 @@ DIST psycopg-3.2.2.gh.tar.gz 550226 BLAKE2B 
2731190da5b044f16eb0f90fb5417244e46f
 DIST psycopg-3.2.3.gh.tar.gz 550802 BLAKE2B 
1f748fc2dc915fd82b2bc557ae4263ecf1070d5ba08681cb6ae21570acf601b03a2bde7e4324cd506e0146c86db976b003c57e99cd1948a930c074f0674d6ba8
 SHA512 
cf543652cfd27cf1cad3b1e3b8b50802562cc49f8fbd9ae5bd85ffdf26e30dc470f1f3380261c8cad418945ade8dc4f199ebcba08968cb87fd0b6c241fd8040d
 DIST psycopg-3.2.4.gh.tar.gz 555758 BLAKE2B 
1b74f8a6ee91266fb6c6a13ee51fd7d18514b4ce662f911f83baba652bb9198cae21636f6f1dad6eae916cc2c22f2322629dea346e61ce94a1d94a80c8e8b5be
 SHA512 
026f4a74011c37e594903931da629fa0150834db0916bc02a45aa31eb79fbbcd9a0b6b59809d4db389e298101646409097d99c4950981ddb43413a7488e4f1ff
 DIST psycopg-3.2.5.gh.tar.gz 558069 BLAKE2B 
1913db4e399d9e44e392019471d3b7a5fbbff1da67a87961b084ca2fa34ddf2af3c862093077bfe04503d16187abff4ab62e33b1a3505b7a8cafa836bcf33ba3
 SHA512 
f4c62e462f6fba04f7b07bf500cbf5ee3e0ffa570c682f507aae0fc5ee88a1eec3f98da05c9a2c957d018f12f53a9567565f8b81914eb36ca92992fa2ccd8156
+DIST psycopg-3.2.6.gh.tar.gz 558574 BLAKE2B 
a994f6fb3ee85c42371b848d0947858897a9a1f7256486aa964c8c7634b198b9229a53626c526cb85218a8468308dd9e7e605c1fc1058a08c7fb7183aed83b8d
 SHA512 
99472813c9b6542611b15f0dd52d418a7e3f01cf0447a9a58c1d4135249fb526ca25f7569cc5d7d8a2a99184dccca52f485ee9cc9514e6ada1ebd526f8d62305
 DIST psycopg2-2.9.10.tar.gz 385672 BLAKE2B 
4a3ad64f406c427b785ffeb85f6520aa67ed04de2d1749eb22d8275146b71ba451f7c04c9ead401d6f7a273781492cd6a5a36beba68b36b1e5203ee75f7df503
 SHA512 
d0916f6a645b5e87f89f2463dc22fad78340a85fbff320d099bf429a42557f40d3a4eebdc670768469aef1e9fcee60123767bfe49e1186e8574f95bfd6f46900
 DIST psycopg2-2.9.4.tar.gz 384017 BLAKE2B 
4bc0afcc890c8a257c1ccd5c6e4e5301857a80f8b1428aa46c1473c9e18f5d2914a2e592c13336b06106217bb334d9b0321835bdd123f1627cbeb29dedf97bf7
 SHA512 
259088e42e0ab0d8a1a0ccf04f5e560f32c6179b4a0a0059e91bcf269baa8f4b0f1f949c332c640a2438c927a29b2c144078a861f8e18ba9c764da7c93c73b8d
 DIST psycopg2-2.9.9.tar.gz 384926 BLAKE2B 
8418fca1329703cedfc86be74d85cae5133a0604bb8a21fa43e5359a46626d38ef227d0cd8fbbeb497e2db517a469d7f3e86b74ef9163617a547e999073a6b4c
 SHA512 
a691fd09762221e854861dedce37b05e5354e0701feea470a6d5046960056ef02a8c9ecfa751adeba485271ea7d5834643b7d3a3c3f3270087f5ed9c68509f5f

diff --git a/dev-python/psycopg/psycopg-3.2.6.ebuild 
b/dev-python/psycopg/psycopg-3.2.6.ebuild
new file mode 100644
index 000000000000..e64110803551
--- /dev/null
+++ b/dev-python/psycopg/psycopg-3.2.6.ebuild
@@ -0,0 +1,111 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
+
+inherit distutils-r1
+
+DESCRIPTION="PostgreSQL database adapter for Python"
+HOMEPAGE="
+       https://www.psycopg.org/psycopg3/
+       https://github.com/psycopg/psycopg/
+       https://pypi.org/project/psycopg/
+"
+SRC_URI="
+       https://github.com/psycopg/psycopg/archive/${PV}.tar.gz
+               -> ${P}.gh.tar.gz
+"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+IUSE="+native-extensions"
+
+DEPEND="
+       native-extensions? (
+               >=dev-db/postgresql-8.1:=
+       )
+       !native-extensions? (
+               >=dev-db/postgresql-8.1:*
+       )
+"
+RDEPEND="
+       ${DEPEND}
+       >=dev-python/typing-extensions-4.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+       native-extensions? (
+               dev-python/cython[${PYTHON_USEDEP}]
+               $(python_gen_cond_dep '
+                       dev-python/tomli[${PYTHON_USEDEP}]
+               ' 3.10)
+       )
+       test? (
+               >=dev-db/postgresql-8.1[server]
+               >=dev-python/anyio-4.0[${PYTHON_USEDEP}]
+               >=dev-python/dnspython-2.1[${PYTHON_USEDEP}]
+       )
+"
+
+distutils_enable_tests pytest
+
+python_compile() {
+       # Python code + ctypes backend
+       cd psycopg || die
+       distutils-r1_python_compile
+
+       # optional C backend
+       if use native-extensions && [[ ${EPYTHON} != pypy3* ]]; then
+               local DISTUTILS_USE_PEP517=standalone
+               cd ../psycopg_c || die
+               distutils-r1_python_compile
+       fi
+       cd .. || die
+}
+
+src_test() {
+       rm -r psycopg{,_c} || die
+
+       initdb -D "${T}"/pgsql || die
+       # TODO: random port
+       pg_ctl -w -D "${T}"/pgsql start \
+               -o "-h '' -k '${T}'" || die
+       createdb -h "${T}" test || die
+
+       local -x PSYCOPG_TEST_DSN="host=${T} dbname=test"
+       distutils-r1_src_test
+
+       pg_ctl -w -D "${T}"/pgsql stop || die
+}
+
+python_test() {
+       local EPYTEST_DESELECT=(
+               # tests for the psycopg_pool package
+               tests/pool
+               # some broken mypy magic
+               tests/test_module.py::test_version
+               tests/test_module.py::test_version_c
+               tests/test_typing.py
+               tests/crdb/test_typing.py
+               # TODO, relying on undefined ordering in Python?
+               tests/test_dns_srv.py::test_srv
+       )
+
+       local impls=( python )
+       if use native-extensions && [[ ${EPYTHON} != pypy3* ]]; then
+               impls+=( c )
+       fi
+
+       local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+       local -x PSYCOPG_IMPL
+       for PSYCOPG_IMPL in "${impls[@]}"; do
+               einfo "Testing with ${PSYCOPG_IMPL} implementation ..."
+               # leak and timing tests are fragile whereas slow tests are slow
+               epytest -p anyio -k "not leak" \
+                       -m "not timing and not slow and not flakey"
+       done
+}

Reply via email to