diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-06-03 19:52:40 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-06-03 20:06:00 +0200 |
commit | c43dc31fc8581d74a6df3c2e8528b55372e26bc4 (patch) | |
tree | 4c653ecf3d2a8b638fd7495f9a3277481d9f1cff /dev-python/pyrqlite | |
parent | dev-python/pyspf: Enable py3.12 (diff) | |
download | gentoo-c43dc31fc8581d74a6df3c2e8528b55372e26bc4.tar.gz gentoo-c43dc31fc8581d74a6df3c2e8528b55372e26bc4.tar.bz2 gentoo-c43dc31fc8581d74a6df3c2e8528b55372e26bc4.zip |
dev-python/pyrqlite: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyrqlite')
-rw-r--r-- | dev-python/pyrqlite/pyrqlite-2.2.0.ebuild | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/dev-python/pyrqlite/pyrqlite-2.2.0.ebuild b/dev-python/pyrqlite/pyrqlite-2.2.0.ebuild index 81e617621537..1c6bee30c4d1 100644 --- a/dev-python/pyrqlite/pyrqlite-2.2.0.ebuild +++ b/dev-python/pyrqlite/pyrqlite-2.2.0.ebuild @@ -4,11 +4,14 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 DESCRIPTION="Python client for rqlite" -HOMEPAGE="https://github.com/rqlite/pyrqlite" +HOMEPAGE=" + https://github.com/rqlite/pyrqlite/ + https://pypi.org/project/pyrqlite/ +" SRC_URI=" https://github.com/rqlite/pyrqlite/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz @@ -18,6 +21,10 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -BDEPEND="test? ( >=dev-db/rqlite-6.7.0 )" +BDEPEND=" + test? ( + >=dev-db/rqlite-6.7.0 + ) +" distutils_enable_tests pytest |