devel/py-pygit2: update to 0.21.0
This commit is contained in:
parent
c7d0139944
commit
c43d0fe5f1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359576
2 changed files with 7 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pygit2
|
||||
PORTVERSION= 0.20.3
|
||||
PORTVERSION= 0.21.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -12,10 +12,13 @@ COMMENT= Python bindings for libgit2
|
|||
|
||||
LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= libgit2.so.0.20.0:${PORTSDIR}/devel/libgit2
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>0:${PORTSDIR}/devel/py-cffi
|
||||
LIB_DEPENDS= libgit2.so.${PORTVERSION}:${PORTSDIR}/devel/libgit2
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS=yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
MAKE_ENV= LIBGIT2=${LOCALBASE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (pygit2-0.20.3.tar.gz) = 97196f311465a2eda92e8f6c28931824bb252513e5664b2e9c4617081dd9b1c8
|
||||
SIZE (pygit2-0.20.3.tar.gz) = 146253
|
||||
SHA256 (pygit2-0.21.0.tar.gz) = cdc24084ba066234dfffd58f22e265b23f76a064b3069777e5009ff1679f2574
|
||||
SIZE (pygit2-0.21.0.tar.gz) = 150281
|
||||
|
|
Loading…
Reference in a new issue