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:           Sat May 11 15:25:33 UTC 2024

Modified Files:
        pkgsrc/devel/py-pygit2: Makefile

Log Message:
py-pygit2: mark as broken

Needs a release that's compatible with libgit2 1.8


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 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.35 pkgsrc/devel/py-pygit2/Makefile:1.36
--- pkgsrc/devel/py-pygit2/Makefile:1.35        Sun Feb 11 15:20:41 2024
+++ pkgsrc/devel/py-pygit2/Makefile     Sat May 11 15:25:33 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2024/02/11 15:20:41 adam Exp $
+# $NetBSD: Makefile,v 1.36 2024/05/11 15:25:33 wiz Exp $
 
 DISTNAME=      pygit2-1.14.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -20,6 +20,8 @@ FORCE_C_STD=  c99
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 
+BROKEN=                "Waiting for release working with libgit2 1.8."
+
 .include "../../devel/libgit2/buildlink3.mk"
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index