summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-04-25 17:45:30 +0200
committerMichał Górny <mgorny@gentoo.org>2022-04-25 17:45:45 +0200
commit0c9dec3f1f6e7f1d7160724f8089dccee7edb87a (patch)
tree5be21ebcabf18d118d78da1e3c027cf6342b8d5b
parentdev-python/jwcrypto: Bump to 1.1.0 (diff)
downloadgentoo-0c9dec3f1f6e7f1d7160724f8089dccee7edb87a.tar.gz
gentoo-0c9dec3f1f6e7f1d7160724f8089dccee7edb87a.tar.bz2
gentoo-0c9dec3f1f6e7f1d7160724f8089dccee7edb87a.zip
dev-python/lark-parser: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/lark-parser/lark-parser-0.11.3.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-python/lark-parser/lark-parser-0.11.3.ebuild b/dev-python/lark-parser/lark-parser-0.11.3.ebuild
deleted file mode 100644
index b5d7c689cbf8..000000000000
--- a/dev-python/lark-parser/lark-parser-0.11.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-
-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 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
- test? (
- dev-python/atomicwrites[${PYTHON_USEDEP}]
- dev-python/regex[${PYTHON_USEDEP}]
- )"
-
-python_test() {
- "${EPYTHON}" -m tests -v || die "Tests fail with ${EPYTHON}"
-}