mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-httpcore: update to 0.16.2.
This commit is contained in:
parent
e035eb0633
commit
81e9f10c8f
1 changed files with 4 additions and 3 deletions
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'python3-httpcore'
|
# Template file for 'python3-httpcore'
|
||||||
pkgname=python3-httpcore
|
pkgname=python3-httpcore
|
||||||
version=0.16.0
|
version=0.16.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-h11 python3-sniffio python3-anyio python3-h2 python3-certifi python3-trio"
|
depends="python3-h11 python3-sniffio python3-anyio python3-h2 python3-certifi
|
||||||
|
python3-trio"
|
||||||
checkdepends="$depends python3-pytest python3-trustme"
|
checkdepends="$depends python3-pytest python3-trustme"
|
||||||
short_desc="Minimal HTTP client"
|
short_desc="Minimal HTTP client"
|
||||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
|
@ -12,7 +13,7 @@ license="BSD-3-Clause"
|
||||||
homepage="https://www.encode.io/httpcore/"
|
homepage="https://www.encode.io/httpcore/"
|
||||||
changelog="https://raw.githubusercontent.com/encode/httpcore/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/encode/httpcore/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/encode/httpcore/archive/refs/tags/$version.tar.gz"
|
distfiles="https://github.com/encode/httpcore/archive/refs/tags/$version.tar.gz"
|
||||||
checksum=4823603836ccb1b84868d1b784eb31d6f4c5ce9255f3315cd5a28bc3db5a0538
|
checksum=c5e470a549e1a5369adac6f54b05f68419fb11c9ad45d133faee6c7b747aa418
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.md
|
vlicense LICENSE.md
|
||||||
|
|
Loading…
Add table
Reference in a new issue