From d63371c9f6ef33f75fefecb168f5cf9dd5a6290d Mon Sep 17 00:00:00 2001 From: Ion-Mihai Tetcu Date: Sun, 31 Dec 2006 12:37:13 +0000 Subject: [PATCH] - py-scipy03 is needed for older programs relying on py-numeric which has been deprecated by upstream vendor:see note on http://numpy.scipy.org - Development for Numeric has ceased, and users should transisition to NumPy as quickly as possible. - DEPRECIATE and set removal date in 3 months PR: ports/107355 Submitted by: Diane Bruce --- lang/f2py/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lang/f2py/Makefile b/lang/f2py/Makefile index c4c27c697161..a956e60839b0 100644 --- a/lang/f2py/Makefile +++ b/lang/f2py/Makefile @@ -20,6 +20,9 @@ RUN_DEPENDS= ${PYNUMERIC} CONFLICTS= py*-numpy-1.* +DEPRECATED= Replaced by py-numpy +EXPIRATION_DATE= 2007-04-01 + USE_PYTHON= yes USE_PYDISTUTILS= yes