diff --git a/dev-python/parse/Manifest b/dev-python/parse/Manifest index e400e66fa16cd..22f8fe25ddfab 100644 --- a/dev-python/parse/Manifest +++ b/dev-python/parse/Manifest @@ -1,2 +1 @@ -DIST parse-1.6.4.tar.gz 24025 BLAKE2B 92b900e0fbc5a52fa9dbba43b013ed9858185e87ebc32a8fdbf2802510b7753a631c8c0bdbe15250313f4533d26a46a98828d8794843e39bfdd9f6c3863b7ba7 SHA512 2848e3331f1b2604bb5f1a8a0084ff0b7e0f12b2d3832395461f4b76729637783250d18a134048106ffa6768794f38fc51534dbe5a88db303f0426530587dcee DIST parse-1.6.6.tar.gz 24638 BLAKE2B dbf1844b09bfdd0fb8ebaecba14f4a6289de315f4d658eac4853696e11b32dc9cda5837ed654072941846f112b480315961d9660c7d111127f57aac8f2c30250 SHA512 fae467b6f6e35f04d9e501162117423506701d101b2265e941b5b34420e833a0f4dbc44f62c33d51836a62ef51da9b5b8a3a1d39b3ec490f9eb77c5b6f302cdf diff --git a/dev-python/parse/parse-1.6.4.ebuild b/dev-python/parse/parse-1.6.4.ebuild deleted file mode 100644 index 77bd8c1519494..0000000000000 --- a/dev-python/parse/parse-1.6.4.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 python3_4 ) - -inherit distutils-r1 - -DESCRIPTION="parse() is the opposite of format()" -HOMEPAGE="https://github.com/r1chardj0n3s/parse" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="" -RDEPEND="" - -python_test() { - "${PYTHON}" test_parse.py || die "Tests failed under ${EPYTHON}" -}