Gentoo Archives: gentoo-commits

From: "Aaron W. Swenson" <titanofold@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/pgxnclient/
Date: Tue, 02 Jun 2020 11:26:26
Message-Id: 1591097172.a36405a1d7b4d59c1e5440387283e4fbb7ba4f2d.titanofold@gentoo
1 commit: a36405a1d7b4d59c1e5440387283e4fbb7ba4f2d
2 Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 2 11:25:46 2020 +0000
4 Commit: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 2 11:26:12 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a36405a1
7
8 dev-db/pgxnclient: Cleanup old
9
10 Closes: https://bugs.gentoo.org/718270
11 Package-Manager: Portage-2.3.99, Repoman-2.3.22
12 Signed-off-by: Aaron W. Swenson <titanofold <AT> gentoo.org>
13
14 dev-db/pgxnclient/Manifest | 2 --
15 dev-db/pgxnclient/pgxnclient-1.2-r1.ebuild | 30 ------------------------------
16 dev-db/pgxnclient/pgxnclient-1.2.1.ebuild | 30 ------------------------------
17 3 files changed, 62 deletions(-)
18
19 diff --git a/dev-db/pgxnclient/Manifest b/dev-db/pgxnclient/Manifest
20 index 8cb8e080620..16100642236 100644
21 --- a/dev-db/pgxnclient/Manifest
22 +++ b/dev-db/pgxnclient/Manifest
23 @@ -1,3 +1 @@
24 -DIST pgxnclient-1.2.1.tar.gz 87275 BLAKE2B 794ee6201988ba523cdcb4ee5a6287625cb3dd8a30ad750266d7adb739792b7f8e852d5d01f746fb6b05b54c98d677854dceacc57e41b05efba094efabc6a129 SHA512 3fa864b1ebb5dedaf75515b5efe4c453f02acff558f7b82d2648da62e58c93e050049a7688171a69593784d9963bb62f4ad3674d526284554dbeb4f4a4ea1dbf
25 -DIST pgxnclient-1.2.tar.gz 86436 BLAKE2B 796191d31000ff75360e0990bb20ca88af0fb1b908aac9ca7a6b7309b5420c56d045a67c775e8d5dda166f37ad956314f65bd2032c114cac7414bef9ad1a0d8e SHA512 d677f8d5346caf4de5d7e0d4e4031b8bdd932e343af7fc33e8895ebe51b1e9e6a11d7300d9e98ddc10242854f7d39c0a4196f41938e42f0b0e5158454e386deb
26 DIST pgxnclient-1.3.tar.gz 51976 BLAKE2B 84ae5573588e6da0b01d5b05e296adc09f28a0b21ff81e5f2f14f3035a98ad5eb834d6793acf0a48a8b19190b989562e75094341f7c01b371028a0dd6a87b0f4 SHA512 fd9326107334d473db3466f776021186a5add389a93266b000c143131a0214b9773dd4cdd4688575cd720c8357afce1473838dea4aa5ff2564dcbc2c359de2dd
27
28 diff --git a/dev-db/pgxnclient/pgxnclient-1.2-r1.ebuild b/dev-db/pgxnclient/pgxnclient-1.2-r1.ebuild
29 deleted file mode 100644
30 index 476f29b4530..00000000000
31 --- a/dev-db/pgxnclient/pgxnclient-1.2-r1.ebuild
32 +++ /dev/null
33 @@ -1,30 +0,0 @@
34 -# Copyright 1999-2020 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI="5"
38 -PYTHON_COMPAT=( python2_7 )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="PostgreSQL Extension Network Client"
43 -HOMEPAGE="http://pgxnclient.projects.postgresql.org/ https://pypi.org/project/pgxnclient"
44 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 -
46 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
47 -
48 -LICENSE="BSD"
49 -SLOT="0"
50 -IUSE="test"
51 -RESTRICT="!test? ( test )"
52 -
53 -RDEPEND=">=dev-db/postgresql-9.1[server]"
54 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
55 -
56 -python_test() {
57 - # suite written onlt for py2
58 - pushd ${PN} > /dev/null
59 - if ! python_is_python3; then
60 - PYTHONPATH=../ "${PYTHON}" -m unittest discover || die "tests failed"
61 - fi
62 - popd > dev/null
63 -}
64
65 diff --git a/dev-db/pgxnclient/pgxnclient-1.2.1.ebuild b/dev-db/pgxnclient/pgxnclient-1.2.1.ebuild
66 deleted file mode 100644
67 index 7a21cde057a..00000000000
68 --- a/dev-db/pgxnclient/pgxnclient-1.2.1.ebuild
69 +++ /dev/null
70 @@ -1,30 +0,0 @@
71 -# Copyright 1999-2020 Gentoo Authors
72 -# Distributed under the terms of the GNU General Public License v2
73 -
74 -EAPI="5"
75 -PYTHON_COMPAT=( python3_6 )
76 -
77 -inherit distutils-r1
78 -
79 -DESCRIPTION="PostgreSQL Extension Network Client"
80 -HOMEPAGE="http://pgxnclient.projects.postgresql.org/ https://pypi.org/project/pgxnclient"
81 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
82 -
83 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
84 -
85 -LICENSE="BSD"
86 -SLOT="0"
87 -IUSE="test"
88 -RESTRICT="!test? ( test )"
89 -
90 -RDEPEND=">=dev-db/postgresql-9.1[server]"
91 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
92 -
93 -python_test() {
94 - # suite written onlt for py2
95 - pushd ${PN} > /dev/null
96 - if ! python_is_python3; then
97 - PYTHONPATH=../ "${PYTHON}" -m unittest discover || die "tests failed"
98 - fi
99 - popd > dev/null
100 -}