diff options
author | 2021-08-10 00:16:17 +0200 | |
---|---|---|
committer | 2021-08-10 00:16:31 +0200 | |
commit | 9f9140381d6c2ad1ec78c4bfa6f179bb173c5818 (patch) | |
tree | b4153eb53f3ce1589c0f79f6d84c7a4dc8f7f69a /dev-python/lark-parser/lark-parser-0.7.8.ebuild | |
parent | dev-python/lark-parser: enable py3.10 and disable py3.7 (diff) | |
download | gentoo-9f9140381d6c2ad1ec78c4bfa6f179bb173c5818.tar.gz gentoo-9f9140381d6c2ad1ec78c4bfa6f179bb173c5818.tar.bz2 gentoo-9f9140381d6c2ad1ec78c4bfa6f179bb173c5818.zip |
dev-python/lark-parser: drop 0.7.8
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'dev-python/lark-parser/lark-parser-0.7.8.ebuild')
-rw-r--r-- | dev-python/lark-parser/lark-parser-0.7.8.ebuild | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/dev-python/lark-parser/lark-parser-0.7.8.ebuild b/dev-python/lark-parser/lark-parser-0.7.8.ebuild deleted file mode 100644 index f5c1685accc3..000000000000 --- a/dev-python/lark-parser/lark-parser-0.7.8.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8} ) - -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" |