summaryrefslogtreecommitdiff
path: root/dev-python/textdistance
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-12-05 02:47:11 +0000
committerV3n3RiX <venerix@koprulu.sector>2021-12-05 02:47:11 +0000
commit2771f79232c273bc2a57d23bf335dd81ccf6af28 (patch)
treec8af0fd04194aed03cf067d44e53c7edd3e9ab84 /dev-python/textdistance
parente9d044d4b9b71200a96adfa280848858c0f468c9 (diff)
gentoo resync : 05.12.2021
Diffstat (limited to 'dev-python/textdistance')
-rw-r--r--dev-python/textdistance/Manifest4
-rw-r--r--dev-python/textdistance/textdistance-4.2.1-r1.ebuild32
-rw-r--r--dev-python/textdistance/textdistance-4.2.2.ebuild2
3 files changed, 2 insertions, 36 deletions
diff --git a/dev-python/textdistance/Manifest b/dev-python/textdistance/Manifest
index e94ede3a5d0e..663d1e1bdf5c 100644
--- a/dev-python/textdistance/Manifest
+++ b/dev-python/textdistance/Manifest
@@ -1,5 +1,3 @@
-DIST textdistance-4.2.1.tar.gz 45095 BLAKE2B c0b7fec8adb3a90fc2f3c939a39492887a4989e16d6bd9c548fceb1d5020323d2782dabdb69ae17dc4c3cd795425b3fbdf9bb6041b1ef7df840c2b3a9e2a7e05 SHA512 daff22077800e42ae266edd8614a1300f3f2d080868dbd38e14d035f19853e555485d27ab0392401318e0c4ddc81fbf1b537dd3aa1ba25d7a89e5f0edde8ce46
DIST textdistance-4.2.2.tar.gz 45089 BLAKE2B 8b08db743a56c289cc10a9ceb606612acb2a13d12cd12f9627870a4748c415804bde7c3f1aee54d59a49053731727827dbbd5f4ed6c2cfcc302166575ba382ca SHA512 f181686153e6e8f1541a15ac752e6a86698445713732858e63b6465c96dfeb582d2ea6cad1f7c526a3dc60796d58064355480bc6ced7dc69268a5c0abbfabdb7
-EBUILD textdistance-4.2.1-r1.ebuild 830 BLAKE2B 0921d6e38ad22cf9f16f0bfb0e10c52eacdbb2b710771a187e39a0d6d36e37d276776201b5474e4e1ff302747faaa15e7378b1b44b12701711f8346635a043f3 SHA512 d277181316ce2a50437a644e9b2dec471aa912bfced0404c9dd0165b6a1f0786c79329d0c03ef2718d703bf19c85298360541ea01a492eac08a955f0bd55bda7
-EBUILD textdistance-4.2.2.ebuild 815 BLAKE2B 98f077ead4e7b488ed4c32c10786b8ba74a1d7fee457cf6af0ee5320ba2dc98910fa209158907aed6d4ddc0f57a00f1498cae631e1f8596189fa2efdffa6459e SHA512 143c6a282c172069d256dd2234790b1764e14b82af062479352bc283594f69fa2d324981f050c849ab42337881ddecc1e0c185e17ee46fdccf1a9f96299ad78b
+EBUILD textdistance-4.2.2.ebuild 813 BLAKE2B 25ae5a3b13d1566e798de059cb94efb9a8d6d178bf109a850afe3a45b816d82a96911f9ecf8aedf70846063968718bfa37c591f747346e7f143a122a9046107a SHA512 294843892c7e7e8b2c6007801fe7a6e60d173e33d9a7ea35a64093e7b9646377d41c569d1b86e00de6a4b0cc4206abca6d223b97910578397dda9117c402c389
MISC metadata.xml 416 BLAKE2B 1ec5c20084081151a55fb38838a0144b49f4dd4af41d0e37e7502c70bde2e9760d4cdf9b3619a54eb41e6c380a10c33ce4efd99dd4c1b5976c2e5779271e970c SHA512 359187938c0f1d3b75c246fe1614cfd7d8ede4bb788e5bac98772b14ef10327bc69de6ec541d5196ad960de7f99dc7ad94f2435879b50d57acefb2384b99b504
diff --git a/dev-python/textdistance/textdistance-4.2.1-r1.ebuild b/dev-python/textdistance/textdistance-4.2.1-r1.ebuild
deleted file mode 100644
index aea07b6f2fd3..000000000000
--- a/dev-python/textdistance/textdistance-4.2.1-r1.ebuild
+++ /dev/null
@@ -1,32 +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="Compute distance between the two texts"
-HOMEPAGE="https://github.com/life4/textdistance"
-SRC_URI="https://github.com/life4/textdistance/archive/v.${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-v.${PV}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 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/numpy[${PYTHON_USEDEP}]
- dev-python/python-levenshtein[${PYTHON_USEDEP}]
- dev-python/pyxDamerauLevenshtein[${PYTHON_USEDEP}]
-)"
-
-distutils_enable_tests --install pytest
-
-EPYTEST_DESELECT=(
- tests/test_external.py
-)
diff --git a/dev-python/textdistance/textdistance-4.2.2.ebuild b/dev-python/textdistance/textdistance-4.2.2.ebuild
index bb2161da9c2f..a728ee0cd3e4 100644
--- a/dev-python/textdistance/textdistance-4.2.2.ebuild
+++ b/dev-python/textdistance/textdistance-4.2.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
BDEPEND="
test? (