pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-astroid py-astroid: move PYTHON_VERSIONS_INCO...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7de2ac4d08ce
branches:  trunk
changeset: 449464:7de2ac4d08ce
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Mar 31 06:36:50 2021 +0000

description:
py-astroid: move PYTHON_VERSIONS_INCOMPATIBLE before pyversion.mk

diffstat:

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

diffs (26 lines):

diff -r 94e126ba16be -r 7de2ac4d08ce devel/py-astroid/Makefile
--- a/devel/py-astroid/Makefile Tue Mar 30 22:32:40 2021 +0000
+++ b/devel/py-astroid/Makefile Wed Mar 31 06:36:50 2021 +0000
@@ -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 @@
 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 @@
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index