commit:     a4c83cb06be6fd2362bc02013a541b8c52d9996d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 16 04:47:11 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan 16 05:10:58 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4c83cb0

dev-python/psycopg: Remove old

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

 dev-python/psycopg/Manifest                |   2 -
 dev-python/psycopg/psycopg-2.9.9-r1.ebuild |  65 ----------------
 dev-python/psycopg/psycopg-3.2.0.ebuild    | 119 -----------------------------
 dev-python/psycopg/psycopg-3.2.1.ebuild    | 119 -----------------------------
 4 files changed, 305 deletions(-)

diff --git a/dev-python/psycopg/Manifest b/dev-python/psycopg/Manifest
index 8572cda16532..6b279e968cf4 100644
--- a/dev-python/psycopg/Manifest
+++ b/dev-python/psycopg/Manifest
@@ -1,6 +1,4 @@
 DIST psycopg-3.1.19.gh.tar.gz 507073 BLAKE2B 
c10e2ba83f4a3bb0646d86c0f1311ae43e3fafbf9eb8ae91f8a77941dd2ef21d22c5fdeca724399bbcf5f7f010f5a3b0f78979720efec8f25613abbe568dabc9
 SHA512 
a7d02570632a28080ffd99fa492c2f1af623e7ca55e57e8c5d4664aff4d033ae85fc21cfbb1f85a90c48e01944ed1be68e857b5cb34c0547b51ca465bac0a361
-DIST psycopg-3.2.0.gh.tar.gz 549161 BLAKE2B 
33997b5ee2f4f814561f83f92e9db4b61664f0ac84f6ff3bfd057d1cf9039a5e169478c8f40deb97e07433cf1481bfa7f4f79765158ec968ff6ab74b5aa6d14e
 SHA512 
4466390a33f55eca73e1d490aca98ad7bb0e4c55b166d8956e1c940f5ea71c7cb07ba5602276f7510b2368d6c0c0e6eacac8d4ae67f465fd07afc4c75283f3c1
-DIST psycopg-3.2.1.gh.tar.gz 549277 BLAKE2B 
badea79ca48b99ae363ffa1d04de922add9456662e0909a2761f61f1a5d03e2afc01ee188814495029551d9521aff95caa7ef3123d96dfcfbb3c0d0a14597e3c
 SHA512 
ecaeee67493ce849a2d7477d0373061ab3b329d228e3c0dd482d7ee8c7eea07c59127db2e6afc0233a78f073306d4adef915aba5f3fc6378c0335c3155350294
 DIST psycopg-3.2.2.gh.tar.gz 550226 BLAKE2B 
2731190da5b044f16eb0f90fb5417244e46fc0906dde6ee9bd1ee4d91613f59ef1943da6662ad1f3db1487b8cc2b4ccb4e0a79ecc056a8f72c7e2b7b70e39abd
 SHA512 
48686101c9d568003ffbf90cf07bc4496fb161f599b60a2b2df41ac120f338bee7edbeae3786071969d6bbb9acdbe868fa568b9cfa3b7a17dec2d47e5d54f002
 DIST psycopg-3.2.3.gh.tar.gz 550802 BLAKE2B 
1f748fc2dc915fd82b2bc557ae4263ecf1070d5ba08681cb6ae21570acf601b03a2bde7e4324cd506e0146c86db976b003c57e99cd1948a930c074f0674d6ba8
 SHA512 
cf543652cfd27cf1cad3b1e3b8b50802562cc49f8fbd9ae5bd85ffdf26e30dc470f1f3380261c8cad418945ade8dc4f199ebcba08968cb87fd0b6c241fd8040d
 DIST psycopg2-2.9.10.tar.gz 385672 BLAKE2B 
4a3ad64f406c427b785ffeb85f6520aa67ed04de2d1749eb22d8275146b71ba451f7c04c9ead401d6f7a273781492cd6a5a36beba68b36b1e5203ee75f7df503
 SHA512 
