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

# source: james
TARBALL=typing-$PKGVER.tar.gz
MD5SUM=5b2ade08d83be488f17b5fe587c27c74
SRC_URL=https://files.pythonhosted.org/packages/ec/cc/28444132a25c113149cec54618abc909596f0b272a74c55bab9593f8876c/$TARBALL
BUNDLE=

SLACKREQ='python' # python-setuptools build-time only
SLACKDESC="python-typing: python-typing $PKGVER (Backported library)
python-typing: 
python-typing: This is a backport of the standard library typing module to Python 
python-typing: versions older than 3.5.
python-typing: 
python-typing: https://pypi.org/project/typing/
python-typing: 
python-typing: 
python-typing: 
python-typing: 
python-typing: 
"

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


