mirror of
https://github.com/outbackdingo/ports.git
synced 2026-02-05 08:28:03 +00:00
15 lines
422 B
Plaintext
Executable File
15 lines
422 B
Plaintext
Executable File
# description : DBus library in Python 3
|
|
# homepage : https://github.com/rhinstaller/dasbus
|
|
# depends : dbus python3-setuptools python3-gobject3 python3-pytest
|
|
|
|
name=python3-dasbus
|
|
version=1.7
|
|
release=2
|
|
source="dasbus-$version.tar.gz::https://github.com/rhinstaller/dasbus/archive/v${version}.tar.gz"
|
|
|
|
build() {
|
|
cd dasbus-$version
|
|
python3 setup.py build
|
|
python3 setup.py install --root=$PKG --optimize=1 --skip-build
|
|
}
|