* [gentoo-commits] repo/gentoo:master commit in: dev-python/dbus-next/
@ 2022-05-19 1:09 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2022-05-19 1:09 UTC (permalink / raw
To: gentoo-commits
commit: 5bac27d308f715dc38fffedc2318e9fddb0a3ba4
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May 19 00:29:57 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May 19 01:09:19 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bac27d3
dev-python/dbus-next: new package, add 0.2.3
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/dbus-next/Manifest | 1 +
dev-python/dbus-next/dbus-next-0.2.3.ebuild | 42 +++++++++++++++++++++++++++++
dev-python/dbus-next/metadata.xml | 12 +++++++++
3 files changed, 55 insertions(+)
diff --git a/dev-python/dbus-next/Manifest b/dev-python/dbus-next/Manifest
new file mode 100644
index 000000000000..1695fd2e9bea
--- /dev/null
+++ b/dev-python/dbus-next/Manifest
@@ -0,0 +1 @@
+DIST dbus-next-0.2.3.tar.gz 81711 BLAKE2B 6acc38a05511b3de7e13893d82dd1ecd55f9a6124b4d859574294602b921ff012776c12ddb02e1be437b258c7bd5120a3a9625fc5b06bbbe02915dcc4c14897b SHA512 7836d855c755c8ac6cbbb251ca0cbd2f4df9b573f31b1ea1cab480e47896d36b4cb0d479b2469b0bf0b5c700068361a18874b4a087f73020cdcb4e04a2d7dbe7
diff --git a/dev-python/dbus-next/dbus-next-0.2.3.ebuild b/dev-python/dbus-next/dbus-next-0.2.3.ebuild
new file mode 100644
index 000000000000..6e7d9b789770
--- /dev/null
+++ b/dev-python/dbus-next/dbus-next-0.2.3.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1 virtualx
+
+DESCRIPTION="The next great DBus library for Python with asyncio support"
+HOMEPAGE="https://python-dbus-next.readthedocs.io/en/latest/"
+SRC_URI="https://github.com/altdesktop/python-dbus-next/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}"/python-${P}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="test? (
+ dev-python/pygobject[${PYTHON_USEDEP}]
+ dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+ dev-python/pytest-timeout[${PYTHON_USEDEP}]
+ )"
+
+EPYTEST_IGNORE=(
+ # "interface not found on this object: org.freedesktop.DBus.Debug.Stats"
+ # Seems like we build dbus w/o this?
+ test/client/test_signals.py
+)
+
+distutils_enable_tests pytest
+
+src_test() {
+ local dbus_params=(
+ $(dbus-daemon --session --print-address --fork --print-pid)
+ )
+ local -x DBUS_SESSION_BUS_ADDRESS=${dbus_params[0]}
+
+ virtx distutils-r1_src_test
+
+ kill "${dbus_params[1]}" || die
+}
diff --git a/dev-python/dbus-next/metadata.xml b/dev-python/dbus-next/metadata.xml
new file mode 100644
index 000000000000..4c10a1f049b6
--- /dev/null
+++ b/dev-python/dbus-next/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">altdesktop/python-dbus-next</remote-id>
+ <remote-id type="pypi">dbus-next</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/dbus-next/
@ 2022-05-19 1:22 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2022-05-19 1:22 UTC (permalink / raw
To: gentoo-commits
commit: 615439fb6ee65bf6968ec649ba3b79d166f44a06
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May 19 01:21:55 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May 19 01:21:55 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=615439fb
dev-python/dbus-next: update maintainers
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/dbus-next/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/dbus-next/metadata.xml b/dev-python/dbus-next/metadata.xml
index 4c10a1f049b6..3af5441c90aa 100644
--- a/dev-python/dbus-next/metadata.xml
+++ b/dev-python/dbus-next/metadata.xml
@@ -3,8 +3,8 @@
<pkgmetadata>
<maintainer type="project">
<email>python@gentoo.org</email>
- <name>Python</name>
</maintainer>
+ <stabilize-allarches/>
<upstream>
<remote-id type="github">altdesktop/python-dbus-next</remote-id>
<remote-id type="pypi">dbus-next</remote-id>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/dbus-next/
@ 2022-06-07 23:12 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2022-06-07 23:12 UTC (permalink / raw
To: gentoo-commits
commit: e884b22cfccf3361454c38387699aca84a5090f5
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 7 23:12:34 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 7 23:12:34 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e884b22c
dev-python/dbus-next: Keyword 0.2.3-r1 x86, #846383
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild b/dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild
index 7826aedf1dc8..6a069f2f4b9c 100644
--- a/dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild
+++ b/dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}"/python-${P}
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
BDEPEND="test? (
dev-python/pygobject[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/dbus-next/
@ 2022-06-08 9:58 Jakov Smolić
0 siblings, 0 replies; 11+ messages in thread
From: Jakov Smolić @ 2022-06-08 9:58 UTC (permalink / raw
To: gentoo-commits
commit: 2f22c13df38208e65eaaf9b1e068c286e204bc6c
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 8 09:58:16 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Jun 8 09:58:16 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f22c13d
dev-python/dbus-next: Keyword 0.2.3-r1 riscv, #846383
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild b/dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild
index 6a069f2f4b9c..bd406332677e 100644
--- a/dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild
+++ b/dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}"/python-${P}
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~riscv ~x86"
BDEPEND="test? (
dev-python/pygobject[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/dbus-next/
@ 2022-06-16 8:04 Michał Górny
0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2022-06-16 8:04 UTC (permalink / raw
To: gentoo-commits
commit: a922e446060516e29f8a5a28ab289425274ef124
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 16 08:01:28 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun 16 08:01:28 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a922e446
dev-python/dbus-next: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/dbus-next/dbus-next-0.2.3.ebuild | 42 -----------------------------
1 file changed, 42 deletions(-)
diff --git a/dev-python/dbus-next/dbus-next-0.2.3.ebuild b/dev-python/dbus-next/dbus-next-0.2.3.ebuild
deleted file mode 100644
index 6e7d9b789770..000000000000
--- a/dev-python/dbus-next/dbus-next-0.2.3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1 virtualx
-
-DESCRIPTION="The next great DBus library for Python with asyncio support"
-HOMEPAGE="https://python-dbus-next.readthedocs.io/en/latest/"
-SRC_URI="https://github.com/altdesktop/python-dbus-next/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}"/python-${P}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-BDEPEND="test? (
- dev-python/pygobject[${PYTHON_USEDEP}]
- dev-python/pytest-asyncio[${PYTHON_USEDEP}]
- dev-python/pytest-timeout[${PYTHON_USEDEP}]
- )"
-
-EPYTEST_IGNORE=(
- # "interface not found on this object: org.freedesktop.DBus.Debug.Stats"
- # Seems like we build dbus w/o this?
- test/client/test_signals.py
-)
-
-distutils_enable_tests pytest
-
-src_test() {
- local dbus_params=(
- $(dbus-daemon --session --print-address --fork --print-pid)
- )
- local -x DBUS_SESSION_BUS_ADDRESS=${dbus_params[0]}
-
- virtx distutils-r1_src_test
-
- kill "${dbus_params[1]}" || die
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/dbus-next/
@ 2022-06-16 8:04 Michał Górny
0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2022-06-16 8:04 UTC (permalink / raw
To: gentoo-commits
commit: e7be70af280acde139cce77ec3fb1180d2383710
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 16 08:03:24 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun 16 08:03:24 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7be70af
dev-python/dbus-next: Enable py3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/dbus-next/Manifest | 2 +-
dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild | 20 +++++++++++++++-----
2 files changed, 16 insertions(+), 6 deletions(-)
diff --git a/dev-python/dbus-next/Manifest b/dev-python/dbus-next/Manifest
index 1695fd2e9bea..684e05395861 100644
--- a/dev-python/dbus-next/Manifest
+++ b/dev-python/dbus-next/Manifest
@@ -1 +1 @@
-DIST dbus-next-0.2.3.tar.gz 81711 BLAKE2B 6acc38a05511b3de7e13893d82dd1ecd55f9a6124b4d859574294602b921ff012776c12ddb02e1be437b258c7bd5120a3a9625fc5b06bbbe02915dcc4c14897b SHA512 7836d855c755c8ac6cbbb251ca0cbd2f4df9b573f31b1ea1cab480e47896d36b4cb0d479b2469b0bf0b5c700068361a18874b4a087f73020cdcb4e04a2d7dbe7
+DIST dbus-next-0.2.3.gh.tar.gz 81711 BLAKE2B 6acc38a05511b3de7e13893d82dd1ecd55f9a6124b4d859574294602b921ff012776c12ddb02e1be437b258c7bd5120a3a9625fc5b06bbbe02915dcc4c14897b SHA512 7836d855c755c8ac6cbbb251ca0cbd2f4df9b573f31b1ea1cab480e47896d36b4cb0d479b2469b0bf0b5c700068361a18874b4a087f73020cdcb4e04a2d7dbe7
diff --git a/dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild b/dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild
index bd406332677e..be0d45236976 100644
--- a/dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild
+++ b/dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild
@@ -4,23 +4,33 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
+
inherit distutils-r1 virtualx
DESCRIPTION="The next great DBus library for Python with asyncio support"
-HOMEPAGE="https://python-dbus-next.readthedocs.io/en/latest/"
-SRC_URI="https://github.com/altdesktop/python-dbus-next/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+HOMEPAGE="
+ https://python-dbus-next.readthedocs.io/en/latest/
+ https://github.com/altdesktop/python-dbus-next/
+ https://pypi.org/project/dbus-next/
+"
+SRC_URI="
+ https://github.com/altdesktop/python-dbus-next/archive/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
S="${WORKDIR}"/python-${P}
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~riscv ~x86"
-BDEPEND="test? (
+BDEPEND="
+ test? (
dev-python/pygobject[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pytest-timeout[${PYTHON_USEDEP}]
- )"
+ )
+"
PATCHES=(
"${FILESDIR}"/${PN}-0.2.3-glib-crash.patch
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/dbus-next/
@ 2022-06-21 20:30 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2022-06-21 20:30 UTC (permalink / raw
To: gentoo-commits
commit: e67501e97c94729409fbe2179a4448ab8078f7c1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 21 20:30:27 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 21 20:30:27 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e67501e9
dev-python/dbus-next: Stabilize 0.2.3-r1 amd64, #850289
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild b/dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild
index be0d45236976..a5d78a017665 100644
--- a/dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild
+++ b/dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild
@@ -22,7 +22,7 @@ S="${WORKDIR}"/python-${P}
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv ~x86"
BDEPEND="
test? (
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/dbus-next/
@ 2024-04-14 14:58 Michał Górny
0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2024-04-14 14:58 UTC (permalink / raw
To: gentoo-commits
commit: 10af0a36b28721292bf49637777bc8571be8a7b4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 14:38:20 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 14:57:50 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10af0a36
dev-python/dbus-next: Fix test failure
Closes: https://bugs.gentoo.org/887857
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild b/dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild
index 539b62aab174..85f9bb29193f 100644
--- a/dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild
+++ b/dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1 virtualx
@@ -36,6 +36,11 @@ PATCHES=(
"${FILESDIR}"/${PN}-0.2.3-glib-crash.patch
)
+EPYTEST_DESELECT=(
+ # test does not work anymore with dbus 1.14.4+
+ # https://github.com/altdesktop/python-dbus-next/issues/135
+ test/test_tcp_address.py::test_tcp_connection_with_forwarding
+)
EPYTEST_IGNORE=(
# "interface not found on this object: org.freedesktop.DBus.Debug.Stats"
# Seems like we build dbus w/o this?
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/dbus-next/
@ 2024-04-14 14:58 Michał Górny
0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2024-04-14 14:58 UTC (permalink / raw
To: gentoo-commits
commit: d7d570d5998c4ca02200c595b351ce1ab7566196
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 14:38:52 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 14:57:51 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7d570d5
dev-python/dbus-next: Enable py3.12
Closes: https://bugs.gentoo.org/929448
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild b/dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild
index 85f9bb29193f..9a4dfb15d412 100644
--- a/dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild
+++ b/dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 virtualx
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/dbus-next/
@ 2024-04-14 17:40 Arthur Zamarin
0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2024-04-14 17:40 UTC (permalink / raw
To: gentoo-commits
commit: 3fe5925a7af6976c0c2af1d2d14ac04997cdecb8
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 17:40:35 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 17:40:35 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fe5925a
dev-python/dbus-next: Stabilize 0.2.3-r1 x86, #910358
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild b/dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild
index 9a4dfb15d412..471321cb1093 100644
--- a/dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild
+++ b/dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild
@@ -22,7 +22,7 @@ S="${WORKDIR}"/python-${P}
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv x86"
BDEPEND="
test? (
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/dbus-next/
@ 2024-04-14 18:03 Arthur Zamarin
0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2024-04-14 18:03 UTC (permalink / raw
To: gentoo-commits
commit: 362a567ae11daac6e33cf193b23d6de380592cc0
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 18:03:45 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 18:03:45 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=362a567a
dev-python/dbus-next: Keyword 0.2.3-r1 arm64, #908611
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild b/dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild
index 471321cb1093..72eade342d51 100644
--- a/dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild
+++ b/dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild
@@ -22,7 +22,7 @@ S="${WORKDIR}"/python-${P}
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~riscv x86"
+KEYWORDS="amd64 ~arm64 ~riscv x86"
BDEPEND="
test? (
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2024-04-14 18:03 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-19 1:09 [gentoo-commits] repo/gentoo:master commit in: dev-python/dbus-next/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2022-05-19 1:22 Sam James
2022-06-07 23:12 Sam James
2022-06-08 9:58 Jakov Smolić
2022-06-16 8:04 Michał Górny
2022-06-16 8:04 Michał Górny
2022-06-21 20:30 Sam James
2024-04-14 14:58 Michał Górny
2024-04-14 14:58 Michał Górny
2024-04-14 17:40 Arthur Zamarin
2024-04-14 18:03 Arthur Zamarin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox