python3-pytest-httpbin: update to 1.0.2.

This commit is contained in:
Andrew J. Hesford 2022-05-14 09:32:37 -04:00 committed by Andrew J. Hesford
parent 9608411dbb
commit 6b1660fd75
2 changed files with 9 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python3-pytest-httpbin'
pkgname=python3-pytest-httpbin
version=1.0.1
version=1.0.2
revision=1
wrksrc="pytest-httpbin-${version}"
build_style=python3-module
@ -11,5 +11,11 @@ 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
checksum=52c9d3f75f8f43f1488b5a0be321eeca3cc5f0fae0c85445ece66bd53c95fe0e
make_check=no # cycle: needs python3-requests which has this package in checkdepends
post_install() {
# Extract license from README
sed -ne '/^## License/,$ p' README.md > LICENSE
vlicense LICENSE
}

View File

@ -0,0 +1 @@
ignore="*rc*"