From: Michał Górny Date: Fri, 5 Jan 2018 17:20:25 +0000 (+0100) Subject: dev-python/pluggy: Clean old up X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=56e44fa9434832c03ac293354c1f6ef59a14bc50;p=gentoo.git dev-python/pluggy: Clean old up --- diff --git a/dev-python/pluggy/Manifest b/dev-python/pluggy/Manifest index dbc64c7bd54c..9b330d8b55e4 100644 --- a/dev-python/pluggy/Manifest +++ b/dev-python/pluggy/Manifest @@ -1,2 +1 @@ -DIST pluggy-0.4.0.zip 19054 BLAKE2B 9f3f864494bd07b6b2fc936a2cf88dd86dc26a1fc529c3741e25ca00f49146ad00c533d1038b6788d075c90e7d1f460975f52d4f3d86bf88f5bb64656c79eeb0 SHA512 1a6e28df05751767df1ac3dfac4c29ba0367f05ae9c8c6a7f5163bb53de36f90226ed18baedeb41bc8ca23504ca61a9b32ef907d3ec3fee7512bcdf45a56d19c DIST pluggy-0.5.2.tar.gz 18935 BLAKE2B 8e5bbab9ed0c78a0c6da076ad03618e66780f9ff209f4d08223e7a381eb4d7573727793f4543799e0e557991d4edcdbfd22c0565b69814379806912a4631abf3 SHA512 850b1a7b9e55d46d5deb16b8bc71e3f9d6c26b78fe34379b295a9780f3da8abb3c44f524f175d0392b61fc2d36d66d156db3f499a3c1666e2ff3e3c6344153cb diff --git a/dev-python/pluggy/pluggy-0.4.0.ebuild b/dev-python/pluggy/pluggy-0.4.0.ebuild deleted file mode 100644 index d7f5e8492ece..000000000000 --- a/dev-python/pluggy/pluggy-0.4.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="plugin and hook calling mechanisms for python" -HOMEPAGE="https://pypi.python.org/pypi/pluggy" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.zip" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="test" - -RDEPEND="" -DEPEND="${RDEPEND} - app-arch/unzip - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/pytest[${PYTHON_USEDEP}] - )" - -python_test() { - py.test -v -v || die -}