diff --git a/devel/py-dulwich/Makefile b/devel/py-dulwich/Makefile index fe3efd16e52c..cd751cd9127b 100644 --- a/devel/py-dulwich/Makefile +++ b/devel/py-dulwich/Makefile @@ -1,10 +1,11 @@ PORTNAME= dulwich PORTVERSION= 0.21.2 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= marco.broeder@posteo.eu +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python implementation of the Git file formats and protocols WWW= https://www.dulwich.io/ @@ -12,6 +13,9 @@ LICENSE= APACHE20 GPLv2+ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/COPYING +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urllib3>=1.25,1:net/py-urllib3@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fastimport>=0:devel/py-fastimport@${PY_FLAVOR} + USES= cpe python PORTDOCS= AUTHORS NEWS README.rst TODO conclusion.txt encoding.txt \