Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Feb 2018 15:12:58 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r463222 - head/Mk/Uses
Message-ID:  <201802281512.w1SFCwx3071119@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Feb 28 15:12:57 2018
New Revision: 463222
URL: https://svnweb.freebsd.org/changeset/ports/463222

Log:
  Remove PYNUMERIC
  
  It's only used by 1 port (devel/py-fortran).

Modified:
  head/Mk/Uses/python.mk

Modified: head/Mk/Uses/python.mk
==============================================================================
--- head/Mk/Uses/python.mk	Wed Feb 28 15:12:53 2018	(r463221)
+++ head/Mk/Uses/python.mk	Wed Feb 28 15:12:57 2018	(r463222)
@@ -638,7 +638,6 @@ CMAKE_ARGS+=	-DPython_ADDITIONAL_VERSIONS=${PYTHON_VER
 
 # Python 3rd-party modules
 PYGAME=		${PYTHON_PKGNAMEPREFIX}game>0:devel/py-game@${PY_FLAVOR}
-PYNUMERIC=	${PYTHON_PKGNAMEPREFIX}numeric>0:math/py-numeric@${PY_FLAVOR}
 PYNUMPY=	${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR}
 
 # Common Python modules that can be needed but only for some versions of Python.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802281512.w1SFCwx3071119>