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

# source: james
TARBALL=python-pyserial-$PKGVER.tar.gz
MD5SUM=ed6183b15519a0ae96675e9c3330c69b
SRC_URL=https://files.pythonhosted.org/packages/source/p/pyserial/pyserial-$PKGVER.tar.gz
BUNDLE=

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

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


