Skip to content

Commit

Permalink
devel/py-pytest-httpserver: Update to 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed May 27, 2023
1 parent ab7d1fc commit 023938b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions devel/py-pytest-httpserver/Makefile
@@ -1,5 +1,5 @@
PORTNAME= pytest-httpserver
PORTVERSION= 1.0.6
PORTVERSION= 1.0.8
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -12,15 +12,16 @@ WWW= https://github.com/csernazs/pytest-httpserver
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}werkzeug>=2.0.0:www/py-werkzeug@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}mypy>=0:devel/py-mypy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}types-requests>=0:devel/py-types-requests@${PY_FLAVOR}

USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils pytest
USES= python:3.8+
USE_PYTHON= autoplist concurrent pep517 pytest

NO_ARCH= yes
TEST_ENV= PYTEST_HTTPSERVER_HOST=127.0.0.1 PYTEST_HTTPSERVER_PORT=80
Expand Down
6 changes: 3 additions & 3 deletions devel/py-pytest-httpserver/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1663672854
SHA256 (pytest_httpserver-1.0.6.tar.gz) = 9040d07bf59ac45d8de3db1d4468fd2d1d607975e4da4c872ecc0402cdbf7b3e
SIZE (pytest_httpserver-1.0.6.tar.gz) = 57026
TIMESTAMP = 1685162188
SHA256 (pytest_httpserver-1.0.8.tar.gz) = e052f69bc8a9073db02484681e8e47004dd1fb3763b0ae833bd899e5895c559a
SIZE (pytest_httpserver-1.0.8.tar.gz) = 60126

0 comments on commit 023938b

Please sign in to comment.