diff options
Diffstat (limited to 'dev-python/rply')
-rw-r--r-- | dev-python/rply/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/rply/rply-0.7.2-r1.ebuild | 36 | ||||
-rw-r--r-- | dev-python/rply/rply-0.7.2.ebuild | 23 |
3 files changed, 6 insertions, 61 deletions
diff --git a/dev-python/rply/ChangeLog b/dev-python/rply/ChangeLog index 4f622b48d948..5bd78f126ae8 100644 --- a/dev-python/rply/ChangeLog +++ b/dev-python/rply/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/rply -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rply/ChangeLog,v 1.6 2014/12/29 11:56:51 djc Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/rply/ChangeLog,v 1.7 2015/03/05 13:55:45 mrueg Exp $ + + 05 Mar 2015; Manuel Rüger <mrueg@gentoo.org> -rply-0.7.2-r1.ebuild, + -rply-0.7.2.ebuild: + Remove old. *rply-0.7.3 (29 Dec 2014) diff --git a/dev-python/rply/rply-0.7.2-r1.ebuild b/dev-python/rply/rply-0.7.2-r1.ebuild deleted file mode 100644 index 468d18b7239a..000000000000 --- a/dev-python/rply/rply-0.7.2-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rply/rply-0.7.2-r1.ebuild,v 1.2 2014/04/24 06:52:17 idella4 Exp $ - -EAPI=5 - -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy ) - -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" - -DEPEND="dev-python/setuptools[${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}" -} diff --git a/dev-python/rply/rply-0.7.2.ebuild b/dev-python/rply/rply-0.7.2.ebuild deleted file mode 100644 index 8666c1c8f8a4..000000000000 --- a/dev-python/rply/rply-0.7.2.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rply/rply-0.7.2.ebuild,v 1.1 2014/02/14 08:09:50 patrick Exp $ - -EAPI=5 - -PYTHON_DEPEND="2:2.6 3:3.1" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.5 *-jython" - -inherit distutils python - -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="" - -DEPEND="" -RDEPEND="${DEPEND}" |