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/ukkonen/Manifest | 1 - dev-python/ukkonen/metadata.xml | 11 ---------- dev-python/ukkonen/ukkonen-1.1.0.ebuild | 36 --------------------------------- 3 files changed, 48 deletions(-) delete mode 100644 dev-python/ukkonen/Manifest delete mode 100644 dev-python/ukkonen/metadata.xml delete mode 100644 dev-python/ukkonen/ukkonen-1.1.0.ebuild (limited to 'dev-python/ukkonen') diff --git a/dev-python/ukkonen/Manifest b/dev-python/ukkonen/Manifest deleted file mode 100644 index ef9265cb1578..000000000000 --- a/dev-python/ukkonen/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ukkonen-1.1.0.gh.tar.gz 4392 BLAKE2B da42a7a05fc02929fbaa619b1472621b8f34ae107262cabbfcac66c3671f23a0cd8c43a923fd7db2785f1b54a4b5f6524314254382d287364e0ca9055820c076 SHA512 c43f39c063f115b9ce1f8c6fe299462d0cc56f817f43cc9b9758f05b2e10367ce410951e1ceedb46ad7b22b1b2d0ea36388b8716f9d9efca200d2720e1194857 diff --git a/dev-python/ukkonen/metadata.xml b/dev-python/ukkonen/metadata.xml deleted file mode 100644 index d4ba35cb5b1c..000000000000 --- a/dev-python/ukkonen/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - python@gentoo.org - - - ukkonen - asottile/ukkonen - - diff --git a/dev-python/ukkonen/ukkonen-1.1.0.ebuild b/dev-python/ukkonen/ukkonen-1.1.0.ebuild deleted file mode 100644 index 35f2cc2f74d8..000000000000 --- a/dev-python/ukkonen/ukkonen-1.1.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 2021-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_EXT=1 -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 - -DESCRIPTION="Implementation of bounded Levenshtein distance (Ukkonen)" -HOMEPAGE=" - https://pypi.org/project/ukkonen/ - https://github.com/asottile/ukkonen/ -" -SRC_URI=" - https://github.com/asottile/ukkonen/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm64 ~hppa ~ppc ~ppc64 ~riscv x86" - -RDEPEND=" - $(python_gen_cond_dep ' - dev-python/cffi[${PYTHON_USEDEP}] - ' 'python*') -" -BDEPEND=" - ${RDEPEND} -" - -EPYTEST_PLUGINS=() -distutils_enable_tests pytest -- cgit v1.3