mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
python3-httpcore: update to 1.0.5.
This commit is contained in:
parent
0c6958cb1f
commit
aa326a2a1c
1 changed files with 3 additions and 3 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'python3-httpcore'
|
# Template file for 'python3-httpcore'
|
||||||
pkgname=python3-httpcore
|
pkgname=python3-httpcore
|
||||||
version=1.0.4
|
version=1.0.5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-poetry-core hatchling"
|
hostmakedepends="python3-poetry-core hatchling"
|
||||||
depends="python3-h11 python3-sniffio python3-anyio python3-h2 python3-certifi
|
depends="python3-h11 python3-sniffio python3-anyio python3-h2 python3-certifi
|
||||||
python3-trio python3-socksio"
|
python3-trio python3-socksio"
|
||||||
checkdepends="$depends python3-pytest python3-pytest-trio python3-trustme"
|
checkdepends="$depends python3-pytest python3-pytest-trio python3-trustme python3-pytest-httpbin"
|
||||||
short_desc="Minimal HTTP client"
|
short_desc="Minimal HTTP client"
|
||||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
license="BSD-3-Clause"
|
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=f6e24b1787585e1950ced45993911bf309cf87a10d94de2e4005982f8a2f9000
|
checksum=5058e39e0ee755aa894f8faacb052f3174df3ba5ca8b5102a327fec3bfa39e09
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.md
|
vlicense LICENSE.md
|
||||||
|
|
Loading…
Add table
Reference in a new issue