diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-05-02 15:19:23 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-05-02 16:00:17 +0200 |
commit | d76c74e088800457c7190ac38273d02eb7922d85 (patch) | |
tree | 80c9dcb320c90059a5e9555eb4df52b6e3742cfe | |
parent | dev-python/pudb: Clean old versions up (diff) | |
download | gentoo-d76c74e088800457c7190ac38273d02eb7922d85.tar.gz gentoo-d76c74e088800457c7190ac38273d02eb7922d85.tar.bz2 gentoo-d76c74e088800457c7190ac38273d02eb7922d85.zip |
dev-python/pypeg2: Clean old versions up
-rw-r--r-- | dev-python/pypeg2/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pypeg2/pypeg2-2.15.1.ebuild | 29 |
2 files changed, 0 insertions, 30 deletions
diff --git a/dev-python/pypeg2/Manifest b/dev-python/pypeg2/Manifest index 8506e2f4acbd..93c9c9f8f231 100644 --- a/dev-python/pypeg2/Manifest +++ b/dev-python/pypeg2/Manifest @@ -1,2 +1 @@ -DIST pyPEG2-2.15.1.tar.gz 24103 SHA256 f4814a5f9c84bbb0794bef8d2a5871f4aed25366791c55e2162681873ad8bd21 SHA512 53fc9f40d426384c6107e62fa76dd231d7abe7eba3144f29a6eb9374bd7f6bc2f209fc8a687a6df762a0ba98abdb1071783780acd85cd637f86692baafe52ad1 WHIRLPOOL 61ad75f1570afd4c2a282e3196c909b69af3b1d7f36a3b42b613be3a613785c75a4938948c5dfac50098ccea464a0a03564fe6c4ce8b4a8d7b6ec3cd36f58bb6 DIST pyPEG2-2.15.2.tar.gz 40334 SHA256 2b2d4f80d8e1a9370b2a91f4a25f4abf7f69b85c8da84cd23ec36451958a1f6d SHA512 f78e3b1294169167809c5fe05f2a69af2bd6c7c4c1bcbebafb4aa6b8ae6ead181a46b051e41193bc31f49c4b4fa7b1ef231d172217c11d301d0ee21d8e411b6f WHIRLPOOL ecbd65cee238b4bcb931ddb255d1ee77046cb551929826294e622afdafcdfe59337680b6e079cc644a3df531313e65796c04ea97e169eb051b099e6233b5385f diff --git a/dev-python/pypeg2/pypeg2-2.15.1.ebuild b/dev-python/pypeg2/pypeg2-2.15.1.ebuild deleted file mode 100644 index b5ec0857b4fb..000000000000 --- a/dev-python/pypeg2/pypeg2-2.15.1.ebuild +++ /dev/null @@ -1,29 +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} ) - -inherit distutils-r1 - -MY_PN=pyPEG2 -MY_P=${MY_PN}-${PV} - -DESCRIPTION="An intrinsic PEG Parser-Interpreter for Python" -HOMEPAGE="http://fdik.org/pyPEG/ https://bitbucket.org/fdik/pypeg/ https://pypi.python.org/pypi/pyPEG2" -SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="dev-python/lxml[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND}" - -S=${WORKDIR}/${MY_P} - -PATCHES=( "${FILESDIR}"/${P}-test.patch ) - -python_test() { - "${PYTHON}" -m unittest discover || die "Tests failed with ${EPYTHON}" -} |