From: Michał Górny Date: Sun, 29 Mar 2020 08:02:26 +0000 (+0200) Subject: dev-python/spark-parser: Remove redundant versions X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d5a615d09c05b4a689b25cca567e2948b47ce549;p=gentoo.git dev-python/spark-parser: Remove redundant versions Signed-off-by: Michał Górny --- diff --git a/dev-python/spark-parser/Manifest b/dev-python/spark-parser/Manifest index c001b58e70bf..ca59ad155f0a 100644 --- a/dev-python/spark-parser/Manifest +++ b/dev-python/spark-parser/Manifest @@ -1,2 +1 @@ -DIST spark_parser-1.6.1.tar.gz 134114 BLAKE2B ec59af20c84e488a3211cc2d8ece8e89a70bacf52c0b3a28c78cd535fe33d5bcae45e86ee6da7e7b68c95782d1b79577a186a140f76b2255720f7bd7337dc161 SHA512 290069ebe37aa4d5dddacefe3a4d48607076990fe1f27f914d154fa48a5249cddd0c9d238b7e4c7a9a52ddfc054a3cd5639e52b618b5f4bc5b833c4e38b21c2b DIST spark_parser-1.8.5.tar.gz 123974 BLAKE2B 29efbeb35592bdd95108b5289448a6530f3211b31afa32dbb66721d1d473c1a30abc8f4700a6dee6f9dfc47cdfb1de036fa9fdb4c783d7bed7274d29b69a2038 SHA512 12ca0ae14c39edb825067574931b005f85eb46ac2cfc8e2573169da1fb54b4247181b9d2cc8449ab9a0dbd45742d68e415fd766764ce708df620bd7288b18130 diff --git a/dev-python/spark-parser/spark-parser-1.6.1.ebuild b/dev-python/spark-parser/spark-parser-1.6.1.ebuild deleted file mode 100644 index fab90de6a8b0..000000000000 --- a/dev-python/spark-parser/spark-parser-1.6.1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python3_6) - -inherit distutils-r1 - -MY_PN="spark_parser" - -DESCRIPTION="An Early-Algorithm Context-free grammar Parser" -HOMEPAGE="https://github.com/rocky/python-spark/ https://pypi.org/project/spark_parser/" -SRC_URI="mirror://pypi/${P:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - >=dev-python/nose-1.0[${PYTHON_USEDEP}] - dev-python/mock[${PYTHON_USEDEP}] - ) -" - -S="${WORKDIR}/${MY_PN}-${PV}" - -python_test() { - emake check -}