Skip to content
Snippets Groups Projects
Verified Commit 1786fe3b authored by Anna Wilcox's avatar Anna Wilcox :fox:
Browse files

user/py3-dbus-python: New package

parent 950aa3ee
No related branches found
No related tags found
No related merge requests found
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=py3-dbus-python
_pkgname=${pkgname##py3-}
_p="${_pkgname#?}"
_p="${_pkgname%"$_p"}"
pkgver=1.2.16
pkgrel=0
pkgdesc="D-Bus bindings for Python 3"
url="https://dbus.freedesktop.org/doc/dbus-python/"
arch="all"
options="!check"
license="MIT"
depends="python3"
makedepends="dbus-dev glib-dev python3-dev"
subpackages=""
source="https://files.pythonhosted.org/packages/source/$_p/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"
package() {
mkdir -p "$pkgdir"
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
sha512sums="e76c00c5fd3fe6884e4c24f258987fd3b80d21bd4e0f96aa8fda152078a860b62321324f6efcbfe7226d5ab2521a14b5bda7cf2468d2cae5f376c124a71aa05c dbus-python-1.2.16.tar.gz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment