public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "罗百科" <patrick@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/pgxnclient/
Date: Sat, 15 Apr 2023 19:56:57 +0000 (UTC)	[thread overview]
Message-ID: <1681588611.ce6cede6d689e2cee459a7f25c8a589c6bab4086.patrick@gentoo> (raw)

commit:     ce6cede6d689e2cee459a7f25c8a589c6bab4086
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 15 06:17:58 2023 +0000
Commit:     罗百科 <patrick <AT> gentoo <DOT> org>
CommitDate: Sat Apr 15 19:56:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce6cede6

dev-db/pgxnclient: drop 1.3-r2, 1.3.1

Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org>

 dev-db/pgxnclient/Manifest                 |  2 --
 dev-db/pgxnclient/pgxnclient-1.3-r2.ebuild | 36 ---------------------------
 dev-db/pgxnclient/pgxnclient-1.3.1.ebuild  | 39 ------------------------------
 3 files changed, 77 deletions(-)

diff --git a/dev-db/pgxnclient/Manifest b/dev-db/pgxnclient/Manifest
index 43ec9571158b..a59c8c18b269 100644
--- a/dev-db/pgxnclient/Manifest
+++ b/dev-db/pgxnclient/Manifest
@@ -1,3 +1 @@
-DIST pgxnclient-1.3.1.tar.gz 80554 BLAKE2B 0f63d3ee94de623b32d990a9504a469e5606b72df7c4f3c8a261e00c36c7284e2d7efdc1eec15b43fde69be50c1b55f65f3a2259a67894fb9022e9d39280683f SHA512 e698fa9cb56a4f66c4c4281861ee6cfef4667ca9b0643691798929c625fee9eb9534ad9c6c4b94f63a730b9dedcf9f0b6a120d179052c3519d8010bc2791dd3e
 DIST pgxnclient-1.3.2.tar.gz 86146 BLAKE2B 452eb33999362b97c4f65aadcc9d19f1a24534fd7647b0ad66bbe8b87d006cee59ae5de71551be7bcd42402f40bdc551946bb38e960f217617357fb65657f161 SHA512 ce4e2b7512e4fc8f36ee9ebb7280096bdc18c5c372bb483c8cec35b7e5d5c0f19c256d1a916b5f9b2adb96c80736524df9dee90dcd7e76bf4b1af13fbf8d96bc
-DIST pgxnclient-1.3.tar.gz 51976 BLAKE2B 84ae5573588e6da0b01d5b05e296adc09f28a0b21ff81e5f2f14f3035a98ad5eb834d6793acf0a48a8b19190b989562e75094341f7c01b371028a0dd6a87b0f4 SHA512 fd9326107334d473db3466f776021186a5add389a93266b000c143131a0214b9773dd4cdd4688575cd720c8357afce1473838dea4aa5ff2564dcbc2c359de2dd

diff --git a/dev-db/pgxnclient/pgxnclient-1.3-r2.ebuild b/dev-db/pgxnclient/pgxnclient-1.3-r2.ebuild
deleted file mode 100644
index e665730dadfa..000000000000
--- a/dev-db/pgxnclient/pgxnclient-1.3-r2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-RESTRICT="test"
-PYTHON_COMPAT=( python3_9 )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-inherit distutils-r1
-
-DESCRIPTION="PostgreSQL Extension Network Client"
-HOMEPAGE="http://pgxnclient.projects.postgresql.org/ https://pypi.org/project/pgxnclient"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
-
-LICENSE="BSD"
-SLOT="0"
-
-IUSE=""
-
-distutils_enable_tests pytest
-
-RDEPEND="dev-db/postgresql:*[server]
-	dev-python/six[${PYTHON_USEDEP}]
-"
-DEPEND+="${RDEPEND}
-"
-
-src_prepare() {
-	sed "s/setup_requires/#/" -i setup.py || die
-
-	sed "s/find_packages()/find_packages(exclude=['tests'])/" -i setup.py || die
-
-	default
-}

diff --git a/dev-db/pgxnclient/pgxnclient-1.3.1.ebuild b/dev-db/pgxnclient/pgxnclient-1.3.1.ebuild
deleted file mode 100644
index da014c420f83..000000000000
--- a/dev-db/pgxnclient/pgxnclient-1.3.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_9 )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-inherit distutils-r1
-
-DESCRIPTION="PostgreSQL Extension Network Client"
-HOMEPAGE="https://pgxn.github.io/pgxnclient/
-	https://pypi.org/project/pgxnclient/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
-
-LICENSE="BSD"
-SLOT="0"
-
-IUSE="test"
-
-RDEPEND="dev-db/postgresql:*[server]
-	dev-python/six[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-	test? ( dev-python/mock )
-"
-
-# Test data is currently missing from the distribution. Next release
-# will include it.
-RESTRICT="test"
-distutils_enable_tests pytest
-
-src_prepare() {
-	sed "s/setup_requires/#/" -i setup.py || die
-	sed "s/find_packages()/find_packages(exclude=['tests'])/" -i setup.py || die
-
-	default
-}


             reply	other threads:[~2023-04-15 19:57 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-15 19:56 罗百科 [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-16  9:16 [gentoo-commits] repo/gentoo:master commit in: dev-db/pgxnclient/ Patrick Lauer
2023-04-15 19:56 罗百科
2023-04-15 19:56 罗百科
2022-06-18 15:34 罗百科
2020-12-04 13:54 Aaron W. Swenson
2020-06-25  7:29 罗百科
2020-06-24 19:43 罗百科
2020-06-24  7:07 Michał Górny
2020-06-20 17:45 罗百科
2020-06-02 11:26 Aaron W. Swenson
2020-06-01 12:20 Aaron W. Swenson
2020-05-07 13:18 Michał Górny
2017-04-24 15:49 Pacho Ramos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1681588611.ce6cede6d689e2cee459a7f25c8a589c6bab4086.patrick@gentoo \
    --to=patrick@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox