diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-31 21:00:12 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-31 21:08:44 +0200 |
commit | ca214f52661c418fd1060ac0eef4705bb734e740 (patch) | |
tree | 11954d2f6f02e0dffba753bf4bd2f24602b34be5 /dev-python/minidb/minidb-2.0.7.ebuild | |
parent | dev-python/mdit-py-plugins: Enable py3.12 (diff) | |
download | gentoo-ca214f52661c418fd1060ac0eef4705bb734e740.tar.gz gentoo-ca214f52661c418fd1060ac0eef4705bb734e740.tar.bz2 gentoo-ca214f52661c418fd1060ac0eef4705bb734e740.zip |
dev-python/minidb: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/minidb/minidb-2.0.7.ebuild')
-rw-r--r-- | dev-python/minidb/minidb-2.0.7.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-python/minidb/minidb-2.0.7.ebuild b/dev-python/minidb/minidb-2.0.7.ebuild index 0fded5dadf69..893a70346d32 100644 --- a/dev-python/minidb/minidb-2.0.7.ebuild +++ b/dev-python/minidb/minidb-2.0.7.ebuild @@ -4,13 +4,16 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) PYTHON_REQ_USE="sqlite" inherit distutils-r1 pypi DESCRIPTION="Simple SQLite-based object store" -HOMEPAGE="https://thp.io/2010/minidb/" +HOMEPAGE=" + https://thp.io/2010/minidb/ + https://pypi.org/project/minidb/ +" LICENSE="ISC" SLOT="0" |