mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
New package: python3-pytest-httpx-0.35.0
This commit is contained in:
parent
4c22e21d5a
commit
e395de0369
1 changed files with 18 additions and 0 deletions
18
srcpkgs/python3-pytest-httpx/template
Normal file
18
srcpkgs/python3-pytest-httpx/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'python3-pytest-httpx'
|
||||||
|
pkgname=python3-pytest-httpx
|
||||||
|
version=0.35.0
|
||||||
|
revision=1
|
||||||
|
build_style=python3-pep517
|
||||||
|
hostmakedepends="python3-setuptools_scm python3-wheel"
|
||||||
|
depends="python3-pytest python3-httpx python3-pytest-asyncio"
|
||||||
|
checkdepends="$depends python3-pytest-cov"
|
||||||
|
short_desc="Pytest fixture to mock HTTPX"
|
||||||
|
maintainer="Komeil Parseh <komeilparseh@disroot.org>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/Colin-b/pytest_httpx"
|
||||||
|
distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
|
||||||
|
checksum=c0653073f7690ea1ab068cc5872655ff79634377441dce1f71ae7396721df915
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue