summaryrefslogtreecommitdiff
path: root/dev-python/jeepney
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-11-04 09:13:50 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-11-04 09:13:50 +0000
commit0bb8253b38dc8638a46b66ba909c1bfd1054e1ef (patch)
treed408176c81eb4f81d8b3e95a66abc8eedec620e4 /dev-python/jeepney
parent1f709ed82b8014b4c156f87c66cee7d0d1d3905d (diff)
gentoo auto-resync : 04:11:2022 - 09:13:50
Diffstat (limited to 'dev-python/jeepney')
-rw-r--r--dev-python/jeepney/Manifest4
-rw-r--r--dev-python/jeepney/jeepney-0.8.0.ebuild12
-rw-r--r--dev-python/jeepney/metadata.xml2
3 files changed, 8 insertions, 10 deletions
diff --git a/dev-python/jeepney/Manifest b/dev-python/jeepney/Manifest
index 2cfd675f9873..d1370cd119ef 100644
--- a/dev-python/jeepney/Manifest
+++ b/dev-python/jeepney/Manifest
@@ -1,3 +1,3 @@
DIST jeepney-0.8.0.tar.gz 106005 BLAKE2B 23dbd876915ca364202b6e1888d5b6892c56020a492f9dbdd22c1e04f40c2627bfb90ce209c69be000e176cc6b144b6c2232a21ce1ab089971911ffa2c22cd2c SHA512 823675f262c2c9778ccf9c1083601d936cca534fc0d2d9309b52aa6beeb7f73d225a37c5f18f6b0683c4829a93b1299a2cb4f8f341e55b92bedf58c8dce0aa75
-EBUILD jeepney-0.8.0.ebuild 1439 BLAKE2B b7f8d09dd490c53822a54d277ce1e5359b7c60ad8df1c083e061ba3be604bc113edd452c5707244dd759d3811e52cb63fbbcffeb31bdfde7a8c4899ab562ba05 SHA512 183840460ce6a2640227c527074143b5e707bb6d2e42195c7bc96a9627d67d695c894e68b393f2bb4a343a73a975666187c9f363002819bddcdf06d401e28d83
-MISC metadata.xml 457 BLAKE2B 8128c212049aa1ed733a297b9b0d36ada9bf76f6e88fdd87207f3f8c7b71b96733bc080746795088e30a8238f6381951e0be72af28ce82bf4b99e41275c71d7b SHA512 2ce1e347f419b0047615eed4be61962c18b325c75a7ee98feac55b8372ffbc04a9290ca7d1426b5fdf8286f3130ac9712277d510b1a4a35471e3b6542bd5c2b9
+EBUILD jeepney-0.8.0.ebuild 1340 BLAKE2B 2a619a78b0e1d4a6f9c69dc913ae5d3b94cc0fe74a404fb7d9b41e4f64dee42bdf31eec3723c426b5c37469b14c236682c6703b42217df20893a4fdbceb72b5f SHA512 82e0f1faabebc0bcc6845ab7141c9053a4290f275a1e9c38dfb9f5305061185bc33e6cbde51004ccccfbf50c0a64321601adb54c5d6b69382c46543abafa744e
+MISC metadata.xml 459 BLAKE2B 824ec5e3c8b912403c50b3ece13706636b521c52ca8c386fb7086d703b785f81902d2a34ac2f588ee518134e9e07d23ba21df06cba5f566717c9a41f4e7a4258 SHA512 5b04f7fd929a3242eaa4a8c53357685a0b1372edbdc25be260e7072faca18fec632510580a89ce407983ffe1659b78355a4bedc4090ccfca42a8f1c17ddefd69
diff --git a/dev-python/jeepney/jeepney-0.8.0.ebuild b/dev-python/jeepney/jeepney-0.8.0.ebuild
index 93b70d360eac..4edbf80ec1e2 100644
--- a/dev-python/jeepney/jeepney-0.8.0.ebuild
+++ b/dev-python/jeepney/jeepney-0.8.0.ebuild
@@ -9,7 +9,10 @@ PYTHON_COMPAT=( pypy3 python3_{8..11} )
inherit distutils-r1
DESCRIPTION="Low-level, pure Python DBus protocol wrapper"
-HOMEPAGE="https://gitlab.com/takluyver/jeepney/"
+HOMEPAGE="
+ https://gitlab.com/takluyver/jeepney/
+ https://pypi.org/project/jeepney/
+"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
@@ -23,10 +26,6 @@ BDEPEND="
>=dev-python/pytest-asyncio-0.7.1[${PYTHON_USEDEP}]
dev-python/testpath[${PYTHON_USEDEP}]
sys-apps/dbus
- $(python_gen_cond_dep '
- dev-python/pytest-trio[${PYTHON_USEDEP}]
- dev-python/trio[${PYTHON_USEDEP}]
- ' 'python3*')
)
"
@@ -48,8 +47,7 @@ src_test() {
python_test() {
local EPYTEST_IGNORE=()
- # keep in sync with python_gen_cond_dep!
- if [[ ${EPYTHON} != python3* ]]; then
+ if ! has_version "dev-python/pytest-trio[${PYTHON_USEDEP}]"; then
EPYTEST_IGNORE+=( jeepney/io/tests/test_trio.py )
fi
epytest
diff --git a/dev-python/jeepney/metadata.xml b/dev-python/jeepney/metadata.xml
index 5adb83641ed9..e9e622253899 100644
--- a/dev-python/jeepney/metadata.xml
+++ b/dev-python/jeepney/metadata.xml
@@ -9,6 +9,6 @@
<upstream>
<remote-id type="pypi">jeepney</remote-id>
<remote-id type="gitlab">takluyver/jeepney</remote-id>
- <bugs-to>https://gitlab.com/takluyver/jeepney/issues</bugs-to>
+ <bugs-to>https://gitlab.com/takluyver/jeepney/-/issues</bugs-to>
</upstream>
</pkgmetadata>