Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/psycopg/
Date: Sun, 06 Nov 2022 07:59:30
Message-Id: 1667721552.3ed9a2186102f4ca18554f4ad03d47b8ec21de37.mgorny@gentoo
1 commit: 3ed9a2186102f4ca18554f4ad03d47b8ec21de37
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 6 06:39:32 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 6 07:59:12 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ed9a218
7
8 dev-python/psycopg: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/psycopg/Manifest | 1 -
13 dev-python/psycopg/psycopg-3.1.2.ebuild | 75 ---------------------------------
14 2 files changed, 76 deletions(-)
15
16 diff --git a/dev-python/psycopg/Manifest b/dev-python/psycopg/Manifest
17 index cd4e4a39882d..51034759daf2 100644
18 --- a/dev-python/psycopg/Manifest
19 +++ b/dev-python/psycopg/Manifest
20 @@ -1,4 +1,3 @@
21 -DIST psycopg-3.1.2.gh.tar.gz 467017 BLAKE2B 5e13156ff05a356bb59ebae77e8ad3d3e35ab669a43102fa7751927e0ecfbebd1b30db7d62bd0865f426c2e6362a98a6d9cad19c9001abf29b6d030b4dd0204b SHA512 3e412ec91a337012086b1260527b2179883f6b44a26c5e8437c92351ca39594c4430f251abdfbc52e4b2c69d5e91ba09883578b177e836691cd295b6e8464fdf
22 DIST psycopg-3.1.3.gh.tar.gz 468400 BLAKE2B 5df0414d1afef4a09a319453e2d9cebd6177af507c30e69aac64dc1d476cf7a0d182c72b81e46d95e3167ee503fa9756ba82ad1092419eea0d6fc3c6e9ba972c SHA512 83ca6dc81cff841c9e22ad8ae86500be0012ee0edbc50b8ab97dcdcbe9d17a8b32feb637275bbaef8333f252aeb961fc5f1f9d2c66dcb1e92b0a1b67223624fb
23 DIST psycopg-3.1.4.gh.tar.gz 469317 BLAKE2B a6df49a5adefbeb310602473e950ef77f0c613d8a33d41ee37dbfec544dfd014dba8dae5f78ce2bc89f2d9531ccbdd6ea07665ca638f29a4a7d0d1006bc0d778 SHA512 2bf49d6eb7e20c6f22adf47cef6dce691f38f4b310f2fbf3986f3ad14c7d390d53b9edeb3365bbf096941cc2d2affe2ddd542fe93ef37c41109742c9f9af4ba7
24 DIST psycopg2-2.9.3.tar.gz 380611 BLAKE2B 78099da7378dcfa8b7f28aae4d533a7e890cdb7ae4c0cc718a9411e630fd07b56f074760fc29de8fe08fe727328cca39414a5f297fb92ed2f7471a24e633d18d SHA512 048184d1d162a371fc0fba711448a6fa8a6aac193421f4484c7f7b91c39065d5b632fa34fc15a901eca055d597302b1f9e38330b248ed0e4653dcdc544b0d660
25
26 diff --git a/dev-python/psycopg/psycopg-3.1.2.ebuild b/dev-python/psycopg/psycopg-3.1.2.ebuild
27 deleted file mode 100644
28 index da15e1f0a432..000000000000
29 --- a/dev-python/psycopg/psycopg-3.1.2.ebuild
30 +++ /dev/null
31 @@ -1,75 +0,0 @@
32 -# Copyright 1999-2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -DISTUTILS_USE_PEP517=setuptools
38 -PYTHON_COMPAT=( python3_{8..11} )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="PostgreSQL database adapter for Python"
43 -HOMEPAGE="
44 - https://www.psycopg.org/psycopg3/
45 - https://github.com/psycopg/psycopg/
46 - https://pypi.org/project/psycopg/
47 -"
48 -SRC_URI="
49 - https://github.com/psycopg/psycopg/archive/${PV}.tar.gz
50 - -> ${P}.gh.tar.gz
51 -"
52 -S=${WORKDIR}/${P}/psycopg
53 -
54 -LICENSE="LGPL-3+"
55 -SLOT="0"
56 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
57 -
58 -DEPEND="
59 - >=dev-db/postgresql-8.1:*
60 -"
61 -RDEPEND="
62 - ${DEPEND}
63 - $(python_gen_cond_dep '
64 - >=dev-python/backports-zoneinfo-0.2.0[${PYTHON_USEDEP}]
65 - ' 3.8)
66 - $(python_gen_cond_dep '
67 - >=dev-python/typing-extensions-4.1[${PYTHON_USEDEP}]
68 - ' 3.8 3.9 3.10)
69 -"
70 -BDEPEND="
71 - test? (
72 - >=dev-db/postgresql-8.1[server]
73 - dev-python/pytest-asyncio[${PYTHON_USEDEP}]
74 - dev-python/dnspython[${PYTHON_USEDEP}]
75 - )
76 -"
77 -
78 -distutils_enable_tests pytest
79 -
80 -EPYTEST_DESELECT=(
81 - # tests for the psycopg_pool package
82 - tests/pool
83 - # some broken mypy magic
84 - tests/test_module.py::test_version
85 - tests/test_module.py::test_version_c
86 - tests/test_typing.py
87 - tests/crdb/test_typing.py
88 - # TODO, relying on undefined ordering in Python?
89 - tests/test_dns_srv.py::test_srv
90 -)
91 -
92 -src_test() {
93 - # tests are lurking in top-level directory
94 - cd .. || die
95 -
96 - initdb -D "${T}"/pgsql || die
97 - # TODO: random port
98 - pg_ctl -w -D "${T}"/pgsql start \
99 - -o "-h '' -k '${T}'" || die
100 - createdb -h "${T}" test || die
101 -
102 - local -x PSYCOPG_TEST_DSN="host=${T} dbname=test"
103 - distutils-r1_src_test
104 -
105 - pg_ctl -w -D "${T}"/pgsql stop || die
106 -}