[83999] trunk/dports/python

jmr at macports.org jmr at macports.org
Wed Sep 14 13:39:07 PDT 2011


Revision: 83999
          http://trac.macports.org/changeset/83999
Author:   jmr at macports.org
Date:     2011-09-14 13:39:05 -0700 (Wed, 14 Sep 2011)
Log Message:
-----------
New port: py-pyds9, a Python interface to XPA to communicate with the astronomical image viewer DS9 (#26841)

Added Paths:
-----------
    trunk/dports/python/py-pyds9/
    trunk/dports/python/py-pyds9/Portfile

Added: trunk/dports/python/py-pyds9/Portfile
===================================================================
--- trunk/dports/python/py-pyds9/Portfile	                        (rev 0)
+++ trunk/dports/python/py-pyds9/Portfile	2011-09-14 20:39:05 UTC (rev 83999)
@@ -0,0 +1,32 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python 1.0
+
+set realname        pyds9
+name                py-${realname}
+version             1.1
+categories          python devel science
+maintainers         stsci.edu:mperrin openmaintainer
+description         Python interface to XPA to communicate with DS9
+long_description    The pyds9 module provides a Python interface to XPA to \
+                    communicate with the astronomical image viewer DS9.
+homepage            http://hea-www.harvard.edu/saord/ds9/
+platforms           darwin
+master_sites        http://hea-www.harvard.edu/saord/download/ds9/python/
+checksums           md5     e42278ca0e8e6b6e55225a622359b33c \
+                    sha1    44417aae292d0f57b238c510dac0181d1a24b9e3 \
+                    rmd160  ddd4af816195c132aa92cf3af38994998e9f82f3
+
+distname            ${realname}-${version}
+
+python.versions     25 26 27
+python.default_version 27
+
+if {$subport != $name} {
+    depends_build-append port:py${python.version}-distribute
+}
+
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     ${realname}-(\[0-9.\]+).tar.gz


Property changes on: trunk/dports/python/py-pyds9/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110914/f2d94b92/attachment-0001.html>


More information about the macports-changes mailing list