[macports-changes] [19409] trunk/dports/python

source_changes at macosforge.org source_changes at macosforge.org
Mon Sep 4 11:44:39 PDT 2006


Revision: 19409
Author:   erickt at macports.org
Date:     2006-09-04 11:44:36 -0700 (Mon, 04 Sep 2006)

Log Message:
-----------
re-adding to make sure there's a clear upgrade path towards py-scipy

Modified Paths:
--------------
    trunk/dports/python/py-scipy04/Portfile

Added Paths:
-----------
    trunk/dports/python/py-scipy04/

Copied: trunk/dports/python/py-scipy04 (from rev 17912, trunk/dports/python/py-scipy04)

Modified: trunk/dports/python/py-scipy04/Portfile
===================================================================
--- trunk/dports/python/py-scipy04/Portfile	2006-05-06 21:52:21 UTC (rev 17912)
+++ trunk/dports/python/py-scipy04/Portfile	2006-09-04 18:44:36 UTC (rev 19409)
@@ -1,26 +1,36 @@
 # $Id: Portfile,v 1.2 2006/05/06 21:52:21 erickt Exp $
 
 PortSystem 1.0
-PortGroup  python24 1.0
+name                    py-scipy04
+version                 0.4.6
+revision                1
+description             OBSOLETE. Use py-scipy port instead.
+long_description        This package has been replaced by the py-scipy package. \
+                        \
+                        Please uninstall this package prior to installing the \
+                        py-scipy package.
+maintainers             erickt at macports.org
+categories              python
+platforms               darwin 
+homepage                http://www.scipy.org/
 
-name         py-scipy04
-version      0.4.6
-categories   python
-platforms    darwin
-description  An opensource library of scientific tools for Python
-maintainers  erickt at opendarwin.org
-
-homepage      http://www.scipy.org/
-master_sites  sourceforge:scipy
-distname      scipy-${version}
-
-checksums md5 cdf236f1d93fca286d27a7c10b6fe446
-
-depends_lib    lib:gnuplot:gnuplot \
-               port:py-numpy
-depends_build  port:gcc40
-
-worksrcdir      ${distname}
-build.env       CCFLAGS="-I${prefix}/include -L${prefix}/lib -I${prefix}/gcc40"
-build.pre_args  config_fc --f90exec gfortran-dp-4.0 --fcompiler gnu95
-build.args      build
+fetch           {
+        ui_msg  ""
+        ui_msg  "Port py-scipy04 been superseded by port py-scipy."
+        ui_msg  "py-scipy will be installed after removing py-scipy04."
+        ui_msg  ""
+}
+checksum        {}
+configure       {}
+build           {}
+destroot        {}
+install         {
+        ui_msg  "Removing py-scipy04"
+        system  "port -f uninstall py-scipy04"
+        ui_msg  "Installing py-scipy"
+        system  "port install py-scipy"
+        ui_msg  "Port py-scipy has been installed."
+}
+archive         {}
+unarchive       {}
+activate        {}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20060904/22bbd8a8/attachment.html


More information about the macports-changes mailing list