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

# source: james
TARBALL=python-certifi-$PKGVER.tar.gz
MD5SUM=4d5229c4d9f0a4a79106f9e2c2cfd381
SRC_URL=https://files.pythonhosted.org/packages/41/bf/9d214a5af07debc6acf7f3f257265618f1db242a3f8e49a9b516f24523a6/certifi-$PKGVER.tar.gz
BUNDLE=

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

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


