Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 May 2021 23:13:45 GMT
From:      Guangyuan Yang <ygy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: dcedced7e992 - main - devel/py-gitpython: Pull devel/py-typing-extensions
Message-ID:  <202105042313.144NDjLl096619@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org>
AuthorDate: 2021-05-04 23:12:34 +0000
Commit:     Guangyuan Yang <ygy@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@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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105042313.144NDjLl096619>