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: joerg
Date: Thu Dec 27 16:03:09 UTC 2018
Modified Files:
pkgsrc/devel/py-astroid: Makefile
Log Message:
PYTHON_VERSIONS_INCOMPATIBLE must be set before pyversion.mk is included.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 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.22 pkgsrc/devel/py-astroid/Makefile:1.23
--- pkgsrc/devel/py-astroid/Makefile:1.22 Mon Nov 26 09:00:52 2018
+++ pkgsrc/devel/py-astroid/Makefile Thu Dec 27 16:03:09 2018
@@ -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]*:..
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]
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index