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

# source: james
TARBALL=python-requests-$PKGVER.tar.gz
MD5SUM=b32e3383fbcd173e515883b6631a2eed
SRC_URL=https://github.com/psf/requests/archive/v$PKGVER.tar.gz
BUNDLE=

SLACKREQ='python3 python3-urllib3 python3-chardet python3-certifi python3-idna'
SLACKDESC="python3-requests: python3-requests $PKGVER (HTTP Client library)
python3-requests: 
python3-requests: Requests allows you to send HTTP/1.1 requests extremely easily. 
python3-requests: There’s no need to manually add query strings to your URLs, or to 
python3-requests: form-encode your POST data. Keep-alive and HTTP connection pooling 
python3-requests: are 100% automatic, thanks to urllib3.
python3-requests: 
python3-requests: https://2.python-requests.org/en/master/
python3-requests: 
python3-requests: 
python3-requests: 
"

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


