summaryrefslogtreecommitdiff
path: root/dev-python/url-normalize/url-normalize-1.4.3-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/url-normalize/url-normalize-1.4.3-r1.ebuild')
-rw-r--r--dev-python/url-normalize/url-normalize-1.4.3-r1.ebuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/url-normalize/url-normalize-1.4.3-r1.ebuild b/dev-python/url-normalize/url-normalize-1.4.3-r1.ebuild
index fb9dc54a6c7a..e65d6caa4765 100644
--- a/dev-python/url-normalize/url-normalize-1.4.3-r1.ebuild
+++ b/dev-python/url-normalize/url-normalize-1.4.3-r1.ebuild
@@ -4,16 +4,19 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
+
inherit distutils-r1
DESCRIPTION="URL normalization for Python"
HOMEPAGE="
https://github.com/niksite/url-normalize/
- https://pypi.org/project/url-normalize/"
+ https://pypi.org/project/url-normalize/
+"
SRC_URI="
https://github.com/niksite/url-normalize/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz"
+ -> ${P}.gh.tar.gz
+"
LICENSE="MIT"
SLOT="0"