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/56e09ac3b7bb
branches:  trunk
changeset: 419488:56e09ac3b7bb
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 59edf19e544e -r 56e09ac3b7bb 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