New package: python3-pytest-httpx-0.35.0

This commit is contained in:
Komeil Parseh 2025-07-02 18:19:45 +03:30
parent 4c22e21d5a
commit e395de0369
No known key found for this signature in database
GPG key ID: 4D49B19F3D0D7879

View 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
}