diff --git a/srcpkgs/python3-pytest-httpx/template b/srcpkgs/python3-pytest-httpx/template new file mode 100644 index 00000000000..3037a8a4008 --- /dev/null +++ b/srcpkgs/python3-pytest-httpx/template @@ -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 " +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 +}