From a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2026 16:24:49 -0500 Subject: Adding metadata --- dev-python/funcparserlib/Manifest | 1 - .../funcparserlib/funcparserlib-1.0.1.ebuild | 33 ---------------------- dev-python/funcparserlib/metadata.xml | 13 --------- 3 files changed, 47 deletions(-) delete mode 100644 dev-python/funcparserlib/Manifest delete mode 100644 dev-python/funcparserlib/funcparserlib-1.0.1.ebuild delete mode 100644 dev-python/funcparserlib/metadata.xml (limited to 'dev-python/funcparserlib') diff --git a/dev-python/funcparserlib/Manifest b/dev-python/funcparserlib/Manifest deleted file mode 100644 index 3d28b9a77a2e..000000000000 --- a/dev-python/funcparserlib/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST funcparserlib-1.0.1.gh.tar.gz 66860 BLAKE2B eb6d70ff37f75bb1452be7b2103a1e756d79231b2d862964e383e4d4317e1ba7de6b744ee8d29f08d81b176d267bf93ceba21e6d47c04bc7f467866d0cd6c8c9 SHA512 d64fe07337822077a0aab6d5049cd81f2ac56ccd9d1db2522c245cadf8cc8421ff1c7931f6a075d821a8634ac8aea51c7ae30fe763e679b70b35955a3f6aa8c7 diff --git a/dev-python/funcparserlib/funcparserlib-1.0.1.ebuild b/dev-python/funcparserlib/funcparserlib-1.0.1.ebuild deleted file mode 100644 index ff5405057634..000000000000 --- a/dev-python/funcparserlib/funcparserlib-1.0.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 - -DESCRIPTION="Recursive descent parsing library based on functional combinators" -HOMEPAGE=" - https://github.com/vlasovskikh/funcparserlib/ - https://pypi.org/project/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 ppc ppc64 ~riscv ~s390 ~sparc x86" -IUSE="test" -RESTRICT="!test? ( test )" - -BDEPEND=" - test? ( - dev-python/six[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests unittest diff --git a/dev-python/funcparserlib/metadata.xml b/dev-python/funcparserlib/metadata.xml deleted file mode 100644 index 01889b0f095b..000000000000 --- a/dev-python/funcparserlib/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - python@gentoo.org - Python - - - - funcparserlib - vlasovskikh/funcparserlib - - -- cgit v1.3.1