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 Dec 16 14:29:56 UTC 2021

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

Log Message:
py-pygit2: not for python 3.6

Move restriction higher so it works


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 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.21 pkgsrc/devel/py-pygit2/Makefile:1.22
--- pkgsrc/devel/py-pygit2/Makefile:1.21        Mon Jul 19 11:32:31 2021
+++ pkgsrc/devel/py-pygit2/Makefile     Thu Dec 16 14:29:56 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2021/07/19 11:32:31 adam Exp $
+# $NetBSD: Makefile,v 1.22 2021/12/16 14:29:56 wiz Exp $
 
 DISTNAME=      pygit2-1.6.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -14,6 +14,8 @@ DEPENDS+=     ${PYPKGPREFIX}-cffi-[0-9]*:../
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 36
+
 .include "../../lang/python/pyversion.mk"
 .if ${_PYTHON_VERSION} < 38
 DEPENDS+=      ${PYPKGPREFIX}-cached-property-[0-9]*:../../devel/py-cached-property
@@ -21,8 +23,6 @@ DEPENDS+=     ${PYPKGPREFIX}-cached-property
 
 PYSETUPTESTTARGET=     pytest
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27      # since 1.0.0
-
 .include "../../devel/libgit2/buildlink3.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index