diff --git a/www/py-respx/Makefile b/www/py-respx/Makefile index de083cf80632..35c5549147fd 100644 --- a/www/py-respx/Makefile +++ b/www/py-respx/Makefile @@ -1,21 +1,22 @@ PORTNAME= respx PORTVERSION= 0.20.1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Utility for mocking out the Python HTTPX and HTTP Core libraries -WWW= https://lundberg.github.io/respx/ +WWW= https://lundberg.github.io/respx/ \ + https://github.com/lundberg/respx LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httpx>=0.21.0:www/py-httpx@${PY_FLAVOR} USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes .include diff --git a/www/py-respx/pkg-descr b/www/py-respx/pkg-descr index 1616dd53ec4a..3c4ef1372ff6 100644 --- a/www/py-respx/pkg-descr +++ b/www/py-respx/pkg-descr @@ -1,4 +1,2 @@ RESPX is a simple, yet powerful, utility for mocking out the HTTPX, and HTTP Core, libraries. - -See also: https://github.com/lundberg/respx