void-packages/srcpkgs/python3-httpcore/template

21 lines
736 B
Bash
Raw Normal View History

2021-10-22 09:23:39 +00:00
# Template file for 'python3-httpcore'
pkgname=python3-httpcore
2021-12-15 18:55:53 +00:00
version=0.14.3
2021-10-22 09:23:39 +00:00
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"
2021-12-15 18:55:53 +00:00
checksum=bf299a574a7768e3e042390d9001409914bc769c8d9857dcebe0d82665e56d3c
2021-10-22 09:23:39 +00:00
make_check=no # at least trustme python module is not packaged
post_install() {
vlicense LICENSE.md
}