From d2ff2ee4cd5972048073e214c604770446cfbd1b Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 6 Jun 2022 07:44:39 +0200 Subject: Rename dev-python/{python-levenshtein → Levenshtein} MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- .../paperwork-backend-2.1.0.ebuild | 4 ++-- .../paperwork-backend-2.1.1.ebuild | 2 +- dev-python/Levenshtein/Levenshtein-0.12.2.ebuild | 21 +++++++++++++++++++++ dev-python/Levenshtein/Manifest | 1 + dev-python/Levenshtein/metadata.xml | 12 ++++++++++++ dev-python/fuzzywuzzy/fuzzywuzzy-0.18.0.ebuild | 2 +- dev-python/python-levenshtein/Manifest | 1 - dev-python/python-levenshtein/metadata.xml | 12 ------------ .../python-levenshtein-0.12.2.ebuild | 21 --------------------- dev-python/textdistance/textdistance-4.3.0.ebuild | 2 +- dev-python/textdistance/textdistance-4.4.0.ebuild | 2 +- .../translate-toolkit-3.7.2.ebuild | 2 +- .../translate-toolkit-3.7.3.ebuild | 2 +- profiles/updates/3Q-2022 | 1 + 14 files changed, 43 insertions(+), 42 deletions(-) create mode 100644 dev-python/Levenshtein/Levenshtein-0.12.2.ebuild create mode 100644 dev-python/Levenshtein/Manifest create mode 100644 dev-python/Levenshtein/metadata.xml delete mode 100644 dev-python/python-levenshtein/Manifest delete mode 100644 dev-python/python-levenshtein/metadata.xml delete mode 100644 dev-python/python-levenshtein/python-levenshtein-0.12.2.ebuild diff --git a/app-text/paperwork-backend/paperwork-backend-2.1.0.ebuild b/app-text/paperwork-backend/paperwork-backend-2.1.0.ebuild index b20acac9dac9..4f0cf6cbd94d 100644 --- a/app-text/paperwork-backend/paperwork-backend-2.1.0.ebuild +++ b/app-text/paperwork-backend/paperwork-backend-2.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -18,6 +18,7 @@ IUSE="" RDEPEND="app-text/poppler[introspection] dev-python/distro[${PYTHON_USEDEP}] + dev-python/Levenshtein[${PYTHON_USEDEP}] dev-python/natsort[${PYTHON_USEDEP}] dev-python/pillow[${PYTHON_USEDEP}] dev-python/psutil[${PYTHON_USEDEP}] @@ -25,7 +26,6 @@ RDEPEND="app-text/poppler[introspection] dev-python/pycountry[${PYTHON_USEDEP}] dev-python/pyenchant[${PYTHON_USEDEP}] dev-python/pygobject:3[${PYTHON_USEDEP}] - dev-python/python-levenshtein[${PYTHON_USEDEP}] dev-python/termcolor[${PYTHON_USEDEP}] dev-python/whoosh[${PYTHON_USEDEP}] sci-libs/scikit-learn[${PYTHON_USEDEP}]" diff --git a/app-text/paperwork-backend/paperwork-backend-2.1.1.ebuild b/app-text/paperwork-backend/paperwork-backend-2.1.1.ebuild index 820e83331f39..f5bcf8a9e058 100644 --- a/app-text/paperwork-backend/paperwork-backend-2.1.1.ebuild +++ b/app-text/paperwork-backend/paperwork-backend-2.1.1.ebuild @@ -18,6 +18,7 @@ IUSE="" RDEPEND="app-text/poppler[introspection] dev-python/distro[${PYTHON_USEDEP}] + dev-python/Levenshtein[${PYTHON_USEDEP}] dev-python/natsort[${PYTHON_USEDEP}] dev-python/pillow[${PYTHON_USEDEP}] dev-python/psutil[${PYTHON_USEDEP}] @@ -25,7 +26,6 @@ RDEPEND="app-text/poppler[introspection] dev-python/pycountry[${PYTHON_USEDEP}] dev-python/pyenchant[${PYTHON_USEDEP}] dev-python/pygobject:3[${PYTHON_USEDEP}] - dev-python/python-levenshtein[${PYTHON_USEDEP}] dev-python/termcolor[${PYTHON_USEDEP}] dev-python/whoosh[${PYTHON_USEDEP}] sci-libs/scikit-learn[${PYTHON_USEDEP}]" diff --git a/dev-python/Levenshtein/Levenshtein-0.12.2.ebuild b/dev-python/Levenshtein/Levenshtein-0.12.2.ebuild new file mode 100644 index 000000000000..9a69b15794fa --- /dev/null +++ b/dev-python/Levenshtein/Levenshtein-0.12.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..11} ) +DISTUTILS_USE_PEP517=setuptools + +MY_PN="python-Levenshtein" +MY_P="${MY_PN}-${PV}" +inherit distutils-r1 + +DESCRIPTION="Functions for fast computation of Levenshtein distance, and edit operations" +HOMEPAGE="https://pypi.org/project/python-Levenshtein/ + https://github.com/ztane/python-Levenshtein/" +SRC_URI="mirror://pypi/${MY_PN::1}/${MY_PN}/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86" diff --git a/dev-python/Levenshtein/Manifest b/dev-python/Levenshtein/Manifest new file mode 100644 index 000000000000..f40b2e341618 --- /dev/null +++ b/dev-python/Levenshtein/Manifest @@ -0,0 +1 @@ +DIST python-Levenshtein-0.12.2.tar.gz 50502 BLAKE2B d8992d30639e36aac1b85fada8f5273ed867aa3019208ffeb9972e999dad783d4ee16e1f6988c9306eb80f622b61fcf3a0a937b380c7a5acf50223268ed8de1d SHA512 97eac9d19121758af7620ad3963846e48434ceabb5376a83f28452015adf1a620620bfb53edb1c4f60b0fc8ec2b0faf35a105d7e2a0fc5df7a45fce81ba0dcdb diff --git a/dev-python/Levenshtein/metadata.xml b/dev-python/Levenshtein/metadata.xml new file mode 100644 index 000000000000..414d22588236 --- /dev/null +++ b/dev-python/Levenshtein/metadata.xml @@ -0,0 +1,12 @@ + + + + + python@gentoo.org + Python + + + python-Levenshtein + ztane/python-Levenshtein + + diff --git a/dev-python/fuzzywuzzy/fuzzywuzzy-0.18.0.ebuild b/dev-python/fuzzywuzzy/fuzzywuzzy-0.18.0.ebuild index 4ccd97dca9b5..8cf3de7a61f0 100644 --- a/dev-python/fuzzywuzzy/fuzzywuzzy-0.18.0.ebuild +++ b/dev-python/fuzzywuzzy/fuzzywuzzy-0.18.0.ebuild @@ -15,7 +15,7 @@ KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86" LICENSE="GPL-2" SLOT="0" -RDEPEND="dev-python/python-levenshtein[${PYTHON_USEDEP}]" +RDEPEND="dev-python/Levenshtein[${PYTHON_USEDEP}]" BDEPEND="test? ( dev-python/pycodestyle[${PYTHON_USEDEP}] )" distutils_enable_tests pytest diff --git a/dev-python/python-levenshtein/Manifest b/dev-python/python-levenshtein/Manifest deleted file mode 100644 index f40b2e341618..000000000000 --- a/dev-python/python-levenshtein/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST python-Levenshtein-0.12.2.tar.gz 50502 BLAKE2B d8992d30639e36aac1b85fada8f5273ed867aa3019208ffeb9972e999dad783d4ee16e1f6988c9306eb80f622b61fcf3a0a937b380c7a5acf50223268ed8de1d SHA512 97eac9d19121758af7620ad3963846e48434ceabb5376a83f28452015adf1a620620bfb53edb1c4f60b0fc8ec2b0faf35a105d7e2a0fc5df7a45fce81ba0dcdb diff --git a/dev-python/python-levenshtein/metadata.xml b/dev-python/python-levenshtein/metadata.xml deleted file mode 100644 index 414d22588236..000000000000 --- a/dev-python/python-levenshtein/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - python@gentoo.org - Python - - - python-Levenshtein - ztane/python-Levenshtein - - diff --git a/dev-python/python-levenshtein/python-levenshtein-0.12.2.ebuild b/dev-python/python-levenshtein/python-levenshtein-0.12.2.ebuild deleted file mode 100644 index eb68abba9ce0..000000000000 --- a/dev-python/python-levenshtein/python-levenshtein-0.12.2.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..11} ) -DISTUTILS_USE_PEP517=setuptools - -MY_PN="python-Levenshtein" -MY_P="${MY_PN}-${PV}" -inherit distutils-r1 - -DESCRIPTION="Functions for fast computation of Levenshtein distance, and edit operations" -HOMEPAGE="https://pypi.org/project/python-Levenshtein/ - https://github.com/ztane/python-Levenshtein/" -SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz" -S="${WORKDIR}/${MY_P}" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86" diff --git a/dev-python/textdistance/textdistance-4.3.0.ebuild b/dev-python/textdistance/textdistance-4.3.0.ebuild index b7752b1c5c8d..181a9035a3f4 100644 --- a/dev-python/textdistance/textdistance-4.3.0.ebuild +++ b/dev-python/textdistance/textdistance-4.3.0.ebuild @@ -22,8 +22,8 @@ BDEPEND=" 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/python-levenshtein[${PYTHON_USEDEP}] dev-python/pyxDamerauLevenshtein[${PYTHON_USEDEP}] )" diff --git a/dev-python/textdistance/textdistance-4.4.0.ebuild b/dev-python/textdistance/textdistance-4.4.0.ebuild index 6b3f959525b4..427ee9e48841 100644 --- a/dev-python/textdistance/textdistance-4.4.0.ebuild +++ b/dev-python/textdistance/textdistance-4.4.0.ebuild @@ -23,8 +23,8 @@ BDEPEND=" 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/python-levenshtein[${PYTHON_USEDEP}] dev-python/pyxDamerauLevenshtein[${PYTHON_USEDEP}] )" diff --git a/dev-python/translate-toolkit/translate-toolkit-3.7.2.ebuild b/dev-python/translate-toolkit/translate-toolkit-3.7.2.ebuild index 7022e482cf3f..97ae988d9918 100644 --- a/dev-python/translate-toolkit/translate-toolkit-3.7.2.ebuild +++ b/dev-python/translate-toolkit/translate-toolkit-3.7.2.ebuild @@ -30,9 +30,9 @@ RDEPEND=" app-text/iso-codes >=dev-python/chardet-3.0.4[${PYTHON_USEDEP}] dev-python/cheroot[${PYTHON_USEDEP}] + >=dev-python/Levenshtein-0.12.0[${PYTHON_USEDEP}] >=dev-python/lxml-4.3.1[${PYTHON_USEDEP}] >=dev-python/pycountry-19.8.18[${PYTHON_USEDEP}] - >=dev-python/python-levenshtein-0.12.0[${PYTHON_USEDEP}] >=dev-python/pyparsing-3[${PYTHON_USEDEP}] dev-python/ruamel-yaml[${PYTHON_USEDEP}] sys-devel/gettext diff --git a/dev-python/translate-toolkit/translate-toolkit-3.7.3.ebuild b/dev-python/translate-toolkit/translate-toolkit-3.7.3.ebuild index 7c5cbdaf61ca..5506bd44030d 100644 --- a/dev-python/translate-toolkit/translate-toolkit-3.7.3.ebuild +++ b/dev-python/translate-toolkit/translate-toolkit-3.7.3.ebuild @@ -30,9 +30,9 @@ RDEPEND=" app-text/iso-codes >=dev-python/chardet-3.0.4[${PYTHON_USEDEP}] dev-python/cheroot[${PYTHON_USEDEP}] + >=dev-python/Levenshtein-0.12.0[${PYTHON_USEDEP}] >=dev-python/lxml-4.3.1[${PYTHON_USEDEP}] >=dev-python/pycountry-19.8.18[${PYTHON_USEDEP}] - >=dev-python/python-levenshtein-0.12.0[${PYTHON_USEDEP}] >=dev-python/pyparsing-3[${PYTHON_USEDEP}] dev-python/ruamel-yaml[${PYTHON_USEDEP}] sys-devel/gettext diff --git a/profiles/updates/3Q-2022 b/profiles/updates/3Q-2022 index 87339087d27c..5b6de63728a9 100644 --- a/profiles/updates/3Q-2022 +++ b/profiles/updates/3Q-2022 @@ -15,3 +15,4 @@ move net-p2p/go-ipfs net-p2p/kubo move app-admin/ansible-base app-admin/ansible-core slotmove =dev-ruby/rack-test-2.0.2 1.0 2 move app-office/gnome-todo app-office/endeavour +move dev-python/python-levenshtein dev-python/Levenshtein -- cgit v1.2.3-65-gdbad