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

# source: james
TARBALL=python-certifi-$PKGVER.tar.gz
MD5SUM=068fd5c3c690ae47504b3e0bf4e56c4c
SRC_URL=https://pypi.python.org/packages/15/d4/2f888fc463d516ff7bf2379a4e9a552fef7f22a94147655d9b1097108248/certifi-$PKGVER.tar.gz
BUNDLE=

SLACKREQ='python' 
SLACKDESC="python-certifi: python-certifi $PKGVER (Python package providing Mozilla CA Bundle)
python-certifi: 
python-certifi: Certifi is a carefully curated collection of Root Certificates for 
python-certifi: validating the trustworthiness of SSL certificates while verifying 
python-certifi: the identity of TLS hosts. It has been extracted from the Requests 
python-certifi: project.
python-certifi: 
python-certifi: https://pypi.python.org/pypi/certifi
python-certifi: 
python-certifi: 
python-certifi:
"

### default pkg_download
### defaulg pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_pythonmodules &&
	pkg_build_slackdesc
}


