--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ devel/py-pytest-httpbin/Makefile Sun Dec 27 01:28:26 2020 -0500 @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= pytest-httpbin +DISTVERSION= 1.0.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= python@FreeBSD.org +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} + +USES= python +USE_PYTHON= autoplist distutils concurrent + +NO_ARCH= yes + +.include --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ devel/py-pytest-httpbin/distinfo Sun Dec 27 01:28:26 2020 -0500 @@ -0,0 +1,3 @@ +TIMESTAMP = 1609040419 +SHA256 (pytest-httpbin-1.0.0.tar.gz) = d8ce547f42423026550ed7765f6c6d50c033b43025e8592270a7abf970e19b72 +SIZE (pytest-httpbin-1.0.0.tar.gz) = 12244 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ devel/py-pytest-httpbin/pkg-descr Sun Dec 27 01:28:26 2020 -0500 @@ -0,0 +1,6 @@ +Pytest-httpbin creates a pytest fixture that is dependency-injected +into your tests. It automatically starts up a HTTP server in a +separate thread running httpbin and provides your test with the URL +in the fixture. + +WWW: https://github.com/kevin1024/pytest-httpbin