pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-astroid



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Mar 31 06:36:50 UTC 2021

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

Log Message:
py-astroid: move PYTHON_VERSIONS_INCOMPATIBLE before pyversion.mk


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/devel/py-astroid/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-astroid/Makefile
diff -u pkgsrc/devel/py-astroid/Makefile:1.39 pkgsrc/devel/py-astroid/Makefile:1.40
--- pkgsrc/devel/py-astroid/Makefile:1.39       Tue Mar 30 09:20:16 2021
+++ pkgsrc/devel/py-astroid/Makefile    Wed Mar 31 06:36:50 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2021/03/30 09:20:16 adam Exp $
+# $NetBSD: Makefile,v 1.40 2021/03/31 06:36:50 adam Exp $
 
 DISTNAME=      astroid-2.5.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -15,6 +15,8 @@ DEPENDS+=     ${PYPKGPREFIX}-wrapt>=1.11:../
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/pyversion.mk"
 .if ${_PYTHON_VERSION} < 38
 DEPENDS+=      ${PYPKGPREFIX}-typed-ast>=1.4.0:../../devel/py-typed-ast
@@ -22,7 +24,5 @@ DEPENDS+=     ${PYPKGPREFIX}-typed-ast>=1.4.
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index