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

# source: james
TARBALL=pyparallel-$PKGVER.tar.gz
MD5SUM=c561af9e15271a1c4690a764d3028999
SRC_URL=https://files.pythonhosted.org/packages/87/85/be9988fdafabb41d6cc0a1a5dc70a351d968e0b3e80d8b627dc7ad075712/$TARBALL
BUNDLE=

SLACKREQ='python' 
SLACKDESC="python-pyparallel: python-pyparallel $PKGVER (Python parallel access library)
python-pyparallel: 
python-pyparallel: This module encapsulates the access for the parallel port.
python-pyparallel: 
python-pyparallel: https://pypi.org/project/pyparallel/
python-pyparallel: 
python-pyparallel: 
python-pyparallel: 
python-pyparallel: 
python-pyparallel: 
python-pyparallel: 
"

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


