Skip to content

Commit

Permalink
devel/py-pytest-httpbin: Update to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Apr 16, 2022
1 parent c959068 commit 3736443
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
11 changes: 6 additions & 5 deletions devel/py-pytest-httpbin/Makefile
@@ -1,5 +1,5 @@
PORTNAME= pytest-httpbin
DISTVERSION= 1.0.0
PORTVERSION= 1.0.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -9,11 +9,12 @@ COMMENT= Easily test your HTTP library against a local copy of httpbin.org

LICENSE= MIT

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httpbin>0:www/py-httpbin@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httpbin>=0:www/py-httpbin@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}

USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils

USES= python
USE_PYTHON= autoplist distutils concurrent
NO_ARCH= yes

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions devel/py-pytest-httpbin/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1609040419
SHA256 (pytest-httpbin-1.0.0.tar.gz) = d8ce547f42423026550ed7765f6c6d50c033b43025e8592270a7abf970e19b72
SIZE (pytest-httpbin-1.0.0.tar.gz) = 12244
TIMESTAMP = 1649423976
SHA256 (pytest-httpbin-1.0.2.tar.gz) = 52c9d3f75f8f43f1488b5a0be321eeca3cc5f0fae0c85445ece66bd53c95fe0e
SIZE (pytest-httpbin-1.0.2.tar.gz) = 15494

0 comments on commit 3736443

Please sign in to comment.