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

# source: james
TARBALL=enum34-$PKGVER.tar.gz
MD5SUM=5f13a0841a61f7fc295c514490d120d0
SRC_URL=https://files.pythonhosted.org/packages/bf/3e/31d502c25302814a7c2f1d3959d2a3b3f78e509002ba91aea64993936876/$TARBALL
BUNDLE=

SLACKREQ='python'
SLACKDESC="python-enum34: python-enum34 $PKGVER (Compat Python 3.4 enum for Python 2)
python-enum34: 
python-enum34: This is a package that installs Python 3.4+ compatible enumeration to 
python-enum34: work with earlier Python versions. This package is for python 2.7
python-enum34: 
python-enum34: https://pypi.org/project/enum34/
python-enum34: 
python-enum34: 
python-enum34: 
python-enum34: 
python-enum34: 
"

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


