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