[88967] trunk/dports/python/py-pyxg/Portfile

snc at macports.org snc at macports.org
Sun Jan 15 07:54:36 PST 2012


Revision: 88967
          http://trac.macports.org/changeset/88967
Author:   snc at macports.org
Date:     2012-01-15 07:54:33 -0800 (Sun, 15 Jan 2012)
Log Message:
-----------
py-pyxg: use github portgroup

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

Modified: trunk/dports/python/py-pyxg/Portfile
===================================================================
--- trunk/dports/python/py-pyxg/Portfile	2012-01-15 15:40:57 UTC (rev 88966)
+++ trunk/dports/python/py-pyxg/Portfile	2012-01-15 15:54:33 UTC (rev 88967)
@@ -1,33 +1,29 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem      1.0
+PortSystem          1.0
+PortGroup           github 1.0
 PortGroup           python 1.0
 
-name            py-pyxg
-version         0.3.0
-python.versions 24 25 26 27
+github.setup        pyxg pyxg 0.3 v
+name                py-pyxg
+python.versions     24 25 26 27
 python.default_version  27
-categories      python devel
-platforms       darwin
-maintainers     snc openmaintainer
+categories          python devel
+platforms           darwin
+maintainers         snc openmaintainer
 license             BSD
-description     PyXG provides a Python interface to Apple's Xgrid
-long_description  Xgrid is Apple's solution for running jobs \
-                on a cluster of Macintosh computers. PyXG enables users to \
-                submit and manage Xgrid jobs on a cluster from a Python script \
-                or within an interactive Python session.
+description         PyXG provides a Python interface to Apple's Xgrid
+long_description    Xgrid is Apple's solution for running jobs \
+                    on a cluster of Macintosh computers. PyXG enables users to \
+                    submit and manage Xgrid jobs on a cluster from a Python \
+                    script or within an interactive Python session.
 
-homepage        http://pyxg.scipy.org/
-master_sites    http://github.com/downloads/pyxg/pyxg/
-distname        PyXG-${version}
+checksums           rmd160  254a41fe143b5b7ce53c11dd7f2c0bd3d961e0ff \
+                    sha256  6147735a7db386fecf4cbb0cac7f1800ddba30fcb025e55c1c70a41cb9837a1f
 
-checksums           rmd160  6220811d77fe26e683e72720e4e487916df731fa \
-                sha256  6a551af355939d102fba1fd22e1cd4a7f12ba3387b612008565f36fdaa772fc4
+supported_archs     noarch
 
-supported_archs noarch
-
-
 if {$subport != $name} {
     if {${python.version} == 24} {
         depends_lib-append  port:py24-bdist_mpkg \
@@ -48,7 +44,4 @@
     }
 
     livecheck.type      none
-} else {
-    livecheck.url   http://github.com/pyxg/pyxg/downloads
-    livecheck.regex "PyXG-(\\d+\\.\\d+(\\.\\d+)?)"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120115/fc49960d/attachment.html>


More information about the macports-changes mailing list