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

# source: james
TARBALL=pyserial-3.4.tar.gz
MD5SUM=ed6183b15519a0ae96675e9c3330c69b
SRC_URL=https://files.pythonhosted.org/packages/cc/74/11b04703ec416717b247d789103277269d567db575d2fd88f25d9767fe3d/$TARBALL
BUNDLE=

SLACKREQ='python' 
SLACKDESC="python-pyserial: python-pyserial $PKGVER (Python serial port library)
python-pyserial: 
python-pyserial: This module encapsulates the access for the serial port. It provides 
python-pyserial: backends for Python running on Windows, OSX, Linux, BSD (possibly any 
python-pyserial: POSIX compliant system) and IronPython. The module named serial 
python-pyserial: automatically selects the appropriate backend.
python-pyserial: 
python-pyserial: https://github.com/pyserial/pyserial
python-pyserial: 
python-pyserial: 
python-pyserial: 
"

### default pkg_download
### defaulg pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/pyserial* &&
	python setup.py build &&
	python setup.py install \
		--single-version-externally-managed --root / &&
	pkg_build_slackdesc
}


