diff options
| author | Pacho Ramos <pacho@gentoo.org> | 2025-12-22 12:58:46 +0100 |
|---|---|---|
| committer | Pacho Ramos <pacho@gentoo.org> | 2025-12-22 13:40:59 +0100 |
| commit | d3cdfc53c086730efc2dd67cd9ff426ab5f15a2d (patch) | |
| tree | 18bdc7c110ee2596caf2abe8ee5395de12939211 /dev-python | |
| parent | 15ac2c46f2395c59eb197b5e0dff8a3d5d108de1 (diff) | |
| download | gentoo-d3cdfc53c086730efc2dd67cd9ff426ab5f15a2d.tar.gz gentoo-d3cdfc53c086730efc2dd67cd9ff426ab5f15a2d.tar.bz2 gentoo-d3cdfc53c086730efc2dd67cd9ff426ab5f15a2d.zip | |
dev-python/dasbus: new package, add 1.7
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/dasbus/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/dasbus/dasbus-1.7.ebuild | 22 | ||||
| -rw-r--r-- | dev-python/dasbus/metadata.xml | 11 |
3 files changed, 34 insertions, 0 deletions
diff --git a/dev-python/dasbus/Manifest b/dev-python/dasbus/Manifest new file mode 100644 index 000000000000..04f9087493d7 --- /dev/null +++ b/dev-python/dasbus/Manifest @@ -0,0 +1 @@ +DIST dasbus-1.7.gh.tar.gz 94405 BLAKE2B e867afdbc87eed25469078108fc51d1be5277911c176cac01eb7fc25d40478ca2e9bbf57e278785d90403a033bd33c5a4ac1cbe69197ef40dc4fad1a6d3c6dfb SHA512 fc4d2871ff347144f14a9e3b428eafd53189650e5bf8549804ed8167130da1a52a6cc1170380f652e5a2699b6e8aed57c1b9e8e1369580e7c83ffb5c95e921e1 diff --git a/dev-python/dasbus/dasbus-1.7.ebuild b/dev-python/dasbus/dasbus-1.7.ebuild new file mode 100644 index 000000000000..7e75268ffea2 --- /dev/null +++ b/dev-python/dasbus/dasbus-1.7.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{11..14} ) + +inherit distutils-r1 + +DESCRIPTION="DBus library in Python 3" +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" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="dev-python/pygobject:3[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND}" + +distutils_enable_tests unittest diff --git a/dev-python/dasbus/metadata.xml b/dev-python/dasbus/metadata.xml new file mode 100644 index 000000000000..a1fde239cedb --- /dev/null +++ b/dev-python/dasbus/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="project"> + <email>gnome@gentoo.org</email> + <name>Gentoo GNOME Desktop</name> +</maintainer> +<upstream> + <remote-id type="github">dasbus-project/dasbus</remote-id> +</upstream> +</pkgmetadata> |
