summaryrefslogtreecommitdiff
path: root/dev-python/dasbus
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-05-03 06:58:45 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-05-03 06:58:45 +0000
commit0dd4db15f9556ddfeaee24e7d14249d4727d70ef (patch)
treed542995efabb186f3eed5548cb35ec3a3c081c51 /dev-python/dasbus
parente1b3589931e6073f03fab1bc3d6db0978d085414 (diff)
downloadbaldeagleos-repo-0dd4db15f9556ddfeaee24e7d14249d4727d70ef.tar.gz
baldeagleos-repo-0dd4db15f9556ddfeaee24e7d14249d4727d70ef.tar.xz
baldeagleos-repo-0dd4db15f9556ddfeaee24e7d14249d4727d70ef.zip
Adding metadata
Diffstat (limited to 'dev-python/dasbus')
-rw-r--r--dev-python/dasbus/dasbus-1.7-r2.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/dasbus/dasbus-1.7-r2.ebuild b/dev-python/dasbus/dasbus-1.7-r2.ebuild
new file mode 100644
index 000000000000..31437917c590
--- /dev/null
+++ b/dev-python/dasbus/dasbus-1.7-r2.ebuild
@@ -0,0 +1,21 @@
+# 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_{9,10,11,12,13} )
+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