# Description: Python HTTP for Humans # URL: https://pypi.org/project/requests/ # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: python3-charset-normalizer python3-idna python3-urllib3 python3-certifi # Optional: python3-chardet name=python3-requests version=2.33.1 release=1 source=(https://files.pythonhosted.org/packages/source/${name:8:1}/${name#*-}/${name#*-}-$version.tar.gz certs.patch) build() { cd ${name#*-}-$version /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation /usr/bin/python3 -m installer --destdir=$PKG dist/*.whl }