mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-03 17:15:14 +02:00
23 lines
860 B
Bash
23 lines
860 B
Bash
# Template file for 'python3-httpx'
|
|
pkgname=python3-httpx
|
|
version=0.24.0
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-poetry-core hatchling"
|
|
depends="python3-rfc3986 python3-certifi python3-charset-normalizer
|
|
python3-sniffio python3-httpcore python3-click python3-rich python3-Pygments
|
|
python3-h2"
|
|
short_desc="Next generation HTTP client for Python"
|
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://www.python-httpx.org"
|
|
changelog="https://raw.githubusercontent.com/encode/httpx/master/CHANGELOG.md"
|
|
distfiles="${PYPI_SITE}/h/httpx/httpx-${version}.tar.gz"
|
|
checksum=507d676fc3e26110d41df7d35ebd8b3b8585052450f4097401c9be59d928c63e
|
|
# the pypi tarball doesn't contain tests
|
|
# the tests need unpackaged dependencies trustme and uvicorn
|
|
make_check=no
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md LICENSE
|
|
}
|