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

petr at macports.org petr at macports.org
Sat Nov 22 10:50:04 PST 2014


Revision: 128522
          https://trac.macports.org/changeset/128522
Author:   petr at macports.org
Date:     2014-11-22 10:50:04 -0800 (Sat, 22 Nov 2014)
Log Message:
-----------
py-biggles: set nomaintainer, #45538

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

Modified: trunk/dports/python/py-biggles/Portfile
===================================================================
--- trunk/dports/python/py-biggles/Portfile	2014-11-22 18:43:30 UTC (rev 128521)
+++ trunk/dports/python/py-biggles/Portfile	2014-11-22 18:50:04 UTC (rev 128522)
@@ -6,16 +6,19 @@
 PortGroup python 1.0
 
 github.setup        nolta biggles 1.6.7 v
+
 name                py-biggles
 revision            1
 categories-append   graphics math science
 platforms           darwin
-maintainers         deric
+license             GPL-2
+maintainers         nomaintainer
+
 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/
-license             GPL-2
 
 checksums           md5     a6c7c07ecbfc142024c9c17cb20b7249 \
                     sha1    d29e56a7d11efcd249c54a82a9f86d82936e6428 \
@@ -24,9 +27,9 @@
 python.versions     26 27
 
 if {${name} ne ${subport}} {
+    depends_lib-append      port:plotutils port:py${python.version}-numpy \
+                            port:xorg-libXaw
     
-    depends_lib-append      port:plotutils port:py${python.version}-numpy port:xorg-libXaw
-    
-    build.target       build_ext
-    build.args         -I${prefix}/include
+    build.target    build_ext
+    build.args      -I${prefix}/include
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141122/838bf086/attachment.html>


More information about the macports-changes mailing list