mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
python3-pytest-httpbin: update to 2.1.0
This commit is contained in:
parent
a10c3fa179
commit
66a020bc41
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python3-pytest-httpbin'
|
||||
pkgname=python3-pytest-httpbin
|
||||
version=2.0.0
|
||||
revision=2
|
||||
version=2.1.0
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-pytest python3-httpbin"
|
||||
|
@ -10,8 +10,8 @@ short_desc="Easily test your HTTP library against a local copy of httpbin.org"
|
|||
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/kevin1024/pytest-httpbin"
|
||||
distfiles="${PYPI_SITE}/p/pytest-httpbin/pytest-httpbin-${version}.tar.gz"
|
||||
checksum=3e739cad9b8f8df58952df7329d9295fe17449d3a647f49c4ce634fd81d71b8e
|
||||
distfiles="${PYPI_SITE}/p/pytest-httpbin/pytest_httpbin-${version}.tar.gz"
|
||||
checksum=d40579838443228327f9fe4f08d9338bee8885c29fe933e5f2d58c20a26c33c6
|
||||
make_check=extended # avoid a circular dependency
|
||||
|
||||
if [ "$XBPS_CHECK_PKGS" = full ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue