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

# source: james
TARBALL=dbus-python-$PKGVER.tar.gz
MD5SUM=7379db774c10904f27e7e2743d90fb43
SRC_URL=https://files.pythonhosted.org/packages/3f/e7/4edb582d1ffd5ac3c84188deea32e960b5c8c0fe1da56ce70224f85ce542/$TARBALL
BUNDLE=

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

### default pkg_download
### defaulg pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_pythonmodules &&
	pkg_build_slackdesc
}


