aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-08-26 21:42:06 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-08-26 21:42:06 +0000
commitba7bd765d6086c7e22f6cbcc0b7351735cda8260 (patch)
tree78882067bbd4621046560b6fd2f2b1b792de9a0e
parenta36bacfce2806cf701c656c6542110c95f260402 (diff)
downloadports-ba7bd765d6086c7e22f6cbcc0b7351735cda8260.tar.gz
ports-ba7bd765d6086c7e22f6cbcc0b7351735cda8260.zip
devel/py-gitpython: Remove outdated PYTHON_REL check after lang/python37 removal
Approved by: portmgr (blanket) With hat: python
-rw-r--r--devel/py-gitpython/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/devel/py-gitpython/Makefile b/devel/py-gitpython/Makefile
index 8145ab1630dd..828400e9b7bd 100644
--- a/devel/py-gitpython/Makefile
+++ b/devel/py-gitpython/Makefile
@@ -22,13 +22,7 @@ USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 30800
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4.3:devel/py-typing-extensions@${PY_FLAVOR}
-.endif
-
do-test:
cd ${WRKSRC} && ${PYTHON_CMD} -m nose
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>