summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-31 21:00:46 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-31 21:08:45 +0200
commit84d68f0e88948ba989815819b89e2d505ea2376f (patch)
tree506c68334f3726ff772e003c3d35f32c7661b0b0
parentdev-python/minidb: Enable py3.12 (diff)
downloadgentoo-84d68f0e.tar.gz
gentoo-84d68f0e.tar.bz2
gentoo-84d68f0e.zip
dev-python/mergedict: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/mergedict/mergedict-1.0.0-r1.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-python/mergedict/mergedict-1.0.0-r1.ebuild b/dev-python/mergedict/mergedict-1.0.0-r1.ebuild
index db215efd83c9..45c1be6ddf95 100644
--- a/dev-python/mergedict/mergedict-1.0.0-r1.ebuild
+++ b/dev-python/mergedict/mergedict-1.0.0-r1.ebuild
@@ -4,12 +4,15 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi
DESCRIPTION="A Python 'dict' with a merge() method"
-HOMEPAGE="https://github.com/schettino72/mergedict/"
+HOMEPAGE="
+ https://github.com/schettino72/mergedict/
+ https://pypi.org/project/mergedict/
+"
LICENSE="MIT"
SLOT="0"