pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-astroid PYTHON_VERSIONS_INCOMPATIBLE must be ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/41c085f116c5
branches:  trunk
changeset: 317042:41c085f116c5
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Dec 27 16:03:09 2018 +0000

description:
PYTHON_VERSIONS_INCOMPATIBLE must be set before pyversion.mk is included.

diffstat:

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

diffs (26 lines):

diff -r 370ffa1e5223 -r 41c085f116c5 devel/py-astroid/Makefile
--- a/devel/py-astroid/Makefile Thu Dec 27 16:02:22 2018 +0000
+++ b/devel/py-astroid/Makefile Thu Dec 27 16:03:09 2018 +0000
@@ -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 @@
 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 @@
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index