diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-12-10 10:02:10 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-12-10 10:03:04 +0100 |
commit | f5481cc93529008b909f1e44a19685bd01e4125c (patch) | |
tree | b8da35f00ad5eb953897c9d0d47e971a82610dba /dev-python/funcparserlib | |
parent | dev-python/aiosignal: Remove old (diff) | |
download | gentoo-f5481cc93529008b909f1e44a19685bd01e4125c.tar.gz gentoo-f5481cc93529008b909f1e44a19685bd01e4125c.tar.bz2 gentoo-f5481cc93529008b909f1e44a19685bd01e4125c.zip |
dev-python/funcparserlib: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/funcparserlib')
-rw-r--r-- | dev-python/funcparserlib/Manifest | 1 | ||||
-rw-r--r-- | dev-python/funcparserlib/funcparserlib-1.0.0.ebuild | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/dev-python/funcparserlib/Manifest b/dev-python/funcparserlib/Manifest index dbd8b6dc30d3..3d28b9a77a2e 100644 --- a/dev-python/funcparserlib/Manifest +++ b/dev-python/funcparserlib/Manifest @@ -1,2 +1 @@ -DIST funcparserlib-1.0.0.gh.tar.gz 66709 BLAKE2B 76229795e88b5b880667e41b2cd3d534649893019824e7206f41d188f44e7a67bc1cdb97b0cbcf731eb840ed128f29434d0748d0923a16ea0a3130b3ee10d206 SHA512 431d6b639c46dc84a0a12c8de976cb2c1369f0172a18d1eadbffba31aff12e9cfeded5ebec3ec63065384547000144d65d60003c55e2b23a1a40818d910aaef3 DIST funcparserlib-1.0.1.gh.tar.gz 66860 BLAKE2B eb6d70ff37f75bb1452be7b2103a1e756d79231b2d862964e383e4d4317e1ba7de6b744ee8d29f08d81b176d267bf93ceba21e6d47c04bc7f467866d0cd6c8c9 SHA512 d64fe07337822077a0aab6d5049cd81f2ac56ccd9d1db2522c245cadf8cc8421ff1c7931f6a075d821a8634ac8aea51c7ae30fe763e679b70b35955a3f6aa8c7 diff --git a/dev-python/funcparserlib/funcparserlib-1.0.0.ebuild b/dev-python/funcparserlib/funcparserlib-1.0.0.ebuild deleted file mode 100644 index 2648fecf740c..000000000000 --- a/dev-python/funcparserlib/funcparserlib-1.0.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{8..10} ) -inherit distutils-r1 - -DESCRIPTION="Recursive descent parsing library based on functional combinators" -HOMEPAGE="https://pypi.org/project/funcparserlib/ - https://github.com/vlasovskikh/funcparserlib" -SRC_URI=" - https://github.com/vlasovskikh/funcparserlib/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86" - -BDEPEND=" - test? ( - dev-python/six[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests unittest |