From dd452cf63d8b1f46b73346ff63ffc8e5718b5895 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 12 Jul 2020 18:44:10 +0200 Subject: dev-python/pygresql: Remove redundant versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pygresql/pygresql-5.0.6.ebuild | 32 ------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 dev-python/pygresql/pygresql-5.0.6.ebuild (limited to 'dev-python/pygresql/pygresql-5.0.6.ebuild') diff --git a/dev-python/pygresql/pygresql-5.0.6.ebuild b/dev-python/pygresql/pygresql-5.0.6.ebuild deleted file mode 100644 index 5dee6b2e5d31..000000000000 --- a/dev-python/pygresql/pygresql-5.0.6.ebuild +++ /dev/null @@ -1,32 +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..7} ) - -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="" - -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 -} -- cgit v1.2.3