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

# source: james
TARBALL=dbus-python-$PKGVER.tar.gz
MD5SUM=7372a588c83a7232b4e08159bfd48fe5
SRC_URL=https://pypi.python.org/packages/ad/1b/76adc363212c642cabbf9329457a918308c0b9b5d38ce04d541a67255174/$TARBALL
BUNDLE=

SLACKREQ='python dbus libdbus-glib'
SLACKDESC="python-dbus: python-dbus $PKGVER (Dbus bindings for Python)
python-dbus: 
python-dbus: Dbus bindings for Python programming language.
python-dbus: 
python-dbus: https://pypi.python.org/pypi/dbus-python/
python-dbus: 
python-dbus: 
python-dbus: 
python-dbus: 
python-dbus: 
python-dbus:
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/dbus*
	rm -f /usr/bin/epydoc && # temporarily remove it - avoid build docs which will fail
	python setup.py build &&
	python setup.py install_lib &&
	pkg_build_slackdesc
}


