summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-10-17 10:59:12 +0200
committerMichał Górny <mgorny@gentoo.org>2021-10-17 10:59:12 +0200
commit6ac03aeea8f924715ee419b67733727340a66a3e (patch)
treef152eb4a2bdf515385e516ae4ec698ea9f13db76 /dev-python/lark-parser
parentdev-python/klein: Remove old (diff)
downloadgentoo-6ac03aeea8f924715ee419b67733727340a66a3e.tar.gz
gentoo-6ac03aeea8f924715ee419b67733727340a66a3e.tar.bz2
gentoo-6ac03aeea8f924715ee419b67733727340a66a3e.zip
dev-python/lark-parser: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/lark-parser')
-rw-r--r--dev-python/lark-parser/Manifest1
-rw-r--r--dev-python/lark-parser/lark-parser-0.11.2.ebuild28
2 files changed, 0 insertions, 29 deletions
diff --git a/dev-python/lark-parser/Manifest b/dev-python/lark-parser/Manifest
index 56b14ad67dbf..7b9075f7d1c7 100644
--- a/dev-python/lark-parser/Manifest
+++ b/dev-python/lark-parser/Manifest
@@ -1,2 +1 @@
-DIST lark-parser-0.11.2.tar.gz 225851 BLAKE2B b4fec8701287237442d8fd3b2519f75f70f153a0d9deba8b39ba3317df358fe1ddda738f320ff689a7a8965ab157fefea7eb121ea980c6a6d8ca1b42d63941c9 SHA512 277be4e6d56d8e2747df434518d6d7918c149a67c3f6af3f978858be86f3fae9248989823c2429dbdff4a1c1615753607f5487fd9d6705cfafec698cb9d47e4b
DIST lark-parser-0.11.3.tar.gz 229917 BLAKE2B 14bd76f1faaa4fa0aa3fea300d7a4969e0afd70cecd163304047b34a001c012932f37a170d6727a01c93f69ad4c29da70e0b26cee477d81880fa7f97ebd01598 SHA512 34cb6b53dc782a8de57f1f9a0946e7d1f383fad83aaf85102f7d8ca9e5ecd1f83a7666ee1ed8bf556a0d21e1ac5af23964377619882b81dd1033512f544d51c0
diff --git a/dev-python/lark-parser/lark-parser-0.11.2.ebuild b/dev-python/lark-parser/lark-parser-0.11.2.ebuild
deleted file mode 100644
index ae23cc260e44..000000000000
--- a/dev-python/lark-parser/lark-parser-0.11.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python module to propose a modern general-purpose parsing library for Python"
-HOMEPAGE="https://github.com/lark-parser/lark"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
- test? (
- dev-python/regex[${PYTHON_USEDEP}]
- dev-python/js2py[${PYTHON_USEDEP}]
- )"
-
-python_test() {
- "${EPYTHON}" -m tests || die "Tests fail with ${EPYTHON}"
-}