diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-15 12:29:43 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-15 12:41:07 +0200 |
commit | b74d3bfe562352c86acd30a6f02f35474a647195 (patch) | |
tree | 629e53d938c500aa05ec04ac19962d5500923d07 /dev-python/eradicate | |
parent | dev-python/rope: Enable py3.11 (diff) | |
download | gentoo-b74d3bfe562352c86acd30a6f02f35474a647195.tar.gz gentoo-b74d3bfe562352c86acd30a6f02f35474a647195.tar.bz2 gentoo-b74d3bfe562352c86acd30a6f02f35474a647195.zip |
dev-python/eradicate: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/eradicate')
-rw-r--r-- | dev-python/eradicate/eradicate-2.1.0.ebuild | 14 |
1 files 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" |