Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/textdistance/
Date: Mon, 26 Sep 2022 06:06:22
Message-Id: 1664172373.7d6298478a85151c569f5d15cca7264cf7a9f147.mgorny@gentoo
1 commit: 7d6298478a85151c569f5d15cca7264cf7a9f147
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 26 06:03:57 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 26 06:06:13 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d629847
7
8 dev-python/textdistance: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/textdistance/Manifest | 1 -
13 dev-python/textdistance/textdistance-4.3.0.ebuild | 34 -----------------------
14 2 files changed, 35 deletions(-)
15
16 diff --git a/dev-python/textdistance/Manifest b/dev-python/textdistance/Manifest
17 index 17f12744844f..ab4106862beb 100644
18 --- a/dev-python/textdistance/Manifest
19 +++ b/dev-python/textdistance/Manifest
20 @@ -1,3 +1,2 @@
21 -DIST textdistance-4.3.0.gh.tar.gz 45535 BLAKE2B e43ae62b0b7656a6c4f879b1d8e0c34ae6c83705d324aa99bb7ff6e2d0166faf1fed3ee7bc06602388c16c742a1983a4eaee143b09a7c371b9e941d53edca2b5 SHA512 30d68048b1f0b79e584f5f07731e03193af64cb2de3f52882c17154cc027f4ff8d590b994941bd5d62642d4da334ef0739d4bb65b6b12f039a1ee9aef154cde4
22 DIST textdistance-4.4.0.gh.tar.gz 45542 BLAKE2B ae144cb7179b589f4106ea378e538e0d0240e6e2ac74dc5de8222ec2f671fcd09c4705cb5b30308fdb2f6071578d337c0f88983511229d9f7eb86c924d65bf56 SHA512 727696b76ee8fdfc9bcf028a93baad38882893f62612fa08725e5e8cd104b9450977e3682995c4aa7d997afcc8fdb73e3c72ea6c1a097a9a19dbce98957d4798
23 DIST textdistance-4.5.0.gh.tar.gz 46674 BLAKE2B 5bac2690c48fc518b56f7d781803684c1ccccbb54e62c613f87a58f2acf81d28b405be5ffc41c7a304e62bd19732cdf99a03816c00765698439073b76c5be6c0 SHA512 ae51a2a0b69acd5fd64cab9509ad58713044a1307eee884ecf00508f406a9442414b1d8c71798f2c3ed0e9f5b22cca0a467f6d5a5928510adda43c6997ea497c
24
25 diff --git a/dev-python/textdistance/textdistance-4.3.0.ebuild b/dev-python/textdistance/textdistance-4.3.0.ebuild
26 deleted file mode 100644
27 index 181a9035a3f4..000000000000
28 --- a/dev-python/textdistance/textdistance-4.3.0.ebuild
29 +++ /dev/null
30 @@ -1,34 +0,0 @@
31 -# Copyright 1999-2022 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=8
35 -
36 -PYTHON_COMPAT=( python3_{8..10} )
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="Compute distance between the two texts"
40 -HOMEPAGE="https://github.com/life4/textdistance"
41 -SRC_URI="
42 - https://github.com/life4/textdistance/archive/${PV}.tar.gz
43 - -> ${P}.gh.tar.gz"
44 -
45 -LICENSE="MIT"
46 -SLOT="0"
47 -KEYWORDS="amd64 ~riscv x86"
48 -
49 -BDEPEND="
50 - test? (
51 - dev-python/abydos[${PYTHON_USEDEP}]
52 - dev-python/hypothesis[${PYTHON_USEDEP}]
53 - dev-python/isort[${PYTHON_USEDEP}]
54 - dev-python/jellyfish[${PYTHON_USEDEP}]
55 - dev-python/Levenshtein[${PYTHON_USEDEP}]
56 - dev-python/numpy[${PYTHON_USEDEP}]
57 - dev-python/pyxDamerauLevenshtein[${PYTHON_USEDEP}]
58 - )"
59 -
60 -distutils_enable_tests --install pytest
61 -
62 -EPYTEST_DESELECT=(
63 - tests/test_external.py
64 -)