### this file is sourced not run
PKGVER=1.2.16
PKGBUILD=1
PKGARCH=x86_64

# source: step
TARBALL=dbus-python-$PKGVER.tar.gz
MD5SUM=51a45c973d82bedff033a4b57d69d5d8
SRC_URL=https://dbus.freedesktop.org/releases/dbus-python/dbus-python-$PKGVER.tar.gz
BUNDLE=

SLACKREQ='dbus'
SLACKDESC="python3-dbus: python3-dbus $PKGVER (DBus binding for Python)
python3-dbus:
python3-dbus: dbus-python is the original Python binding for dbus, the reference
python3-dbus: implementation of the D-Bus protocol.
python3-dbus:
python3-dbus: https://pypi.org/project/dbus-python/
python3-dbus:
python3-dbus:
python3-dbus:
python3-dbus:
python3-dbus:
"

### default pkg_download
### defaulg pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_python3modules &&
	# required for python3-pyqt5 to be able to build dbus.mainloop.qt5
	install -m644 build/temp.*/prefix/include/dbus-1.0/dbus/dbus-python.h /usr/include/dbus-1.0/dbus &&
	pkg_build_slackdesc
}


