diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-12-31 20:37:13 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-12-31 20:37:13 +0800 |
commit | 68029533c222c0379d07cf2e86bcb539a8cd4ff4 (patch) | |
tree | fdc702650dfcdbc731986e1d63d6a625135f0267 /lang | |
parent | db9c25a75109404128c176a5d4289705b0174feb (diff) | |
download | freebsd-ports-gnome-68029533c222c0379d07cf2e86bcb539a8cd4ff4.tar.gz freebsd-ports-gnome-68029533c222c0379d07cf2e86bcb539a8cd4ff4.tar.zst freebsd-ports-gnome-68029533c222c0379d07cf2e86bcb539a8cd4ff4.zip |
- 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
Diffstat (limited to 'lang')
-rw-r--r-- | lang/f2py/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |