commit:     b74d3bfe562352c86acd30a6f02f35474a647195
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 15 10:29:43 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 15 10:41:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b74d3bfe

dev-python/eradicate: Enable py3.11

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/eradicate/eradicate-2.1.0.ebuild | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/dev-python/eradicate/eradicate-2.1.0.ebuild 
b/dev-python/eradicate/eradicate-2.1.0.ebuild
index 60768c15b4da..c465febf2b37 100644
--- a/dev-python/eradicate/eradicate-2.1.0.ebuild
+++ b/dev-python/eradicate/eradicate-2.1.0.ebuild
@@ -4,15 +4,19 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
 
 inherit distutils-r1
 
 DESCRIPTION="Removes commented-out code from Python files"
-HOMEPAGE="https://github.com/myint/eradicate";
-# TODO: revert to PyPI tarball once it includes tests
-# https://github.com/myint/eradicate/pull/28
-SRC_URI="https://github.com/myint/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+HOMEPAGE="
+       https://github.com/myint/eradicate/
+       https://pypi.org/project/eradicate/
+"
+SRC_URI="
+       https://github.com/myint/eradicate/archive/v${PV}.tar.gz
+               -> ${P}.tar.gz
+"
 
 LICENSE="MIT"
 SLOT="0"

Reply via email to