From 8194a16c49df70efab6993728bc33d9c32c79c34 Mon Sep 17 00:00:00 2001 From: adam <adam@pkgsrc.org> Date: Wed, 31 Mar 2021 06:36:50 +0000 Subject: py-astroid: move PYTHON_VERSIONS_INCOMPATIBLE before pyversion.mk --- devel/py-astroid/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'devel/py-astroid') diff --git a/devel/py-astroid/Makefile b/devel/py-astroid/Makefile index 2008e889ff3..32c96daf8a7 100644 --- a/devel/py-astroid/Makefile +++ b/devel/py-astroid/Makefile @@ -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:../../devel/py-wrapt 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.0:../../devel/py-typed-ast USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 27 - .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3