[47635] trunk/dports/python/py-biggles/Portfile

deric at macports.org deric at macports.org
Mon Mar 2 08:24:07 PST 2009


Revision: 47635
          http://trac.macports.org/changeset/47635
Author:   deric at macports.org
Date:     2009-03-02 08:24:07 -0800 (Mon, 02 Mar 2009)
Log Message:
-----------
Update to 1.6.5.

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

Modified: trunk/dports/python/py-biggles/Portfile
===================================================================
--- trunk/dports/python/py-biggles/Portfile	2009-03-02 14:52:12 UTC (rev 47634)
+++ trunk/dports/python/py-biggles/Portfile	2009-03-02 16:24:07 UTC (rev 47635)
@@ -2,21 +2,27 @@
 
 PortSystem 1.0
 PortGroup python24 1.0
+
 name             py-biggles
-version          1.6.4
+version          1.6.5
 revision         1
-categories       python
-maintainers      caveo.se:deric
+categories       python graphics math science
+maintainers      macports.org:deric
 description      Creates 2D scientific plots
 long_description Biggles is a Python module for the creation of \
                   publication-quality 2D scientific plots.
 homepage         http://biggles.sourceforge.net/
 master_sites     sourceforge:biggles
 distname         python2-biggles-${version}
-checksums        md5 e07bc9e22d830ada274ea71bc6d12556
+checksums        md5     be1ba7a98cd58ce875e181bd60930b63 \
+                 sha1    067f7fd2803bbdf148a29c48da10a667cf304aed \
+                 rmd160  227ea00cbd73e3d2c502bd3398438fe5420559f6
 
-depends_lib      lib:libplot.2.2:plotutils port:py-numeric
+depends_lib      lib:libplot.2.2:plotutils port:py-numpy
 
+build.target       build_ext
+build.args         -I/opt/local/include
+
 post-extract {
      # edit setup.py in accordance with INSTALL so that libplot_prefix points to MacPorts prefix
      system "sed \"s/\\/usr\\/local/[regsub -all {/} $prefix {\/}]/\" ${worksrcpath}/setup.py > ${worksrcpath}/setup.py.tmp"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090302/1cbcf545/attachment.html>


More information about the macports-changes mailing list