void-packages/srcpkgs/python3-httpcore/template
2024-12-14 07:42:25 -05:00

20 lines
824 B
Bash

# Template file for 'python3-httpcore'
pkgname=python3-httpcore
version=1.0.7
revision=2
build_style=python3-pep517
hostmakedepends="python3-poetry-core hatchling hatch-fancy-pypi-readme"
depends="python3-h11 python3-sniffio python3-anyio python3-h2 python3-certifi
python3-trio python3-socksio"
checkdepends="$depends python3-pytest python3-pytest-trio python3-trustme python3-pytest-httpbin"
short_desc="Minimal HTTP client"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="BSD-3-Clause"
homepage="https://www.encode.io/httpcore/"
changelog="https://raw.githubusercontent.com/encode/httpcore/master/CHANGELOG.md"
distfiles="https://github.com/encode/httpcore/archive/refs/tags/$version.tar.gz"
checksum=f1826de42becefb334468cc3dd470601352e6c8c7b63d713e73b8073086ecb8b
post_install() {
vlicense LICENSE.md
}