15 lines
671 B
Bash
15 lines
671 B
Bash
# Template file for 'python3-pytest-httpbin'
|
|
pkgname=python3-pytest-httpbin
|
|
version=1.0.1
|
|
revision=1
|
|
wrksrc="pytest-httpbin-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-pytest python3-httpbin"
|
|
short_desc="Easily test your HTTP library against a local copy of httpbin.org"
|
|
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
|
license="MIT"
|
|
homepage="https://github.com/kevin1024/pytest-httpbin"
|
|
distfiles="${PYPI_SITE}/p/pytest-httpbin/pytest-httpbin-${version}.tar.gz"
|
|
checksum=9f73320f97d33cc20bc8a08cb945372948de51402559e87e74e92c56b48da0d7
|
|
make_check=no # cycle: needs python3-requests which has this package in checkdepends
|