diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-10-11 13:45:47 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-10-11 23:32:51 +0200 |
commit | 83be90c183467135e1ae4fe81a2c8761b9b2b1a1 (patch) | |
tree | e5abdb50a695986bb3279afa840f4c3f07cf4fe5 /dev-python/python-levenshtein | |
parent | dev-python/iniparse: 0.5 version bump, python3_9, tests pass (diff) | |
download | gentoo-83be90c183467135e1ae4fe81a2c8761b9b2b1a1.tar.gz gentoo-83be90c183467135e1ae4fe81a2c8761b9b2b1a1.tar.bz2 gentoo-83be90c183467135e1ae4fe81a2c8761b9b2b1a1.zip |
dev-python/python-levenshtein: EAPI-7 bump, python3_9
If Fedora can, so do we.
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-python/python-levenshtein')
-rw-r--r-- | dev-python/python-levenshtein/python-levenshtein-0.12.0.ebuild | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/dev-python/python-levenshtein/python-levenshtein-0.12.0.ebuild b/dev-python/python-levenshtein/python-levenshtein-0.12.0.ebuild index 1fc1b7dce524..b6a9406fe17e 100644 --- a/dev-python/python-levenshtein/python-levenshtein-0.12.0.ebuild +++ b/dev-python/python-levenshtein/python-levenshtein-0.12.0.ebuild @@ -1,20 +1,18 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) DISTUTILS_USE_SETUPTOOLS=rdepend -inherit distutils-r1 - 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://github.com/ztane/python-Levenshtein/ - https://pypi.org/project/python-Levenshtein/" +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" LICENSE="GPL-2" |