void-packages/srcpkgs/python3-httpcore/template
2021-12-15 12:55:53 -06:00

21 lines
736 B
Bash

# Template file for 'python3-httpcore'
pkgname=python3-httpcore
version=0.14.3
revision=1
wrksrc="httpcore-$version"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-h11 python3-sniffio python3-anyio python3-h2"
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=bf299a574a7768e3e042390d9001409914bc769c8d9857dcebe0d82665e56d3c
make_check=no # at least trustme python module is not packaged
post_install() {
vlicense LICENSE.md
}