# Template file for 'python3-urllib3'
pkgname=python3-urllib3
version=2.7.0
revision=1
build_style=python3-pep517
hostmakedepends="hatchling hatch-vcs python3-setuptools_scm"
depends="python3"
# checkdepends="python3-pytest python3-trustme python3-trio python3-quart"
short_desc="HTTP library with thread-safe connection pooling"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://urllib3.readthedocs.io/"
distfiles="${PYPI_SITE}/u/urllib3/urllib3-${version}.tar.gz"
checksum=231e0ec3b63ceb14667c67be60f2f2c40a518cb38b03af60abc813da26505f4c
make_check=no # quart_trio unpackaged

post_install() {
	vlicense LICENSE.txt
}
