diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-11-02 06:39:26 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-11-02 06:44:22 +0100 |
commit | c85484d22b80f9040760dcd2d04f538138955ed1 (patch) | |
tree | 3eaf4b1cd1c68d74c746a01f67c15416964edb6d /dev-python/textdistance | |
parent | dev-python/stack-data: Remove old (diff) | |
download | gentoo-c85484d22b80f9040760dcd2d04f538138955ed1.tar.gz gentoo-c85484d22b80f9040760dcd2d04f538138955ed1.tar.bz2 gentoo-c85484d22b80f9040760dcd2d04f538138955ed1.zip |
dev-python/textdistance: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/textdistance')
-rw-r--r-- | dev-python/textdistance/Manifest | 1 | ||||
-rw-r--r-- | dev-python/textdistance/textdistance-4.5.0.ebuild | 36 |
2 files changed, 0 insertions, 37 deletions
diff --git a/dev-python/textdistance/Manifest b/dev-python/textdistance/Manifest index bd2b3c1c9277..369a95ea65e1 100644 --- a/dev-python/textdistance/Manifest +++ b/dev-python/textdistance/Manifest @@ -1,2 +1 @@ -DIST textdistance-4.5.0.gh.tar.gz 46674 BLAKE2B 5bac2690c48fc518b56f7d781803684c1ccccbb54e62c613f87a58f2acf81d28b405be5ffc41c7a304e62bd19732cdf99a03816c00765698439073b76c5be6c0 SHA512 ae51a2a0b69acd5fd64cab9509ad58713044a1307eee884ecf00508f406a9442414b1d8c71798f2c3ed0e9f5b22cca0a467f6d5a5928510adda43c6997ea497c DIST textdistance-4.6.0.gh.tar.gz 46639 BLAKE2B 3d39dfb43c9d3a10ec0c638dd02fd8ee6ccf3d3b06821b8af9331ccfd76a6cae4b33095bd6f71edb670e35a786478f0f7f72baefe4ec3db1a8581a0d8dead4ab SHA512 3e75fde1fc2b0d1dc3917d3860483c5a0aa25affd68c0f05c4888f2404e7e96e6da7b2e581ee3d96626a0a7d4c7ca1e096626224756ec784e72be22681b56116 diff --git a/dev-python/textdistance/textdistance-4.5.0.ebuild b/dev-python/textdistance/textdistance-4.5.0.ebuild deleted file mode 100644 index 1e4219208063..000000000000 --- a/dev-python/textdistance/textdistance-4.5.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) - -inherit distutils-r1 - -DESCRIPTION="Compute distance between the two texts" -HOMEPAGE=" - https://github.com/life4/textdistance/ - https://pypi.org/project/textdistance/ -" -SRC_URI=" - https://github.com/life4/textdistance/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~ppc64 ~riscv x86" - -BDEPEND=" - test? ( - dev-python/hypothesis[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -EPYTEST_IGNORE=( - tests/test_external.py -) |