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

# source: BLFS
TARBALL=funcsigs-$PKGVER.tar.gz
MD5SUM=7e583285b1fb8a76305d6d68f4ccc14e
SRC_URL=https://files.pythonhosted.org/packages/source/f/funcsigs/$TARBALL
BUNDLE=

SLACKREQ='python'
SLACKDESC="python-funcsigs: python-funcsigs $PKGVER (Python module)
python-funcsigs: 
python-funcsigs: funcsigs is a is a backport of the PEP 362 function signature 
python-funcsigs: features from Python 3.3's inspect module for Python 2.x.    
python-funcsigs: 
python-funcsigs: 
python-funcsigs: 
python-funcsigs: 
python-funcsigs: 
python-funcsigs: 
python-funcsigs: 
"

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


