pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-logilab-astng



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed May 12 06:55:37 UTC 2021

Modified Files:
        pkgsrc/devel/py-logilab-astng: Makefile

Log Message:
py-logilab-astng: mark as not for Python 2.7


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-logilab-astng/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-logilab-astng/Makefile
diff -u pkgsrc/devel/py-logilab-astng/Makefile:1.15 pkgsrc/devel/py-logilab-astng/Makefile:1.16
--- pkgsrc/devel/py-logilab-astng/Makefile:1.15 Mon Sep  4 18:08:20 2017
+++ pkgsrc/devel/py-logilab-astng/Makefile      Wed May 12 06:55:37 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2017/09/04 18:08:20 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2021/05/12 06:55:37 adam Exp $
 
 DISTNAME=      logilab-astng-0.24.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -14,6 +14,8 @@ DEPENDS+=     ${PYPKGPREFIX}-logilab-common>
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27      # py-logilab-common
+
 ALL_ENV+=      PYVERSSUFFIX=${PYVERSSUFFIX:Q}
 
 do-test:



Home | Main Index | Thread Index | Old Index