From 1798c4aeca70ac8d0a243684d6a798fbc65735f8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:57:42 +0100 Subject: gentoo resync : 14.07.2018 --- dev-python/rply/Manifest | 7 ------- dev-python/rply/metadata.xml | 11 ----------- dev-python/rply/rply-0.7.4.ebuild | 36 ------------------------------------ dev-python/rply/rply-0.7.5.ebuild | 36 ------------------------------------ dev-python/rply/rply-0.7.6.ebuild | 36 ------------------------------------ 5 files changed, 126 deletions(-) delete mode 100644 dev-python/rply/Manifest delete mode 100644 dev-python/rply/metadata.xml delete mode 100644 dev-python/rply/rply-0.7.4.ebuild delete mode 100644 dev-python/rply/rply-0.7.5.ebuild delete mode 100644 dev-python/rply/rply-0.7.6.ebuild (limited to 'dev-python/rply') diff --git a/dev-python/rply/Manifest b/dev-python/rply/Manifest deleted file mode 100644 index decab5f774b5..000000000000 --- a/dev-python/rply/Manifest +++ /dev/null @@ -1,7 +0,0 @@ -DIST rply-0.7.4.tar.gz 27392 BLAKE2B 3604550646e083bf685a192dcf0dbc80c03cf4b97f6771ed37e228c84909c2518a58bde73ea584085351f1a2b5c865418ae671843087660d48f08e0e44e3ab2c SHA512 e3c3a828eb4b3cb20751ecb2d91efaabddbe3702d52b9adefe1748c07c843da1899e3944bcf0ab79f627ae428b8879cf99739ea7e0c6fd1acffc4ac4dee1b652 -DIST rply-0.7.5.tar.gz 27462 BLAKE2B 0f438e6fd786e7436f135da50fe90208970a0950422bb0d8e26b06cc2def964c0ebd7c3e5e3e282a1d56dbb9e804ac267095dc4da16eb57899f455d66fed2d71 SHA512 ccecc451d9e2e0fdf9df7eaaeabface782d9159cc1caf1feae6e46210f6384aa1a78c15ea3c0e9dcc0bd0d2b28e3b1328c8d37e94a8968b07ef7938e5f5ce201 -DIST rply-0.7.6.tar.gz 26216 BLAKE2B 5ec93739179df0d34762ea0ee004a00defa235a23af8b5cbf283e1e44c250469a704c9247463a8cdf9796c35da8aed0be025e73fe21aece3d376b1e66ffda1c3 SHA512 b0edcff1ca32c465b404a0b2f548f90d312bcb98d3f4aa4a61fb44986c8aa7ecb6f046e72112e2c1f5654173bcfcc96ab4e0625632e908ccf17b43cdb3d8d99d -EBUILD rply-0.7.4.ebuild 909 BLAKE2B 3af90c45fe36944b7fd8401ed155253106391ae20072f3c093f1f5d0549d726133518139d43c341b47cad11f63ecce4809b187ab48b132fd928a66a6f2892794 SHA512 5d2f041f82e0109ab154445b7ced7d2930a93b43bfe406f3798579690837945ce164878c056f7e46138b38432709e80d91c054a9f57ff2a4e27c1df306f79bbd -EBUILD rply-0.7.5.ebuild 913 BLAKE2B b4ad4a1567b6d515db683433a30584a74990c8878dc789152acd5753ff12d9408219cc556dea5c5ce98e6cca2047de2ee280455a596cce315d268fca24936892 SHA512 ce41a7fb298496c5688e3f90d89e21efbdb9152f2397574ad430f4774c600e1dba2284fc94840f37373b25860bfb0f01955e9a57426b1471eeaa272c3d50d0c4 -EBUILD rply-0.7.6.ebuild 919 BLAKE2B 35b7ad7f04875950763cb6723b4edf57a9e9c51cb7f9d5419263cb45aaeaa9bd41cb4e801fa23de58e5f733469fd36d6c56576c3429124135600e8e6c431bffa SHA512 12a37020112a63f8b3e33c651d5ce975d1d7d2b12074a024c895079404dd2c6499b791b81da06432f1199698b30cdf9753ad52d295faadffbcdd4999b4759ab4 -MISC metadata.xml 324 BLAKE2B d6027998ac0d5aee72ca31a60c53bdf7bbc628b16eacb329041fadb5ac5c9015f152e3e9f59495505eb73a2f8fe76ccff182026b6d5c80999274268056e63e14 SHA512 9378b0e52729cd011ed824e800aa1af7ed6b9f799de0802950dbf02eeb8dd27e356ea067a46aaa91b05d96f7ec5fc17a43c0d980b7b585fecb8220b0ddc20ba8 diff --git a/dev-python/rply/metadata.xml b/dev-python/rply/metadata.xml deleted file mode 100644 index a1678ef4e2d1..000000000000 --- a/dev-python/rply/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - python@gentoo.org - Python - - - alex/rply - - diff --git a/dev-python/rply/rply-0.7.4.ebuild b/dev-python/rply/rply-0.7.4.ebuild deleted file mode 100644 index 6157f84c737a..000000000000 --- a/dev-python/rply/rply-0.7.4.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python{2_7,3_4,3_5} 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}] - 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}" -} 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 daf24281fa56..000000000000 --- a/dev-python/rply/rply-0.7.5.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} 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}] - 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}" -} diff --git a/dev-python/rply/rply-0.7.6.ebuild b/dev-python/rply/rply-0.7.6.ebuild deleted file mode 100644 index 3acf179151d4..000000000000 --- a/dev-python/rply/rply-0.7.6.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} 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}] - 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_all -} - -python_test() { - py.test || die "Tests fail with ${EPYTHON}" -} -- cgit v1.2.3