pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-pygit2 py-pygit2: not for python 3.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/734adef2f39f
branches:  trunk
changeset: 771290:734adef2f39f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Dec 16 14:29:56 2021 +0000

description:
py-pygit2: not for python 3.6

Move restriction higher so it works

diffstat:

 devel/py-pygit2/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 46c041004fc7 -r 734adef2f39f devel/py-pygit2/Makefile
--- a/devel/py-pygit2/Makefile  Thu Dec 16 14:23:55 2021 +0000
+++ b/devel/py-pygit2/Makefile  Thu Dec 16 14:29:56 2021 +0000
@@ -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 @@
 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 @@
 
 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