Index: www/py-httmock/Makefile =================================================================== --- /dev/null +++ www/py-httmock/Makefile @@ -0,0 +1,35 @@ +# Created by: Derek Schrock +# $FreeBSD$ + +PORTNAME= httmock +PORTVERSION= 1.2.6 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP \ + https://raw.githubusercontent.com/patrys/${PORTNAME}/${PORTVERSION}/:tests +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ + tests.py:tests +DIST_SUBDIR= py-${PORTNAME} +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} + +MAINTAINER= dereks@lifeofadishwasher.com +COMMENT= Mocking library for requests + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=1.0.0:www/py-requests@${FLAVOR} + +USES= python +USE_PYTHON= distutils autoplist + +# Description: tests.py is missing from the pypi package +# Issue ID: https://github.com/patrys/httmock/issues/55 +# TODO: Remove extra MASTER_SITES, DISTFILES/SUBDIR, EXTRACT_ONLY, post-extract +post-extract: + @${MV} ${DISTDIR}/${DIST_SUBDIR}/tests.py ${WRKSRC} + +do-test: + cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test + +.include Index: www/py-httmock/distinfo =================================================================== --- /dev/null +++ www/py-httmock/distinfo @@ -0,0 +1,5 @@ +TIMESTAMP = 1522615776 +SHA256 (py-httmock/httmock-1.2.6.tar.gz) = 4696306d1ff835c3ca865fdef2684d7e130b4120cc00126f862ba4797b1602ac +SIZE (py-httmock/httmock-1.2.6.tar.gz) = 4399 +SHA256 (py-httmock/tests.py) = 544bcd2a837b7493df8062b16611de4e53fc2761ffa25e9553a2ffdbc0972d2c +SIZE (py-httmock/tests.py) = 11680 Index: www/py-httmock/pkg-descr =================================================================== --- /dev/null +++ www/py-httmock/pkg-descr @@ -0,0 +1,3 @@ +A mocking library for requests for Python 2.7 and 3.4+. + +WWW: https://github.com/patrys/httmock