diff options
Diffstat (limited to 'devel/py-gitpython/Makefile')
| -rw-r--r-- | devel/py-gitpython/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/devel/py-gitpython/Makefile b/devel/py-gitpython/Makefile index 39d9edc4f38d..16c0dcff0e67 100644 --- a/devel/py-gitpython/Makefile +++ b/devel/py-gitpython/Makefile @@ -1,9 +1,8 @@ PORTNAME= gitpython -PORTVERSION= 3.1.43 +PORTVERSION= 3.1.45 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= GitPython-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python library used to interact with Git repositories @@ -30,10 +29,4 @@ USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} < 31100 -TEST_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |
