summaryrefslogtreecommitdiff
path: root/dev-python/pyrqlite
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pyrqlite')
-rw-r--r--dev-python/pyrqlite/pyrqlite-2.2.0.ebuild11
1 files changed, 9 insertions, 2 deletions
diff --git a/dev-python/pyrqlite/pyrqlite-2.2.0.ebuild b/dev-python/pyrqlite/pyrqlite-2.2.0.ebuild
index 4bdb22b99fa8..2230ed65e768 100644
--- a/dev-python/pyrqlite/pyrqlite-2.2.0.ebuild
+++ b/dev-python/pyrqlite/pyrqlite-2.2.0.ebuild
@@ -8,7 +8,10 @@ PYTHON_COMPAT=( python3_{7,8,9,10,11} )
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