commit:     c43dc31fc8581d74a6df3c2e8528b55372e26bc4
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  3 17:52:40 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun  3 18:06:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c43dc31f

dev-python/pyrqlite: Enable py3.12

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pyrqlite/pyrqlite-2.2.0.ebuild | 13 ++++++++++---
 1 file 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

Reply via email to