### this file is sourced not run
PKGVER=0.21.0
PKGBUILD=1
PKGARCH=noarch

# source: james
TARBALL=pyudev-$PKGVER.tar.gz
MD5SUM=cf4d9db7d772622144ca1be6b5d9353b
SRC_URL=https://files.pythonhosted.org/packages/bc/a2/31a07829acea8e70a28c247f43fa5d981229ae0f9edfeddedf52de00709b/$TARBALL
BUNDLE=

SLACKREQ='python-six' 
SLACKDESC="python-pyudev: python-pyudev $PKGVER (udev bindings for Python)
python-pyudev: 
python-pyudev: pyudev provides python bindings for udev, the device and hardware 
python-pyudev: management and information library for Linux. It supports almost of 
python-pyudev: udev functionality. You can enumerate devices, query device 
python-pyudev: properties and attributes or monitor devices.
python-pyudev: 
python-pyudev: https://pypi.org/project/pyudev/
python-pyudev: 
python-pyudev: 
python-pyudev: 
"

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


