commit:     be0c59734b55ad0f968cecc9b0a75326fc2c1f89
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Mar 19 09:01:07 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Mar 21 13:35:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be0c5973

dev-python/textdistance: cleanup old

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-python/textdistance/Manifest                  |  1 -
 dev-python/textdistance/textdistance-4.2.0.ebuild | 31 -----------------------
 2 files changed, 32 deletions(-)

diff --git a/dev-python/textdistance/Manifest b/dev-python/textdistance/Manifest
index f4996bbfb58..4a3aedf1027 100644
--- a/dev-python/textdistance/Manifest
+++ b/dev-python/textdistance/Manifest
@@ -1,2 +1 @@
-DIST textdistance-4.2.0.tar.gz 34519 BLAKE2B 
0432705c57cecd66fe8c9cd4c12293220f1aa72e26c17f7a99d0a312d6ac7c2bb769a01dce9fc950a578f50a490616cb76dbafec541cbe1d61dd8f645dd51281
 SHA512 
8b58d02824d0c94ece9d0322180dd25af7dd0cef708e3f981efa16e262373532de3d68aed7dffd2008cfb04f30495a1792f2f22e9f1d8a802426d464c20d7b07
 DIST textdistance-4.2.1.tar.gz 45095 BLAKE2B 
c0b7fec8adb3a90fc2f3c939a39492887a4989e16d6bd9c548fceb1d5020323d2782dabdb69ae17dc4c3cd795425b3fbdf9bb6041b1ef7df840c2b3a9e2a7e05
 SHA512 
daff22077800e42ae266edd8614a1300f3f2d080868dbd38e14d035f19853e555485d27ab0392401318e0c4ddc81fbf1b537dd3aa1ba25d7a89e5f0edde8ce46

diff --git a/dev-python/textdistance/textdistance-4.2.0.ebuild 
b/dev-python/textdistance/textdistance-4.2.0.ebuild
deleted file mode 100644
index f8bf291a59e..00000000000
--- a/dev-python/textdistance/textdistance-4.2.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="Compute distance between the two texts"
-HOMEPAGE="https://github.com/life4/textdistance";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-# Too many strange failures
-RESTRICT="test"
-
-BDEPEND="test? (
-       dev-python/abydos[${PYTHON_USEDEP}]
-       dev-python/hypothesis[${PYTHON_USEDEP}]
-       dev-python/isort[${PYTHON_USEDEP}]
-       dev-python/jellyfish[${PYTHON_USEDEP}]
-       dev-python/numpy[${PYTHON_USEDEP}]
-       dev-python/python-levenshtein[${PYTHON_USEDEP}]
-       dev-python/pyxDamerauLevenshtein[${PYTHON_USEDEP}]
-)"
-
-distutils_enable_tests --install pytest

Reply via email to