summaryrefslogtreecommitdiff
path: root/dev-python/pyrqlite/pyrqlite-2.2.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-06-03 21:32:31 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-06-03 21:32:31 +0100
commit5043a584ce7a3eb644e68694a3266c1a5d2ccba5 (patch)
tree2401f70bb9284c4237ee848dcb65c610db18a643 /dev-python/pyrqlite/pyrqlite-2.2.0.ebuild
parentc1503bdaa031111d22d91db2f41dad440fb148e8 (diff)
gentoo auto-resync : 03:06:2023 - 21:32:31
Diffstat (limited to 'dev-python/pyrqlite/pyrqlite-2.2.0.ebuild')
-rw-r--r--dev-python/pyrqlite/pyrqlite-2.2.0.ebuild13
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