From 4169d1f0d9d7415339534554f28eea1a28263f40 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 29 Mar 2020 09:18:15 +0200 Subject: dev-python/rply: Remove redundant versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/rply/Manifest | 1 - dev-python/rply/rply-0.7.5.ebuild | 37 ------------------------------------- 2 files changed, 38 deletions(-) delete mode 100644 dev-python/rply/rply-0.7.5.ebuild (limited to 'dev-python/rply') diff --git a/dev-python/rply/Manifest b/dev-python/rply/Manifest index afeee2a0b362..06143494a096 100644 --- a/dev-python/rply/Manifest +++ b/dev-python/rply/Manifest @@ -1,2 +1 @@ -DIST rply-0.7.5.tar.gz 27462 BLAKE2B 0f438e6fd786e7436f135da50fe90208970a0950422bb0d8e26b06cc2def964c0ebd7c3e5e3e282a1d56dbb9e804ac267095dc4da16eb57899f455d66fed2d71 SHA512 ccecc451d9e2e0fdf9df7eaaeabface782d9159cc1caf1feae6e46210f6384aa1a78c15ea3c0e9dcc0bd0d2b28e3b1328c8d37e94a8968b07ef7938e5f5ce201 DIST rply-0.7.7.tar.gz 26366 BLAKE2B 09e6b93e9581745209b2d1fede6e0e4f08c2a34cc2495ea73aebb27b012353bbdb749ef127128cd5d9df201607f73625e248945038a927d788e324fb632341b4 SHA512 c01166b7df067a6a55d1b43caa7b5a349045e838899daf82e2ba70a2c2525fd68e95f11e5319a1fe36936e696352a37bdc13f132f739cd52759a9a9c91e317ba diff --git a/dev-python/rply/rply-0.7.5.ebuild b/dev-python/rply/rply-0.7.5.ebuild deleted file mode 100644 index 22475ba280d3..000000000000 --- a/dev-python/rply/rply-0.7.5.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="Pure python parser generator that also works with RPython" -HOMEPAGE="https://github.com/alex/rply" -SRC_URI="https://github.com/alex/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="test" -RESTRICT="!test? ( test )" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/appdirs[${PYTHON_USEDEP}] - test? ( - dev-python/py[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] )" - -python_prepare() { - # https://github.com/alex/rply/issues/26; fail under py[3-4] - if python_is_python3; then - sed -e s':test_simple:_&:' -e s':test_empty_production:_&:' \ - -i tests/test_parsergenerator.py - fi - distutils-r1_python_prepare -} - -python_test() { - py.test || die "Tests fail with ${EPYTHON}" -} -- cgit v1.2.3-65-gdbad