commit:     688823ad0e62e370cc653325c356ec2ee7cc81df
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 24 05:50:08 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jan 24 06:32:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=688823ad

dev-python/psycopg: Remove old

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

 dev-python/psycopg/Manifest              |  2 -
 dev-python/psycopg/psycopg-3.1.13.ebuild | 76 --------------------------------
 dev-python/psycopg/psycopg-3.1.14.ebuild | 76 --------------------------------
 3 files changed, 154 deletions(-)

diff --git a/dev-python/psycopg/Manifest b/dev-python/psycopg/Manifest
index 1fe0a18d7d31..c05d2de94f1a 100644
--- a/dev-python/psycopg/Manifest
+++ b/dev-python/psycopg/Manifest
@@ -1,5 +1,3 @@
-DIST psycopg-3.1.13.gh.tar.gz 500475 BLAKE2B 
c00176335808ba0fb15dc23fd93e394926517cb2c7e072a35ba909b0b1b128bdecf8305ae1d4e494a5b1f04fee28e98b862ef9f10bd152de6eb9a8e73cf8b5dc
 SHA512 
489ea9f562be6aaaa81b8c96e47b65a1ec0f2f59587f7dc931744d9f6faede1b068fd6e464f530096cac276e1f73e99f069aaab5bd2c3955aa2e0511699659f3
-DIST psycopg-3.1.14.gh.tar.gz 502307 BLAKE2B 
848d1174beb6ec78eaf300f19465c0e2c90829e51e38a8a526271e082a37add32d4e5781f84536fc3c4db6d1c29af5da70bf0374f1b011c10fa65f1c86487b25
 SHA512 
af96bc4a79944872049bfb0b1d45ad2ec55e8bfbbf729bdbe76eeeaaffc925c448ca5571214d6865129fd17feeb447e896e46e3d4a1e0b9649802761ae28efb4
 DIST psycopg-3.1.16.gh.tar.gz 502759 BLAKE2B 
6c0b912c2a93425ddbed842a437e042b58ec859b3cf163aa7cd45a0db21084fea58945b40028e0491460b7d4da6648cfc361e1434d43ec7ab71af91f1a0c4c86
 SHA512 
d6cfcc848c089ef79c817bf271bcbad7078cdacacef4ab26e882fdbe55c90ac12644e7ee0af22f4cf1fa759033e94ee54c812bca7b517b84cda77276557e8ca8
 DIST psycopg-3.1.17.gh.tar.gz 503318 BLAKE2B 
43c0c5ef0be20c9415c7dbe3b2ff242f30341d055bcf00ff4f9d9926c5c95df3bf10735e338c37f9e805562544637e75fd9edd5dbf71d67b42d04eea19e5c82e
 SHA512 
d9f0ce05be71d67dbd7d1abad548befcdc229b53de93d5c08a52cae287d6f5293de6ede380c9ffc25ffa4d935782e90e9b04783f1c4c1fb88cb9ffd7016aabd5
 DIST psycopg2-2.9.4.tar.gz 384017 BLAKE2B 
4bc0afcc890c8a257c1ccd5c6e4e5301857a80f8b1428aa46c1473c9e18f5d2914a2e592c13336b06106217bb334d9b0321835bdd123f1627cbeb29dedf97bf7
 SHA512 
259088e42e0ab0d8a1a0ccf04f5e560f32c6179b4a0a0059e91bcf269baa8f4b0f1f949c332c640a2438c927a29b2c144078a861f8e18ba9c764da7c93c73b8d

diff --git a/dev-python/psycopg/psycopg-3.1.13.ebuild 
b/dev-python/psycopg/psycopg-3.1.13.ebuild
deleted file mode 100644
index d34066695bbb..000000000000
--- a/dev-python/psycopg/psycopg-3.1.13.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-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
-"
-S=${WORKDIR}/${P}/psycopg
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-
-DEPEND="
-       >=dev-db/postgresql-8.1:*
-"
-RDEPEND="
-       ${DEPEND}
-       >=dev-python/typing-extensions-4.1[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               >=dev-db/postgresql-8.1[server]
-               <dev-python/anyio-4[${PYTHON_USEDEP}]
-               dev-python/dnspython[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-src_test() {
-       # tests are lurking in top-level directory
-       cd .. || 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 -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-       # leak and timing tests are fragile whereas slow tests are slow
-       epytest -p anyio -k "not leak" -m "not timing and not slow"
-}

diff --git a/dev-python/psycopg/psycopg-3.1.14.ebuild 
b/dev-python/psycopg/psycopg-3.1.14.ebuild
deleted file mode 100644
index f903b6db66c6..000000000000
--- a/dev-python/psycopg/psycopg-3.1.14.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-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
-"
-S=${WORKDIR}/${P}/psycopg
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-
-DEPEND="
-       >=dev-db/postgresql-8.1:*
-"
-RDEPEND="
-       ${DEPEND}
-       >=dev-python/typing-extensions-4.1[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               >=dev-db/postgresql-8.1[server]
-               <dev-python/anyio-4[${PYTHON_USEDEP}]
-               dev-python/dnspython[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-src_test() {
-       # tests are lurking in top-level directory
-       cd .. || 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 -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-       # leak and timing tests are fragile whereas slow tests are slow
-       epytest -p anyio -k "not leak" -m "not timing and not slow"
-}

Reply via email to