d0916f6a645b5e87f89f2463dc22fad78340a85fbff320d099bf429a42557f40d3a4eebdc670768469aef1e9fcee60123767bfe49e1186e8574f95bfd6f46900

diff --git a/dev-python/psycopg/psycopg-2.9.9-r1.ebuild 
b/dev-python/psycopg/psycopg-2.9.9-r1.ebuild
deleted file mode 100644
index 39e51285e624..000000000000
--- a/dev-python/psycopg/psycopg-2.9.9-r1.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYPI_PN="psycopg2"
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="PostgreSQL database adapter for Python"
-HOMEPAGE="
-       https://www.psycopg.org/
-       https://github.com/psycopg/psycopg2/
-       https://pypi.org/project/psycopg2/
-"
-
-LICENSE="LGPL-3+"
-SLOT="2"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ppc ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-IUSE="debug test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=dev-db/postgresql-8.1:*"
-DEPEND="${RDEPEND}"
-BDEPEND="
-       test? ( >=dev-db/postgresql-8.1[server] )
-"
-
-python_prepare_all() {
-       distutils-r1_python_prepare_all
-
-       # fix for py3.13
-       sed -e 's:_PyInterpreterState_Get:PyInterpreterState_Get:' \
-               -i psycopg/utils.c || die
-       # broken by different encoding of IPv4-mapped addresses
-       sed -e 's:test_\(cidr\|inet\)_adapt:_&:' \
-               -i tests/test_ipaddress.py || die
-
-       if use debug; then
-               sed -i 's/^\(define=\)/\1PSYCOPG_DEBUG,/' setup.cfg || die
-       fi
-}
-
-src_test() {
-       initdb -D "${T}"/pgsql || die
-       # TODO: random port
-       pg_ctl -w -D "${T}"/pgsql start \
-               -o "-h '' -k '${T}'" || die
-       createdb -h "${T}" psycopg2_test || die
-
-       local -x PSYCOPG2_TESTDB_HOST="${T}"
-       distutils-r1_src_test
-
-       pg_ctl -w -D "${T}"/pgsql stop || die
-}
-
-python_test() {
-       "${EPYTHON}" -c "
-import tests
-tests.unittest.main(defaultTest='tests.test_suite')
-" --verbose || die "Tests fail with ${EPYTHON}"
-}

diff --git a/dev-python/psycopg/psycopg-3.2.0.ebuild 
b/dev-python/psycopg/psycopg-3.2.0.ebuild
deleted file mode 100644
index 7b5d1e032245..000000000000
--- a/dev-python/psycopg/psycopg-3.2.0.ebuild
+++ /dev/null
@@ -1,119 +0,0 @@
-# Copyright 1999-2024 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 python3_{10..13} )
-
-inherit distutils-r1 flag-o-matic
-
-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() {
-       # -Werror=strict-aliasing
-       # https://bugs.gentoo.org/935401
-       # https://github.com/psycopg/psycopg/issues/867
-       #
-       # Do not trust with LTO either.
-       append-flags -fno-strict-aliasing
-       filter-lto
-
-       # 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
-}

diff --git a/dev-python/psycopg/psycopg-3.2.1.ebuild 
b/dev-python/psycopg/psycopg-3.2.1.ebuild
deleted file mode 100644
index 218eb8d867f2..000000000000
--- a/dev-python/psycopg/psycopg-3.2.1.ebuild
+++ /dev/null
@@ -1,119 +0,0 @@
-# Copyright 1999-2024 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 python3_{10..13} )
-
-inherit distutils-r1 flag-o-matic
-
-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() {
-       # -Werror=strict-aliasing
-       # https://bugs.gentoo.org/935401
-       # https://github.com/psycopg/psycopg/issues/867
-       #
-       # Do not trust with LTO either.
-       append-flags -fno-strict-aliasing
-       filter-lto
-
-       # 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