commit: f9ae003ad71f85ed6b7621fe6a904aa72fb5dd2d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 3 08:03:57 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 3 09:26:06 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9ae003a
dev-python/apipkg: Clean old versions up
dev-python/apipkg/Manifest | 1 -
dev-python/apipkg/apipkg-1.2-r1.ebuild | 31 -------------------------------
2 files changed, 32 deletions(-)
diff --git a/dev-python/apipkg/Manifest b/dev-python/apipkg/Manifest
index e2f8c92b4b5..f8818bf4c4a 100644
--- a/dev-python/apipkg/Manifest
+++ b/dev-python/apipkg/Manifest
@@ -1,2 +1 @@
-DIST apipkg-1.2.zip 12842 SHA256
ea86c4660e83015b6a3faad106cdf5a8d640688a93b84b93e8b64c60815789d4 SHA512
abd00a7c36914b9f79d5a54e1d0facc89fd6673f86d774784cd9a3a0e8e913cf3ef575914bcbbe4d17464b09e8b57d94c761453b2b19466e7dc408f321d22603
WHIRLPOOL
5693c8f1422d96e702eb929c2b3fe3f1a33b7d731ba4f6dced2b42229b941ca87848a31d19c2e79b0ce6fc0db98e24e6c81775c68374ca7f7bed59cf9682d049
DIST apipkg-1.4.tar.gz 11224 SHA256
2e38399dbe842891fe85392601aab8f40a8f4cc5a9053c326de35a1cc0297ac6 SHA512
118f806706944513f50d3cdef596b32f8ce585cfaf94d2531a6d260f90a0e2147177161aaa6f5d6823150e6182d0f73be3dc01259b8a2f8d710733a22ea54789
WHIRLPOOL
b0162094ee5209fb06727b5ad6d346e5738af9999f4fa21081cfedd4607d6025dd1d20621fe6c2e7801e5b405757987a6c0d63f698d74497401053847a9109bd
diff --git a/dev-python/apipkg/apipkg-1.2-r1.ebuild
b/dev-python/apipkg/apipkg-1.2-r1.ebuild
deleted file mode 100644
index 8bbab0da405..00000000000
--- a/dev-python/apipkg/apipkg-1.2-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} pypy pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="namespace control and lazy-import mechanism"
-HOMEPAGE="https://pypi.python.org/pypi/apipkg"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="app-arch/unzip
- dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_prepare_all() {
- # https://bitbucket.org/hpk42/apipkg/issue/5/test-failure-with-python-34
- sed -e 's:test_initpkg_not_transfers_not_existing_attrs:_&:' -i
test_apipkg.py || die
- distutils-r1_python_prepare_all
-}
-
-python_test() {
- # Bug 530388. The test requires patching to match py3.4; trivial.
- py.test || die "Tests fail under ${EPYTHON}"
-}