pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-pygit2
Module Name: pkgsrc
Committed By: wiz
Date: Thu Mar 19 17:03:51 UTC 2020
Modified Files:
pkgsrc/devel/py-pygit2: Makefile
Log Message:
py-pygit2: update to 1.1.1nb1.
Add missing dependency on py-cached-property.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-pygit2/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-pygit2/Makefile
diff -u pkgsrc/devel/py-pygit2/Makefile:1.13 pkgsrc/devel/py-pygit2/Makefile:1.14
--- pkgsrc/devel/py-pygit2/Makefile:1.13 Tue Mar 10 22:50:14 2020
+++ pkgsrc/devel/py-pygit2/Makefile Thu Mar 19 17:03:51 2020
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2020/03/10 22:50:14 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2020/03/19 17:03:51 wiz Exp $
DISTNAME= pygit2-1.1.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pygit2/}
@@ -12,6 +13,7 @@ LICENSE= gnu-gpl-v2
DEPENDS+= ${PYPKGPREFIX}-cffi-[0-9]*:../../devel/py-cffi
DEPENDS+= ${PYPKGPREFIX}-cparser-[0-9]*:../../devel/py-cparser
+DEPENDS+= ${PYPKGPREFIX}-cached-property-[0-9]*:../../devel/py-cached-property
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
@@ -19,7 +21,6 @@ PYSETUPTESTTARGET= pytest
PYTHON_VERSIONS_INCOMPATIBLE= 27 # since 1.0.0
-BUILDLINK_API_DEPENDS.libgit2+= libgit2>=0.27.0
.include "../../devel/libgit2/buildlink3.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index