diff options
Diffstat (limited to 'dev-python/editdistance-s')
-rw-r--r-- | dev-python/editdistance-s/Manifest | 3 | ||||
-rw-r--r-- | dev-python/editdistance-s/editdistance-s-1.0.0.ebuild | 21 | ||||
-rw-r--r-- | dev-python/editdistance-s/metadata.xml | 20 |
3 files changed, 0 insertions, 44 deletions
diff --git a/dev-python/editdistance-s/Manifest b/dev-python/editdistance-s/Manifest deleted file mode 100644 index 34f5d4b7f5e8..000000000000 --- a/dev-python/editdistance-s/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST editdistance-s-1.0.0.tar.gz 5408 BLAKE2B 5420dff814de4d61f7c36c88113c568562a174205d8a4ff2b52b60e797f7459d95fd2a909b70911cfd7d0d67096a3844888bb88866980a2c43f8967a96ef4c55 SHA512 148234a38f54f70a2d6bc64f6a166a8954c79fb89d5f5c0bf3f041fe60056332901484a0626e218a72ae992f476305cbb662dfa0acdda794727fc682c569d718 -EBUILD editdistance-s-1.0.0.ebuild 550 BLAKE2B 661a49b08179d1cb76411d68c17bc7312aa92228c1b59c1f2ef5e359f89d37c3dac98f9e2ce8fe50ab17dcd7ce6e76d7a4b3191eac714fcf2a05fbac1ecd2ca1 SHA512 e5871cc19d30f4a48502a648f1079032229cb52bc24ad5577d63cc355c52e2579395c560beb18e7d5540f85299d2e7d3e84165798697c43424050397f4e2f39f -MISC metadata.xml 770 BLAKE2B 442e8702da027d8d7c0df17e5fca0be6bb3b764b3007076bb8c6b503df8054baa46069b41dd675386bb96fe982fb582b80bdce928e0f32a065704c4a53634656 SHA512 6b6bc64aa127b7063cfc85692fa65e3a88c24d9f1fda34b3c2742b22ab8623614574a7e8430a38f7f210129e2a51f3b9eb17a4dfbec7950ca827238d8c5a0874 diff --git a/dev-python/editdistance-s/editdistance-s-1.0.0.ebuild b/dev-python/editdistance-s/editdistance-s-1.0.0.ebuild deleted file mode 100644 index 73762b004b2e..000000000000 --- a/dev-python/editdistance-s/editdistance-s-1.0.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 - -DESCRIPTION="Fast implementation of edit (Levenshtein) distance" -HOMEPAGE="https://github.com/asottile/editdistance-s" -SRC_URI="https://github.com/asottile/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~riscv x86" - -RDEPEND="virtual/python-cffi[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND}" - -distutils_enable_tests pytest diff --git a/dev-python/editdistance-s/metadata.xml b/dev-python/editdistance-s/metadata.xml deleted file mode 100644 index 1ec83649f2ff..000000000000 --- a/dev-python/editdistance-s/metadata.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>marecki@gentoo.org</email> - <name>Marek Szuba</name> - </maintainer> - <longdescription> - This is a fork of "editdistance" with the following changes: - * __hash__ based support is removed as it makes incorrect assumptions - * only strings (type str) are supported - * cffi replaces cython (so abi3 wheels can be produced) - * the module is renamed to editdistance_s - * the public api does not contain eval() (only distance()) - </longdescription> - <upstream> - <remote-id type="github">asottile/editdistance-s</remote-id> - <remote-id type="pypi">editdistance-s</remote-id> - </upstream> -</pkgmetadata> |