commit:     83be90c183467135e1ae4fe81a2c8761b9b2b1a1
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 11 11:45:47 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 11 21:32:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83be90c1

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 <AT> gentoo.org>

 .../python-levenshtein/python-levenshtein-0.12.0.ebuild      | 12 +++++-------
 1 file 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 1fc1b7dce52..b6a9406fe17 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"

Reply via email to