pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/py-Scientific
Module Name: pkgsrc
Committed By: joerg
Date: Thu Dec 19 22:19:17 UTC 2019
Modified Files:
pkgsrc/math/py-Scientific: Makefile
Log Message:
PYTHON_VERSIONS_ACCEPTED must be set before including the Python
fragments.
To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/math/py-Scientific/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/py-Scientific/Makefile
diff -u pkgsrc/math/py-Scientific/Makefile:1.61 pkgsrc/math/py-Scientific/Makefile:1.62
--- pkgsrc/math/py-Scientific/Makefile:1.61 Mon Sep 2 13:20:00 2019
+++ pkgsrc/math/py-Scientific/Makefile Thu Dec 19 22:19:17 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2019/09/02 13:20:00 adam Exp $
+# $NetBSD: Makefile,v 1.62 2019/12/19 22:19:17 joerg Exp $
DISTNAME= ScientificPython-2.8.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Python//}
@@ -15,13 +15,13 @@ CONFLICTS+= py-Scientific-[0-9]*
MAKE_ENV+= NETCDF_PREFIX=${BUILDLINK_PREFIX.netcdf}
+PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 2.8.1
+
.include "../../lang/python/pyversion.mk"
PYPLAT_CMD= ${PYTHONBIN} -c "import sys; print sys.platform"
PLIST_SUBST+= PYPLAT=${PYPLAT_CMD:sh}
-PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 2.8.1
-
INSTALLATION_DIRS= bin
post-build:
Home |
Main Index |
Thread Index |
Old Index