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

deric at macports.org deric at macports.org
Sat May 5 14:14:45 PDT 2012


Revision: 92754
          https://trac.macports.org/changeset/92754
Author:   deric at macports.org
Date:     2012-05-05 14:14:44 -0700 (Sat, 05 May 2012)
Log Message:
-----------
py-biggles: Updated to 1.6.7, moved to github, added livecheck, removed unnecessary dependency.

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

Modified: trunk/dports/python/py-biggles/Portfile
===================================================================
--- trunk/dports/python/py-biggles/Portfile	2012-05-05 21:13:35 UTC (rev 92753)
+++ trunk/dports/python/py-biggles/Portfile	2012-05-05 21:14:44 UTC (rev 92754)
@@ -2,10 +2,12 @@
 # $Id$
 
 PortSystem 1.0
+PortGroup github 1.0
 PortGroup python 1.0
 
+version             1.6.7
+github.setup        nolta biggles ${version} v
 name                py-biggles
-version             1.6.6
 categories-append   graphics math science
 platforms           darwin
 maintainers         deric
@@ -14,19 +16,22 @@
                     publication-quality 2D scientific plots.
 homepage            http://biggles.sourceforge.net/
 license             GPL-2
-master_sites        sourceforge:project/biggles/biggles/${version} 
-distname            python2-biggles-${version}
 
-checksums           md5     5a9cfdf9d8401e1705fce43e4e4adaca \
-                    sha1    d2bcd0141845657189ef5834516e50e6cb777702 \
-                    rmd160  a6b16ddfba224402693eca086666fbd6b51ce413
+checksums           md5     a6c7c07ecbfc142024c9c17cb20b7249 \
+                    sha1    d29e56a7d11efcd249c54a82a9f86d82936e6428 \
+                    rmd160  08172f51bfad355f2067f8a9ab86e75a0b73e201
                     
-python.versions  24 25 26 27
+python.versions 24 25 26 27
 python.default_version 24
 
 if {$subport != $name} {
-    depends_lib      port:plotutils port:py${python.version}-numpy port:xorg-libXaw
     
+    depends_lib-append      port:plotutils port:py${python.version}-numpy
+    
     build.target       build_ext
     build.args         -I${prefix}/include
 }
+
+livecheck.type regex
+livecheck.url https://github.com/nolta/biggles/tags
+livecheck.regex v(\[0-9\]+\.\[0-9\]+\.\[0-9\]+)
\ No newline at end of file
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120505/c3b48ac2/attachment.html>


More information about the macports-changes mailing list