pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/py-Scientific PYTHON_VERSIONS_ACCEPTED must be se...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4fa9c7bf485d
branches: trunk
changeset: 345856:4fa9c7bf485d
user: joerg <joerg%pkgsrc.org@localhost>
date: Thu Dec 19 22:19:17 2019 +0000
description:
PYTHON_VERSIONS_ACCEPTED must be set before including the Python
fragments.
diffstat:
math/py-Scientific/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (25 lines):
diff -r 58fa7b315ce6 -r 4fa9c7bf485d math/py-Scientific/Makefile
--- a/math/py-Scientific/Makefile Thu Dec 19 22:18:47 2019 +0000
+++ b/math/py-Scientific/Makefile Thu Dec 19 22:19:17 2019 +0000
@@ -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 @@
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