* [gentoo-commits] repo/proj/guru:master commit in: dev-python/dasbus/
@ 2022-06-15 12:42 Andrew Ammerlaan
0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2022-06-15 12:42 UTC (permalink / raw
To: gentoo-commits
commit: ace14ea90cae99da234db5091616879abf4d05e3
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Jun 14 22:31:41 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Jun 15 01:33:37 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ace14ea9
dev-python/dasbus: new package, add 1.6
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/dasbus/Manifest | 1 +
dev-python/dasbus/dasbus-1.6.ebuild | 18 ++++++++++++++++++
dev-python/dasbus/metadata.xml | 13 +++++++++++++
3 files changed, 32 insertions(+)
diff --git a/dev-python/dasbus/Manifest b/dev-python/dasbus/Manifest
new file mode 100644
index 000000000..a0bddc88b
--- /dev/null
+++ b/dev-python/dasbus/Manifest
@@ -0,0 +1 @@
+DIST dasbus-1.6.gh.tar.gz 84947 BLAKE2B 402c18245c504d6e6a7e69d520c12d049836a910c508d0345d84f146bfb950358dca0581537e2381312bcbe86b764f03bfadea467ed1b2fc44fa6474c9fa4092 SHA512 2e02865c94e9602e1e467de700cec688a2e7a8635f66454719be128b04d9a9d3857e5b61ed8349cb209db9a15be981c877ac58ec2b25d7e8ef628aafcf41d0b7
diff --git a/dev-python/dasbus/dasbus-1.6.ebuild b/dev-python/dasbus/dasbus-1.6.ebuild
new file mode 100644
index 000000000..ec136dae6
--- /dev/null
+++ b/dev-python/dasbus/dasbus-1.6.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+inherit distutils-r1
+
+DESCRIPTION="DBus library in Python 3"
+HOMEPAGE="https://github.com/rhinstaller/dasbus"
+SRC_URI="https://github.com/rhinstaller/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="LGPL-2.1"
+KEYWORDS="~amd64"
+SLOT="0"
+
+RDEPEND="dev-python/pygobject:3[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"
diff --git a/dev-python/dasbus/metadata.xml b/dev-python/dasbus/metadata.xml
new file mode 100644
index 000000000..32d979842
--- /dev/null
+++ b/dev-python/dasbus/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>lssndrbarbieri@gmail.com</email>
+ <name>Alessandro Barbieri</name>
+ </maintainer>
+ <upstream>
+ <bugs-to>https://github.com/rhinstaller/dasbus/issues</bugs-to>
+ <remote-id type="github">rhinstaller/dasbus</remote-id>
+ <remote-id type="pypi">dasbus</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/dasbus/
@ 2022-06-18 19:19 Andrew Ammerlaan
0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2022-06-18 19:19 UTC (permalink / raw
To: gentoo-commits
commit: 7b92060b49f6c4e6b47d5cfc88ff45e2281c3a42
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu Jun 16 13:45:52 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Jun 17 00:35:48 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7b92060b
dev-python/dasbus: enable tests
Closes: https://bugs.gentoo.org/852266
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/dasbus/dasbus-1.6.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev-python/dasbus/dasbus-1.6.ebuild b/dev-python/dasbus/dasbus-1.6.ebuild
index ec136dae6..9e2c4edf3 100644
--- a/dev-python/dasbus/dasbus-1.6.ebuild
+++ b/dev-python/dasbus/dasbus-1.6.ebuild
@@ -16,3 +16,5 @@ SLOT="0"
RDEPEND="dev-python/pygobject:3[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"
+
+distutils_enable_tests unittest
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/dasbus/
@ 2023-03-08 9:08 Florian Schmaus
0 siblings, 0 replies; 4+ messages in thread
From: Florian Schmaus @ 2023-03-08 9:08 UTC (permalink / raw
To: gentoo-commits
commit: 22e1bf83ad1421ea1cd855c01629d964823740b3
Author: Stepan Kulikov <stepan_kk <AT> pm <DOT> me>
AuthorDate: Tue Mar 7 22:37:30 2023 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Mar 7 22:37:30 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=22e1bf83
dev-python/dasbus: bump version to 1.7
Signed-off-by: Stepan Kulikov <stepan_kk <AT> pm.me>
dev-python/dasbus/Manifest | 2 +-
dev-python/dasbus/{dasbus-1.6.ebuild => dasbus-1.7.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/dasbus/Manifest b/dev-python/dasbus/Manifest
index a0bddc88b..04f908749 100644
--- a/dev-python/dasbus/Manifest
+++ b/dev-python/dasbus/Manifest
@@ -1 +1 @@
-DIST dasbus-1.6.gh.tar.gz 84947 BLAKE2B 402c18245c504d6e6a7e69d520c12d049836a910c508d0345d84f146bfb950358dca0581537e2381312bcbe86b764f03bfadea467ed1b2fc44fa6474c9fa4092 SHA512 2e02865c94e9602e1e467de700cec688a2e7a8635f66454719be128b04d9a9d3857e5b61ed8349cb209db9a15be981c877ac58ec2b25d7e8ef628aafcf41d0b7
+DIST dasbus-1.7.gh.tar.gz 94405 BLAKE2B e867afdbc87eed25469078108fc51d1be5277911c176cac01eb7fc25d40478ca2e9bbf57e278785d90403a033bd33c5a4ac1cbe69197ef40dc4fad1a6d3c6dfb SHA512 fc4d2871ff347144f14a9e3b428eafd53189650e5bf8549804ed8167130da1a52a6cc1170380f652e5a2699b6e8aed57c1b9e8e1369580e7c83ffb5c95e921e1
diff --git a/dev-python/dasbus/dasbus-1.6.ebuild b/dev-python/dasbus/dasbus-1.7.ebuild
similarity index 100%
rename from dev-python/dasbus/dasbus-1.6.ebuild
rename to dev-python/dasbus/dasbus-1.7.ebuild
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/dasbus/
@ 2024-04-29 21:27 David Roman
0 siblings, 0 replies; 4+ messages in thread
From: David Roman @ 2024-04-29 21:27 UTC (permalink / raw
To: gentoo-commits
commit: ab547b03d15a300c76a6c34767a3adfbe578077f
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Mon Apr 29 09:58:40 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Apr 29 14:13:50 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ab547b03
dev-python/dasbus: update upstream name
Fix VariableOrderCheck
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
dev-python/dasbus/dasbus-1.7-r1.ebuild | 6 +++---
dev-python/dasbus/metadata.xml | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/dev-python/dasbus/dasbus-1.7-r1.ebuild b/dev-python/dasbus/dasbus-1.7-r1.ebuild
index 089779cc42..9d5e3466cf 100644
--- a/dev-python/dasbus/dasbus-1.7-r1.ebuild
+++ b/dev-python/dasbus/dasbus-1.7-r1.ebuild
@@ -8,12 +8,12 @@ PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
DESCRIPTION="DBus library in Python 3"
-HOMEPAGE="https://github.com/rhinstaller/dasbus"
-SRC_URI="https://github.com/rhinstaller/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+HOMEPAGE="https://github.com/dasbus-project/dasbus"
+SRC_URI="https://github.com/dasbus-project/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="LGPL-2.1"
-KEYWORDS="~amd64"
SLOT="0"
+KEYWORDS="~amd64"
RDEPEND="dev-python/pygobject:3[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"
diff --git a/dev-python/dasbus/metadata.xml b/dev-python/dasbus/metadata.xml
index 0c68900552..9b2e81e575 100644
--- a/dev-python/dasbus/metadata.xml
+++ b/dev-python/dasbus/metadata.xml
@@ -3,8 +3,8 @@
<pkgmetadata>
<!-- maintainer-needed -->
<upstream>
- <bugs-to>https://github.com/rhinstaller/dasbus/issues</bugs-to>
- <remote-id type="github">rhinstaller/dasbus</remote-id>
+ <bugs-to>https://github.com/dasbus-project/dasbus/issues</bugs-to>
+ <remote-id type="github">dasbus-project/dasbus</remote-id>
<remote-id type="pypi">dasbus</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-04-29 21:27 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-08 9:08 [gentoo-commits] repo/proj/guru:master commit in: dev-python/dasbus/ Florian Schmaus
-- strict thread matches above, loose matches on Subject: below --
2024-04-29 21:27 David Roman
2022-06-18 19:19 Andrew Ammerlaan
2022-06-15 12:42 Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox