diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-10-20 23:08:54 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-10-20 23:12:02 +0200 |
commit | 5ba605ad5d30b69dd3e5084dfb0ef24db034ce4a (patch) | |
tree | 399aff2411490bed347b471d2590f52d2e1446c4 /dev-python | |
parent | dev-python/logilab-common: Remove last-rited pkg (diff) | |
download | gentoo-5ba605ad5d30b69dd3e5084dfb0ef24db034ce4a.tar.gz gentoo-5ba605ad5d30b69dd3e5084dfb0ef24db034ce4a.tar.bz2 gentoo-5ba605ad5d30b69dd3e5084dfb0ef24db034ce4a.zip |
dev-python/logilab-constraint: Remove last-rited pkg
Closes: https://bugs.gentoo.org/666152
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
4 files changed, 0 insertions, 79 deletions
diff --git a/dev-python/logilab-constraint/Manifest b/dev-python/logilab-constraint/Manifest deleted file mode 100644 index fa7a26073e7e..000000000000 --- a/dev-python/logilab-constraint/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST logilab-constraint-0.5.0.tar.gz 48395 BLAKE2B d08759f5f329f1d155e449e16cb20896ebad9b5f1c946485dd5e66bd8e931608467511b2d2ecbbc8c1d165b3773c95630233b79d96945235ce7c22e7c863a48a SHA512 b1ccc6e7400eacb7c446c1904f5e2b0129104482e312929292c6ca7c9c18bf4e1fa0d0e78fce61527a97e00d85c4e2a5c1bb8cce7c18792cd5d2a295449e435c diff --git a/dev-python/logilab-constraint/logilab-constraint-0.5.0-r1.ebuild b/dev-python/logilab-constraint/logilab-constraint-0.5.0-r1.ebuild deleted file mode 100644 index 500b9772df7f..000000000000 --- a/dev-python/logilab-constraint/logilab-constraint-0.5.0-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="A finite domain constraints solver written in 100% pure Python" -HOMEPAGE="https://www.logilab.org/project/logilab-constraint" -SRC_URI="ftp://ftp.logilab.org/pub/constraint/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 sparc x86" -IUSE="doc examples" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="dev-python/logilab-common[${PYTHON_USEDEP}]" - -DOCS=( doc/CONTRIBUTORS ) - -python_install() { - # Avoid collisions with dev-python/logilab-common. - distutils-r1_python_install - rm -f "${D}$(python_get_sitedir)/logilab/__init__.py" || die -} - -python_install_all() { - use doc && dohtml doc/documentation.html - use examples && local EXAMPLES=( examples/. ) - - distutils-r1_python_install_all -} diff --git a/dev-python/logilab-constraint/logilab-constraint-0.5.0-r2.ebuild b/dev-python/logilab-constraint/logilab-constraint-0.5.0-r2.ebuild deleted file mode 100644 index 45fdab0c6cfd..000000000000 --- a/dev-python/logilab-constraint/logilab-constraint-0.5.0-r2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="A finite domain constraints solver written in 100% pure Python" -HOMEPAGE="https://www.logilab.org/project/logilab-constraint" -SRC_URI="ftp://ftp.logilab.org/pub/constraint/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" -IUSE="doc examples" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND=">=dev-python/logilab-common-1.2.2-r1[${PYTHON_USEDEP}]" - -DOCS=( doc/CONTRIBUTORS ) - -python_install() { - # Avoid collisions with dev-python/logilab-common. - distutils-r1_python_install - rm -f "${D}$(python_get_sitedir)/logilab/__init__.py" || die -} - -python_install_all() { - use doc && dohtml doc/documentation.html - use examples && local EXAMPLES=( examples/. ) - - distutils-r1_python_install_all - - find "${D}" -name '*.pth' -delete || die -} diff --git a/dev-python/logilab-constraint/metadata.xml b/dev-python/logilab-constraint/metadata.xml deleted file mode 100644 index 7f4f33c6dbc9..000000000000 --- a/dev-python/logilab-constraint/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> -</pkgmetadata> |