From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 560AA138350 for ; Sat, 28 Mar 2020 17:44:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B1DBE0942; Sat, 28 Mar 2020 17:44:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 01122E0942 for ; Sat, 28 Mar 2020 17:44:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 354E434FA55 for ; Sat, 28 Mar 2020 17:44:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5CF111B1 for ; Sat, 28 Mar 2020 17:44:19 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1585417440.07fa62ff8c7935a01e06ac9707e44d26d3d1d068.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pygresql/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pygresql/Manifest dev-python/pygresql/pygresql-5.0.4.ebuild X-VCS-Directories: dev-python/pygresql/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 07fa62ff8c7935a01e06ac9707e44d26d3d1d068 X-VCS-Branch: master Date: Sat, 28 Mar 2020 17:44:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9680558d-f07f-4062-b0d0-344bdb553042 X-Archives-Hash: 4d91e0ae7c95319610052c5bbfe66791 commit: 07fa62ff8c7935a01e06ac9707e44d26d3d1d068 Author: Michał Górny gentoo org> AuthorDate: Sat Mar 28 17:36:12 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Mar 28 17:44:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07fa62ff dev-python/pygresql: Remove redundant versions Signed-off-by: Michał Górny gentoo.org> dev-python/pygresql/Manifest | 1 - dev-python/pygresql/pygresql-5.0.4.ebuild | 34 ------------------------------- 2 files changed, 35 deletions(-) diff --git a/dev-python/pygresql/Manifest b/dev-python/pygresql/Manifest index 5b9e19f64c7..d604ba749b3 100644 --- a/dev-python/pygresql/Manifest +++ b/dev-python/pygresql/Manifest @@ -1,3 +1,2 @@ -DIST PyGreSQL-5.0.4.tar.gz 637569 BLAKE2B 3f7bddb8b5e455ca4f181d254d4d125b89a64d7aaa1440b9ab5d916c395b9d93fc9814269992c134b6fd8a81f436752dbe4d7c06125e683a5257361d428c6a6f SHA512 f177ca3b023c007dafe80369b86a1742ff334137e493c3c19ac8bda0181d2543cd2431b8ab8d2d43f30d681121324bc4f236a9ebbddf1e927b071db7c9b34ea6 DIST PyGreSQL-5.0.6.tar.gz 648481 BLAKE2B 7e1d96b5c09a3d2f0e412504be27fcfa557804ace8a4c24d657f586a8e647f5001da943543d49f6d2bdec48a34017b7379305fb760436065ba7f36ce981d85c2 SHA512 fb42f462d749f824f52dd424464ecc3591e615e7e0d220a63a217797aeb3f05379fab071480946d09779dbdb9028351a596160989066589dde1be18f7d320ac8 DIST PyGreSQL-5.1.tar.gz 642216 BLAKE2B 4f3ff4e59c47d86007884b41355ec5cbc3893ba21e3e5b7a354aab698dde947622ba4b7a1590325ae36f132759e26f37868844c3c21605ead068261129331453 SHA512 d36be0f121c20469193600c551e15b430fdc9e44db00e4ae7adb4985697ddc5653f52fb642b0f3de8316fb916616d07ac1ef03e1e6b20043b7cace131b232a3a diff --git a/dev-python/pygresql/pygresql-5.0.4.ebuild b/dev-python/pygresql/pygresql-5.0.4.ebuild deleted file mode 100644 index 94062a1af33..00000000000 --- a/dev-python/pygresql/pygresql-5.0.4.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -POSTGRES_COMPAT=( 9.{4..6} 10 ) -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 postgres - -MY_P="PyGreSQL-${PV}" - -DESCRIPTION="A Python interface for the PostgreSQL database" -HOMEPAGE="http://www.pygresql.org/" -SRC_URI="mirror://pypi/P/PyGreSQL/${MY_P}.tar.gz" - -LICENSE="POSTGRESQL" -SLOT="0" -KEYWORDS="~alpha amd64 hppa ia64 ppc sparc x86" -IUSE="" - -REQUIRED_USE="${POSTGRES_REQ_USE}" - -DEPEND="${POSTGRES_DEP}" - -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}" - -python_install_all() { - local DOCS=( docs/*.rst docs/community/* docs/contents/tutorial.rst ) - - distutils-r1_python_install_all -}