aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-gitpython
diff options
context:
space:
mode:
authorGuangyuan Yang <ygy@FreeBSD.org>2021-05-04 19:12:34 -0400
committerGuangyuan Yang <ygy@FreeBSD.org>2021-05-04 19:12:34 -0400
commitdcedced7e9928570b376c82dc75a5c6b64be2420 (patch)
treeb7650378ce9d8b0fb53eb7a783bd917b7af79ffc /devel/py-gitpython
parent1c31059e3d1233fdbaee9b89ff041365f1710d17 (diff)
devel/py-gitpython: Pull devel/py-typing-extensions
Fix runtime where devel/py-typing-extensions is now needed after the upgrade. Submitted by: Juraj Lutter <juraj@lutter.sk> Approved by: lwhsu
Diffstat (limited to 'devel/py-gitpython')
-rw-r--r--devel/py-gitpython/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/py-gitpython/Makefile b/devel/py-gitpython/Makefile
index 7cb3e5945cf5..62f970b3e5ff 100644
--- a/devel/py-gitpython/Makefile
+++ b/devel/py-gitpython/Makefile
@@ -1,5 +1,6 @@
PORTNAME= gitpython
DISTVERSION= 3.1.15
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +13,8 @@ LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ddt>=1.1.1:devel/py-ddt@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}gitdb2>=2.0.0:devel/py-gitdb2@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}gitdb2>=2.0.0:devel/py-gitdb2@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4.3:devel/py-typing-extensions@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR}