2023-05-23 10:43:54 -05:00

21 lines
731 B
Bash

# Template file for 'python3-httpcore'
pkgname=python3-httpcore
version=0.17.2
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-h11 python3-sniffio python3-anyio python3-h2 python3-certifi
python3-trio"
checkdepends="$depends python3-pytest python3-trustme"
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=fcb7514420747c40a2cbb69337159e1cd5a03db0879051cf384c5c0be1a3a1d8
post_install() {
vlicense LICENSE.md
}