python3-pytest-httpbin: update to 1.0.2.
This commit is contained in:
parent
9608411dbb
commit
6b1660fd75
@ -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
|
||||
}
|
||||
|
1
srcpkgs/python3-pytest-httpbin/update
Normal file
1
srcpkgs/python3-pytest-httpbin/update
Normal file
@ -0,0 +1 @@
|
||||
ignore="*rc*"
|
Loading…
x
Reference in New Issue
Block a user