summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-31 19:38:14 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-31 19:40:55 +0200
commita9e1e626b8e10b530b2498c9596e6a43d6475970 (patch)
tree78faf5802a845344cc99c771f413edeca50c3e55 /dev-python/inflection
parentdev-python/ipaddr: Enable py3.12 (diff)
downloadgentoo-a9e1e626b8e10b530b2498c9596e6a43d6475970.tar.gz
gentoo-a9e1e626b8e10b530b2498c9596e6a43d6475970.tar.bz2
gentoo-a9e1e626b8e10b530b2498c9596e6a43d6475970.zip
dev-python/inflection: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/inflection')
-rw-r--r--dev-python/inflection/inflection-0.5.1-r1.ebuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/dev-python/inflection/inflection-0.5.1-r1.ebuild b/dev-python/inflection/inflection-0.5.1-r1.ebuild
index a5efa6c73e39..5d0ee46645e5 100644
--- a/dev-python/inflection/inflection-0.5.1-r1.ebuild
+++ b/dev-python/inflection/inflection-0.5.1-r1.ebuild
@@ -3,12 +3,16 @@
EAPI=8
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
+
inherit distutils-r1 pypi
DESCRIPTION="A port of Ruby on Rails' inflector to Python"
-HOMEPAGE="https://github.com/jpvanhal/inflection"
+HOMEPAGE="
+ https://github.com/jpvanhal/inflection/
+ https://pypi.org/project/inflection/
+"
LICENSE="MIT"
SLOT="0"