2023-11-16 10:46:35 -06:00

21 lines
777 B
Bash

# Template file for 'python3-httpcore'
pkgname=python3-httpcore
version=1.0.2
revision=1
build_style=python3-pep517
hostmakedepends="python3-poetry-core hatchling"
depends="python3-h11 python3-sniffio python3-anyio python3-h2 python3-certifi
python3-trio python3-socksio"
checkdepends="$depends python3-pytest python3-pytest-trio 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=a4354cd7291b667110f2146875c0db38cf3151c33a83b81be74c30994ce246d6
post_install() {
vlicense LICENSE.md
}