mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
New package: python3-httpcore-0.13.7
This commit is contained in:
parent
67e8a8ba9b
commit
f39c191c57
1 changed files with 20 additions and 0 deletions
20
srcpkgs/python3-httpcore/template
Normal file
20
srcpkgs/python3-httpcore/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'python3-httpcore'
|
||||||
|
pkgname=python3-httpcore
|
||||||
|
version=0.13.7
|
||||||
|
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=c72bf5b60981496361ec39be1f5feff1a4d756acc66847764946d3dac7e443ed
|
||||||
|
make_check=no # at least trustme python module is not packaged
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE.md
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue