* [gentoo-commits] repo/proj/guru:master commit in: dev-python/python-dbus-next/
@ 2021-12-30 14:34 Florian Schmaus
0 siblings, 0 replies; 7+ messages in thread
From: Florian Schmaus @ 2021-12-30 14:34 UTC (permalink / raw
To: gentoo-commits
commit: 161856907922c185c0d96e7f844e3a67f72c0f2c
Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Wed Dec 29 12:02:25 2021 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Dec 29 12:07:23 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=16185690
dev-python/python-dbus-next: fix deps
Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>
dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild b/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild
index 11e116c44..273297f0a 100644
--- a/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild
+++ b/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild
@@ -17,9 +17,7 @@ KEYWORDS="~amd64 ~x86"
DEPEND=""
RDEPEND="${DEPEND}"
-BDEPEND="
- test? ( dev-python/pytest )
-"
+BDEPEND=""
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/python-dbus-next/
@ 2022-01-05 17:14 Florian Schmaus
0 siblings, 0 replies; 7+ messages in thread
From: Florian Schmaus @ 2022-01-05 17:14 UTC (permalink / raw
To: gentoo-commits
commit: bb074d903ed1ed3c9de3747179e5afb4f3f62cc1
Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Mon Jan 3 21:20:45 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Jan 3 21:23:09 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bb074d90
dev-python/python-dbus-next: add docs
Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>
dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild b/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild
index 491730ce4..69c1c0ebc 100644
--- a/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild
+++ b/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild
@@ -20,10 +20,18 @@ KEYWORDS="~amd64 ~x86"
DEPEND=""
RDEPEND="${DEPEND}"
-BDEPEND=""
+BDEPEND="
+ doc? (
+ dev-python/sphinxcontrib-asyncio
+ dev-python/sphinxcontrib-fulltoc
+ )
+ test? ( dev-python/pytest-asyncio )
+"
distutils_enable_tests pytest
+distutils_enable_sphinx docs
# some tests fail with:
# dbus_next.errors.InvalidAddressError: DBUS_SESSION_BUS_ADDRESS not set and could not get DISPLAY environment variable to get bus addres
+# or require certain services to be installed (like org.freedesktop.DBus.Debug.Stats)
RESTRICT="test"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/python-dbus-next/
@ 2022-01-05 17:14 Florian Schmaus
0 siblings, 0 replies; 7+ messages in thread
From: Florian Schmaus @ 2022-01-05 17:14 UTC (permalink / raw
To: gentoo-commits
commit: 80b0e3f6f5a1ba706862925424b4381fed38553a
Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Mon Jan 3 18:02:47 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Jan 3 18:02:47 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=80b0e3f6
dev-python/python-dbus-next: update HOMEPAGE
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>
dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild b/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild
index 273297f0a..491730ce4 100644
--- a/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild
+++ b/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -8,7 +8,10 @@ PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="python-dbus-next is a Python library for DBus"
-HOMEPAGE="https://github.com/altdesktop/python-dbus-next"
+HOMEPAGE="
+ https://github.com/altdesktop/python-dbus-next
+ https://pypi.org/project/dbus-next
+"
SRC_URI="https://github.com/altdesktop/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/python-dbus-next/
@ 2022-01-05 17:14 Florian Schmaus
0 siblings, 0 replies; 7+ messages in thread
From: Florian Schmaus @ 2022-01-05 17:14 UTC (permalink / raw
To: gentoo-commits
commit: 076c36ce96cbf009185672577fa5756da058e30c
Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Tue Jan 4 08:12:37 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Jan 4 08:12:37 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=076c36ce
dev-python/python-dbus-next: fix deps
Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>
dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild b/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild
index 69c1c0ebc..15c616860 100644
--- a/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild
+++ b/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild
@@ -20,16 +20,12 @@ KEYWORDS="~amd64 ~x86"
DEPEND=""
RDEPEND="${DEPEND}"
-BDEPEND="
- doc? (
- dev-python/sphinxcontrib-asyncio
- dev-python/sphinxcontrib-fulltoc
- )
- test? ( dev-python/pytest-asyncio )
-"
+BDEPEND="test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"
distutils_enable_tests pytest
-distutils_enable_sphinx docs
+distutils_enable_sphinx docs \
+ dev-python/sphinxcontrib-asyncio \
+ dev-python/sphinxcontrib-fulltoc
# some tests fail with:
# dbus_next.errors.InvalidAddressError: DBUS_SESSION_BUS_ADDRESS not set and could not get DISPLAY environment variable to get bus addres
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/python-dbus-next/
@ 2022-01-10 13:13 Andrew Ammerlaan
0 siblings, 0 replies; 7+ messages in thread
From: Andrew Ammerlaan @ 2022-01-10 13:13 UTC (permalink / raw
To: gentoo-commits
commit: ed92b16878d2c674f44d9bba12be3e0d30e123d2
Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Sun Jan 9 11:25:44 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Jan 9 11:25:44 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ed92b168
dev-python/python-dbus-next: rewrite deps
Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>
dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild | 2 --
1 file changed, 2 deletions(-)
diff --git a/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild b/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild
index 15c616860..68ac62e89 100644
--- a/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild
+++ b/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild
@@ -18,8 +18,6 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-DEPEND=""
-RDEPEND="${DEPEND}"
BDEPEND="test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/python-dbus-next/
@ 2022-09-12 14:21 Florian Schmaus
0 siblings, 0 replies; 7+ messages in thread
From: Florian Schmaus @ 2022-09-12 14:21 UTC (permalink / raw
To: gentoo-commits
commit: 4bec47fb781a1c4704d1a70183586bb5c64be073
Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Sun Sep 11 17:11:36 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sun Sep 11 17:41:34 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4bec47fb
dev-python/python-dbus-next: enable py3.11
Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>
dev-python/python-dbus-next/Manifest | 2 +-
dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/python-dbus-next/Manifest b/dev-python/python-dbus-next/Manifest
index 2c73f9a9e..9b3346732 100644
--- a/dev-python/python-dbus-next/Manifest
+++ b/dev-python/python-dbus-next/Manifest
@@ -1 +1 @@
-DIST python-dbus-next-0.2.3.tar.gz 81711 BLAKE2B 6acc38a05511b3de7e13893d82dd1ecd55f9a6124b4d859574294602b921ff012776c12ddb02e1be437b258c7bd5120a3a9625fc5b06bbbe02915dcc4c14897b SHA512 7836d855c755c8ac6cbbb251ca0cbd2f4df9b573f31b1ea1cab480e47896d36b4cb0d479b2469b0bf0b5c700068361a18874b4a087f73020cdcb4e04a2d7dbe7
+DIST python-dbus-next-0.2.3.gh.tar.gz 81711 BLAKE2B 6acc38a05511b3de7e13893d82dd1ecd55f9a6124b4d859574294602b921ff012776c12ddb02e1be437b258c7bd5120a3a9625fc5b06bbbe02915dcc4c14897b SHA512 7836d855c755c8ac6cbbb251ca0cbd2f4df9b573f31b1ea1cab480e47896d36b4cb0d479b2469b0bf0b5c700068361a18874b4a087f73020cdcb4e04a2d7dbe7
diff --git a/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild b/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild
index 7d7d00ea3..af2574feb 100644
--- a/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild
+++ b/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
@@ -12,7 +12,7 @@ HOMEPAGE="
https://github.com/altdesktop/python-dbus-next
https://pypi.org/project/dbus-next/
"
-SRC_URI="https://github.com/altdesktop/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/altdesktop/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MIT"
SLOT="0"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/python-dbus-next/
@ 2023-01-25 10:57 Viorel Munteanu
0 siblings, 0 replies; 7+ messages in thread
From: Viorel Munteanu @ 2023-01-25 10:57 UTC (permalink / raw
To: gentoo-commits
commit: 25221229422fb160c7d454a0e64484cddda6b990
Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 25 10:21:56 2023 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Wed Jan 25 10:55:35 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=25221229
dev-python/python-dbus-next: disable py3.8
Drop doc; depends on obsolete packages and errors out.
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild b/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild
index af2574feb..d75c7a637 100644
--- a/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild
+++ b/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild
@@ -3,8 +3,8 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..11} )
-
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="python-dbus-next is a Python library for DBus"
@@ -21,11 +21,9 @@ KEYWORDS="~amd64 ~x86"
BDEPEND="test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"
distutils_enable_tests pytest
-distutils_enable_sphinx docs \
- dev-python/sphinxcontrib-asyncio \
- dev-python/sphinxcontrib-fulltoc
# some tests fail with:
-# dbus_next.errors.InvalidAddressError: DBUS_SESSION_BUS_ADDRESS not set and could not get DISPLAY environment variable to get bus addres
+# dbus_next.errors.InvalidAddressError:
+# DBUS_SESSION_BUS_ADDRESS not set and could not get DISPLAY environment variable to get bus addres
# or require certain services to be installed (like org.freedesktop.DBus.Debug.Stats)
RESTRICT="test"
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2023-01-25 10:57 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-05 17:14 [gentoo-commits] repo/proj/guru:master commit in: dev-python/python-dbus-next/ Florian Schmaus
-- strict thread matches above, loose matches on Subject: below --
2023-01-25 10:57 Viorel Munteanu
2022-09-12 14:21 Florian Schmaus
2022-01-10 13:13 Andrew Ammerlaan
2022-01-05 17:14 Florian Schmaus
2022-01-05 17:14 Florian Schmaus
2021-12-30 14:34 Florian Schmaus
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox