23 lines
824 B
Bash
23 lines
824 B
Bash
# Template file for 'python3-httpx'
|
|
pkgname=python3-httpx
|
|
version=0.27.0
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="hatchling"
|
|
depends="python3-idna python3-certifi python3-h2 python3-Brotli
|
|
python3-sniffio python3-httpcore python3-click python3-rich python3-Pygments"
|
|
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=a0cb88a46f32dc874e04ee956e4c2764aba2aa228f650b06788ba6bda2962ab5
|
|
# the pypi tarball doesn't contain tests
|
|
# the tests need unpackaged dependencies trustme and uvicorn
|
|
make_check=no
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md LICENSE
|
|
}
|