New package: python3-pytest-httpbin-1.0.1
This commit is contained in:
parent
7ab281f20f
commit
8e2897bcac
1 changed files with 15 additions and 0 deletions
15
srcpkgs/python3-pytest-httpbin/template
Normal file
15
srcpkgs/python3-pytest-httpbin/template
Normal file
|
@ -0,0 +1,15 @@
|
|||
# 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
|
Loading…
Reference in a new issue