mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
New package: python3-httpx-0.19.0
This commit is contained in:
parent
97744b78eb
commit
926521e685
1 changed files with 18 additions and 0 deletions
18
srcpkgs/python3-httpx/template
Normal file
18
srcpkgs/python3-httpx/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'python3-httpx'
|
||||||
|
pkgname=python3-httpx
|
||||||
|
version=0.19.0
|
||||||
|
revision=1
|
||||||
|
wrksrc="httpx-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
short_desc="Next generation HTTP client for Python"
|
||||||
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
|
license="BSD-3-Clause"
|
||||||
|
homepage="www.python-httpx.org"
|
||||||
|
distfiles="${PYPI_SITE}/h/httpx/httpx-${version}.tar.gz"
|
||||||
|
checksum=92ecd2c00c688b529eda11cedb15161eaf02dee9116712f621c70d9a40b2cdd0
|
||||||
|
make_check=no # test environment requires old versions
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE.md LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue