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: Thu, 16 Mar 2023 18:13:19
Message-Id: 1678990284.0f7c6cc3dd01d4f6c6b4d3af81447443835afc78.mgorny@gentoo
1 commit: 0f7c6cc3dd01d4f6c6b4d3af81447443835afc78
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 16 18:10:01 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 16 18:11:24 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f7c6cc3
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 | 2 -
13 dev-python/psycopg/psycopg-3.1.5-r1.ebuild | 73 ----------------------------
14 dev-python/psycopg/psycopg-3.1.6.ebuild | 78 ------------------------------
15 3 files changed, 153 deletions(-)
16
17 diff --git a/dev-python/psycopg/Manifest b/dev-python/psycopg/Manifest
18 index 580f911b655b..5803994d1d8c 100644
19 --- a/dev-python/psycopg/Manifest
20 +++ b/dev-python/psycopg/Manifest
21 @@ -1,6 +1,4 @@
22 DIST psycopg-3.1.4.gh.tar.gz 469317 BLAKE2B a6df49a5adefbeb310602473e950ef77f0c613d8a33d41ee37dbfec544dfd014dba8dae5f78ce2bc89f2d9531ccbdd6ea07665ca638f29a4a7d0d1006bc0d778 SHA512 2bf49d6eb7e20c6f22adf47cef6dce691f38f4b310f2fbf3986f3ad14c7d390d53b9edeb3365bbf096941cc2d2affe2ddd542fe93ef37c41109742c9f9af4ba7
23 -DIST psycopg-3.1.5.gh.tar.gz 478528 BLAKE2B f0e6d1970b81875481bf0939d750d585f9ce4be1ccf838d1884a54d366614ec1ca76756b455d28b559ef4f49696eda68fa3b42f8c0cc18d9ce9fd1ce21029830 SHA512 006a9a6b7d34ed6f0411c33001334b9e9d29c8d1fe5e9e3b940d5664cc5c06ce10bc278ee1906a96073843ca2f8effaada8789aa390de97e543e19cc452546d1
24 -DIST psycopg-3.1.6.gh.tar.gz 478611 BLAKE2B d947344d033e034a94545bcbdcb27b5f903bbf344ce11f52de2b2e514892d2dfd87e3b26f130736c8c3798654c2d59d4f00c1093ce09f777b442d40eef8633c2 SHA512 2dc77cc90692fb92715add1dcbd9b82f10b811e7cf6782fa9d0cb7d076cf699be6d81ecb73d5b4b2772c08fb8070782956eb97b0fc4f0169c5bddb9b7df7a0ad
25 DIST psycopg-3.1.7.gh.tar.gz 480599 BLAKE2B 85badb2f7058000deec8f3eac023907c24f4de073150a536f5a8a646a74dfea7ccc429a9ada049f3a6285b508992c06a8e0d0ea826a3613145b238410190431f SHA512 a3be0074e38953bf2b08ac6892d3a7a98bb9ef3e5ab1183d65e7d2aa14c5b148b625dc1da1d830bb6b9cd17d6726b9348fa32415413ed48bba6dd6bd31521432
26 DIST psycopg-3.1.8.gh.tar.gz 483283 BLAKE2B 29141637c359b5ff8988753ee4e492b0aaf82bfc6445e0c5e1d9ef18f59f09ab071ce9a6183f2d864b62e85a109b24afbdd96248c00c8bb5c01357b06648ebba SHA512 4424305debc7b055fcd19b27714df46d54f8ae38452d8d5a3276df70a6c27e0094081020fdf2c34c73275cb058054414ac80843bb3e6a841bb3556ce39c76287
27 DIST psycopg2-2.9.4.tar.gz 384017 BLAKE2B 4bc0afcc890c8a257c1ccd5c6e4e5301857a80f8b1428aa46c1473c9e18f5d2914a2e592c13336b06106217bb334d9b0321835bdd123f1627cbeb29dedf97bf7 SHA512 259088e42e0ab0d8a1a0ccf04f5e560f32c6179b4a0a0059e91bcf269baa8f4b0f1f949c332c640a2438c927a29b2c144078a861f8e18ba9c764da7c93c73b8d
28
29 diff --git a/dev-python/psycopg/psycopg-3.1.5-r1.ebuild b/dev-python/psycopg/psycopg-3.1.5-r1.ebuild
30 deleted file mode 100644
31 index 23d7325fee32..000000000000
32 --- a/dev-python/psycopg/psycopg-3.1.5-r1.ebuild
33 +++ /dev/null
34 @@ -1,73 +0,0 @@
35 -# Copyright 1999-2023 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=8
39 -
40 -DISTUTILS_USE_PEP517=setuptools
41 -PYTHON_COMPAT=( python3_{9..11} )
42 -
43 -inherit distutils-r1
44 -
45 -DESCRIPTION="PostgreSQL database adapter for Python"
46 -HOMEPAGE="
47 - https://www.psycopg.org/psycopg3/
48 - https://github.com/psycopg/psycopg/
49 - https://pypi.org/project/psycopg/
50 -"
51 -SRC_URI="
52 - https://github.com/psycopg/psycopg/archive/${PV}.tar.gz
53 - -> ${P}.gh.tar.gz
54 -"
55 -S=${WORKDIR}/${P}/psycopg
56 -
57 -LICENSE="LGPL-3+"
58 -SLOT="0"
59 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
60 -
61 -DEPEND="
62 - >=dev-db/postgresql-8.1:*
63 -"
64 -RDEPEND="
65 - ${DEPEND}
66 - $(python_gen_cond_dep '
67 - >=dev-python/backports-zoneinfo-0.2.0[${PYTHON_USEDEP}]
68 - ' 3.8)
69 - >=dev-python/typing-extensions-4.1[${PYTHON_USEDEP}]
70 -"
71 -BDEPEND="
72 - test? (
73 - >=dev-db/postgresql-8.1[server]
74 - dev-python/pytest-asyncio[${PYTHON_USEDEP}]
75 - dev-python/dnspython[${PYTHON_USEDEP}]
76 - )
77 -"
78 -
79 -distutils_enable_tests pytest
80 -
81 -EPYTEST_DESELECT=(
82 - # tests for the psycopg_pool package
83 - tests/pool
84 - # some broken mypy magic
85 - tests/test_module.py::test_version
86 - tests/test_module.py::test_version_c
87 - tests/test_typing.py
88 - tests/crdb/test_typing.py
89 - # TODO, relying on undefined ordering in Python?
90 - tests/test_dns_srv.py::test_srv
91 -)
92 -
93 -src_test() {
94 - # tests are lurking in top-level directory
95 - cd .. || die
96 -
97 - initdb -D "${T}"/pgsql || die
98 - # TODO: random port
99 - pg_ctl -w -D "${T}"/pgsql start \
100 - -o "-h '' -k '${T}'" || die
101 - createdb -h "${T}" test || die
102 -
103 - local -x PSYCOPG_TEST_DSN="host=${T} dbname=test"
104 - distutils-r1_src_test
105 -
106 - pg_ctl -w -D "${T}"/pgsql stop || die
107 -}
108
109 diff --git a/dev-python/psycopg/psycopg-3.1.6.ebuild b/dev-python/psycopg/psycopg-3.1.6.ebuild
110 deleted file mode 100644
111 index 6353cc7eda22..000000000000
112 --- a/dev-python/psycopg/psycopg-3.1.6.ebuild
113 +++ /dev/null
114 @@ -1,78 +0,0 @@
115 -# Copyright 1999-2023 Gentoo Authors
116 -# Distributed under the terms of the GNU General Public License v2
117 -
118 -EAPI=8
119 -
120 -DISTUTILS_USE_PEP517=setuptools
121 -PYTHON_COMPAT=( python3_{9..11} )
122 -
123 -inherit distutils-r1
124 -
125 -DESCRIPTION="PostgreSQL database adapter for Python"
126 -HOMEPAGE="
127 - https://www.psycopg.org/psycopg3/
128 - https://github.com/psycopg/psycopg/
129 - https://pypi.org/project/psycopg/
130 -"
131 -SRC_URI="
132 - https://github.com/psycopg/psycopg/archive/${PV}.tar.gz
133 - -> ${P}.gh.tar.gz
134 -"
135 -S=${WORKDIR}/${P}/psycopg
136 -
137 -LICENSE="LGPL-3+"
138 -SLOT="0"
139 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
140 -
141 -DEPEND="
142 - >=dev-db/postgresql-8.1:*
143 -"
144 -RDEPEND="
145 - ${DEPEND}
146 - $(python_gen_cond_dep '
147 - >=dev-python/backports-zoneinfo-0.2.0[${PYTHON_USEDEP}]
148 - ' 3.8)
149 - >=dev-python/typing-extensions-4.1[${PYTHON_USEDEP}]
150 -"
151 -BDEPEND="
152 - test? (
153 - >=dev-db/postgresql-8.1[server]
154 - dev-python/pytest-asyncio[${PYTHON_USEDEP}]
155 - dev-python/dnspython[${PYTHON_USEDEP}]
156 - )
157 -"
158 -
159 -distutils_enable_tests pytest
160 -
161 -src_test() {
162 - # tests are lurking in top-level directory
163 - cd .. || die
164 -
165 - initdb -D "${T}"/pgsql || die
166 - # TODO: random port
167 - pg_ctl -w -D "${T}"/pgsql start \
168 - -o "-h '' -k '${T}'" || die
169 - createdb -h "${T}" test || die
170 -
171 - local -x PSYCOPG_TEST_DSN="host=${T} dbname=test"
172 - distutils-r1_src_test
173 -
174 - pg_ctl -w -D "${T}"/pgsql stop || die
175 -}
176 -
177 -python_test() {
178 - local EPYTEST_DESELECT=(
179 - # tests for the psycopg_pool package
180 - tests/pool
181 - # some broken mypy magic
182 - tests/test_module.py::test_version
183 - tests/test_module.py::test_version_c
184 - tests/test_typing.py
185 - tests/crdb/test_typing.py
186 - # TODO, relying on undefined ordering in Python?
187 - tests/test_dns_srv.py::test_srv
188 - )
189 -
190 - # leak tests seem to be brittle
191 - epytest -p no:django -k "not leak"
192 -}