diff --git a/devel/py-pytest-localserver/Makefile b/devel/py-pytest-localserver/Makefile index eaf2ecb8faed..52461e0e7a6b 100644 --- a/devel/py-pytest-localserver/Makefile +++ b/devel/py-pytest-localserver/Makefile @@ -1,27 +1,27 @@ # Created by: Kubilay Kocak PORTNAME= pytest-localserver -PORTVERSION= 0.5.0 +PORTVERSION= 0.5.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= bofh@FreeBSD.org COMMENT= Py.test Plugin to test server connections locally LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}werkzeug>=0.10:www/py-werkzeug@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist distutils NO_ARCH= yes do-test: @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest .include diff --git a/devel/py-pytest-localserver/distinfo b/devel/py-pytest-localserver/distinfo index b498216a0094..2446ac363f45 100644 --- a/devel/py-pytest-localserver/distinfo +++ b/devel/py-pytest-localserver/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1556192809 -SHA256 (pytest-localserver-0.5.0.tar.gz) = 3a5427909d1dfda10772c1bae4b9803679c0a8f04adb66c338ac607773bfefc2 -SIZE (pytest-localserver-0.5.0.tar.gz) = 20409 +TIMESTAMP = 1646763270 +SHA256 (pytest-localserver-0.5.1.tar.gz) = ef6f04193dc0f7e8df5b27b3a8834318fa12eaf025436d2a99afff1b73cde761 +SIZE (pytest-localserver-0.5.1.tar.gz) = 19341 diff --git a/devel/py-pytest-localserver/pkg-descr b/devel/py-pytest-localserver/pkg-descr index 4b3dfc578b36..cbd0b615e3ee 100644 --- a/devel/py-pytest-localserver/pkg-descr +++ b/devel/py-pytest-localserver/pkg-descr @@ -1,10 +1,10 @@ pytest-localserver is a plugin for the pytest testing framework which enables you to test server connections locally. Sometimes monkeypatching urllib2.urlopen() just does not cut it, for instance if you work with urllib2.Request, define your own openers/handlers or work with httplib. In these cases it may come in handy to have an HTTP server running locally which behaves just like the real thing. Well, look no further! -WWW: https://bitbucket.org/pytest-dev/pytest-localserver/ +WWW: https://github.com/pytest-dev/pytest-localserver