diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-10-25 14:11:59 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-10-25 14:12:33 +0200 |
commit | 91c428347c2ccba1ba054c2f167a53533cc073ed (patch) | |
tree | 88d42bd2397e8cba2c06e263d0df2af6661982ca /dev-python/textdistance | |
parent | dev-python/python-nbxmpp: Remove old (diff) | |
download | gentoo-91c428347c2ccba1ba054c2f167a53533cc073ed.tar.gz gentoo-91c428347c2ccba1ba054c2f167a53533cc073ed.tar.bz2 gentoo-91c428347c2ccba1ba054c2f167a53533cc073ed.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.4.0.ebuild | 35 |
2 files changed, 0 insertions, 36 deletions
diff --git a/dev-python/textdistance/Manifest b/dev-python/textdistance/Manifest index ab4106862beb..6e6194733a3c 100644 --- a/dev-python/textdistance/Manifest +++ b/dev-python/textdistance/Manifest @@ -1,2 +1 @@ -DIST textdistance-4.4.0.gh.tar.gz 45542 BLAKE2B ae144cb7179b589f4106ea378e538e0d0240e6e2ac74dc5de8222ec2f671fcd09c4705cb5b30308fdb2f6071578d337c0f88983511229d9f7eb86c924d65bf56 SHA512 727696b76ee8fdfc9bcf028a93baad38882893f62612fa08725e5e8cd104b9450977e3682995c4aa7d997afcc8fdb73e3c72ea6c1a097a9a19dbce98957d4798 DIST textdistance-4.5.0.gh.tar.gz 46674 BLAKE2B 5bac2690c48fc518b56f7d781803684c1ccccbb54e62c613f87a58f2acf81d28b405be5ffc41c7a304e62bd19732cdf99a03816c00765698439073b76c5be6c0 SHA512 ae51a2a0b69acd5fd64cab9509ad58713044a1307eee884ecf00508f406a9442414b1d8c71798f2c3ed0e9f5b22cca0a467f6d5a5928510adda43c6997ea497c diff --git a/dev-python/textdistance/textdistance-4.4.0.ebuild b/dev-python/textdistance/textdistance-4.4.0.ebuild deleted file mode 100644 index fb039fa7c401..000000000000 --- a/dev-python/textdistance/textdistance-4.4.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) -inherit distutils-r1 - -DESCRIPTION="Compute distance between the two texts" -HOMEPAGE="https://github.com/life4/textdistance" -SRC_URI=" - https://github.com/life4/textdistance/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~riscv x86" - -BDEPEND=" - test? ( - dev-python/abydos[${PYTHON_USEDEP}] - dev-python/hypothesis[${PYTHON_USEDEP}] - dev-python/isort[${PYTHON_USEDEP}] - dev-python/jellyfish[${PYTHON_USEDEP}] - dev-python/Levenshtein[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/pyxDamerauLevenshtein[${PYTHON_USEDEP}] - )" - -distutils_enable_tests pytest - -EPYTEST_DESELECT=( - tests/test_external.py -) |