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

# source: BLFS 11.3 updated to SVN r890
TARBALL=python-requests-$PKGVER.tar.gz
MD5SUM=941e175c276cd7d39d098092c56679a4
SRC_URL=https://files.pythonhosted.org/packages/source/r/requests/requests-$PKGVER.tar.gz
BUNDLE=

SLACKREQ='python3 python3-charset-normalizer python3-idna python3-urllib'
SLACKDESC="python3-request: python3-request $PKGVER (HTTP library)
python3-request: 
python3-request: The Requests package is an elegant and simple HTTP library for 
python3-request: Python, built for human beings. It allows sending HTTP/1.1 requests 
python3-request: extremely easily.
python3-request: 
python3-request: 
python3-request: 
python3-request: 
python3-request: 
python3-request: 
"

### default pkg_download
### prepare
pkg_prepare() {
	pkg_prepare_default &&
	cd tmp/request* &&
	patch -Np1 -i ../pkg/requests-2.31.0-use_system_certs-1.patch
}

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


