From f425c0dd33e3d2a03a835b27d5fb33182a786165 Mon Sep 17 00:00:00 2001 From: joerg Date: Thu, 27 Dec 2018 16:03:09 +0000 Subject: [PATCH] PYTHON_VERSIONS_INCOMPATIBLE must be set before pyversion.mk is included. --- devel/py-astroid/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/py-astroid/Makefile b/devel/py-astroid/Makefile index ad4d788ba04a..6f4390017179 100644 --- a/devel/py-astroid/Makefile +++ b/devel/py-astroid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2018/11/26 09:00:52 adam Exp $ +# $NetBSD: Makefile,v 1.23 2018/12/27 16:03:09 joerg Exp $ DISTNAME= astroid-2.1.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -16,6 +16,8 @@ DEPENDS+= ${PYPKGPREFIX}-wrapt-[0-9]*:../../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 !empty(_PYTHON_VERSION:M34) DEPENDS+= ${PYPKGPREFIX}-typing-[0-9]*:../../devel/py-typing @@ -26,7 +28,5 @@ DEPENDS+= ${PYPKGPREFIX}-typed-ast-[0-9]*:../../devel/py-typed-ast USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 27 - .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk"