[79124] trunk/dports/python

robitaille at macports.org robitaille at macports.org
Thu Jun 2 14:41:34 PDT 2011


Revision: 79124
          http://trac.macports.org/changeset/79124
Author:   robitaille at macports.org
Date:     2011-06-02 14:41:34 -0700 (Thu, 02 Jun 2011)
Log Message:
-----------
py*-vo: added py25-vo and py27-vo (missing from previous commit)

Added Paths:
-----------
    trunk/dports/python/py25-vo/
    trunk/dports/python/py25-vo/Portfile
    trunk/dports/python/py27-vo/
    trunk/dports/python/py27-vo/Portfile

Added: trunk/dports/python/py25-vo/Portfile
===================================================================
--- trunk/dports/python/py25-vo/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-vo/Portfile	2011-06-02 21:41:34 UTC (rev 79124)
@@ -0,0 +1,24 @@
+# -*- 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
+PortGroup python25 1.0
+
+name                py25-vo
+version             0.6
+maintainers         robitaille
+
+categories-append   science
+description         A Python library to parse, validate and generate VOTable XML files.
+long_description    ${description}
+
+platforms           darwin
+
+homepage            https://trac6.assembla.com/astrolib
+master_sites        http://stsdas.stsci.edu/astrolib/
+distname            vo-${version}
+checksums           md5  607dee5451f414963719e654db595961 \
+                    sha1  6aab86ef9f6ae799419535f980ec7333a2b1e287 \
+                    rmd160  1b7e17aab4d0c8c5da48896a2681658f94bc1d28
+
+depends_run-append  port:py25-numpy


Property changes on: trunk/dports/python/py25-vo/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/python/py27-vo/Portfile
===================================================================
--- trunk/dports/python/py27-vo/Portfile	                        (rev 0)
+++ trunk/dports/python/py27-vo/Portfile	2011-06-02 21:41:34 UTC (rev 79124)
@@ -0,0 +1,24 @@
+# -*- 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
+PortGroup python27 1.0
+
+name                py27-vo
+version             0.6
+maintainers         robitaille
+
+categories-append   science
+description         A Python library to parse, validate and generate VOTable XML files.
+long_description    ${description}
+
+platforms           darwin
+
+homepage            https://trac6.assembla.com/astrolib
+master_sites        http://stsdas.stsci.edu/astrolib/
+distname            vo-${version}
+checksums           md5  607dee5451f414963719e654db595961 \
+                    sha1  6aab86ef9f6ae799419535f980ec7333a2b1e287 \
+                    rmd160  1b7e17aab4d0c8c5da48896a2681658f94bc1d28
+
+depends_run-append  port:py27-numpy


Property changes on: trunk/dports/python/py27-vo/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/20110602/13560bec/attachment.html>


More information about the macports-changes mailing list