[82759] trunk/dports/python

robitaille at macports.org robitaille at macports.org
Fri Aug 19 14:07:59 PDT 2011


Revision: 82759
          http://trac.macports.org/changeset/82759
Author:   robitaille at macports.org
Date:     2011-08-19 14:07:57 -0700 (Fri, 19 Aug 2011)
Log Message:
-----------
py-yt: new port for yt

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

Added: trunk/dports/python/py-yt/Portfile
===================================================================
--- trunk/dports/python/py-yt/Portfile	                        (rev 0)
+++ trunk/dports/python/py-yt/Portfile	2011-08-19 21:07:57 UTC (rev 82759)
@@ -0,0 +1,39 @@
+# -*- 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           python 1.0
+
+name                py-yt
+version             2.1
+maintainers         robitaille openmaintainer
+
+categories-append   science
+description         Astrophysical simulation Analysis and Viz
+long_description    The yt project aims to produce an integrated \
+                    science environment for collaboratively asking and \
+                    answering astrophysical questions. To do so, it \
+                    will encompass the creation of initial conditions, \
+                    the execution of simulations, and the detailed \
+                    exploration and visualization of the resultant \
+                    data. It will also provide a standard framework \
+                    based on physical quantities interoperability \
+                    between codes.
+
+platforms           darwin
+
+homepage            http://yt-project.org/
+master_sites        http://hg.yt-project.org/yt/get/
+distname            yt-${version}
+checksums           md5  bb6dfaf0b30169ae435f521a7b608249 \
+                    sha1  d30a985c693beaf56467c63cbc0c47bd7824dbc0 \
+                    rmd160  492a6ece17098cb9f2a7fffba2ffdf2d54f151df
+
+python.versions     25 26 27
+python.default_version 27
+
+if {${subport} != ${name}} {
+    depends_run-append  port:py${python.version}-numpy \
+                        port:py${python.version}-matplotlib \
+                        port:py${python.version}-h5py
+}


Property changes on: trunk/dports/python/py-yt/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/20110819/deb22bde/attachment.html>


More information about the macports-changes mailing list