From e395de036968c74452f63d812ef6d2400161d0bd Mon Sep 17 00:00:00 2001 From: Komeil Parseh Date: Wed, 2 Jul 2025 18:19:45 +0330 Subject: [PATCH] New package: python3-pytest-httpx-0.35.0 --- srcpkgs/python3-pytest-httpx/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/python3-pytest-httpx/template 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 +}