git: dcedced7e992 - main - devel/py-gitpython: Pull devel/py-typing-extensions
Guangyuan Yang
ygy at FreeBSD.org
Tue May 4 23:13:46 UTC 2021
The branch main has been updated by ygy (doc committer):
URL: https://cgit.FreeBSD.org/ports/commit/?id=dcedced7e9928570b376c82dc75a5c6b64be2420
commit dcedced7e9928570b376c82dc75a5c6b64be2420
Author: Guangyuan Yang <ygy at FreeBSD.org>
AuthorDate: 2021-05-04 23:12:34 +0000
Commit: Guangyuan Yang <ygy at FreeBSD.org>
CommitDate: 2021-05-04 23:12:34 +0000
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 at lutter.sk>
Approved by: lwhsu
---
devel/py-gitpython/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
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}
More information about the dev-commits-ports-all
mailing list