[127990] trunk/dports/python

mf2k at macports.org mf2k at macports.org
Mon Nov 10 02:52:09 PST 2014


Revision: 127990
          https://trac.macports.org/changeset/127990
Author:   mf2k at macports.org
Date:     2014-11-10 02:52:09 -0800 (Mon, 10 Nov 2014)
Log Message:
-----------
py-pyne: New port. (#43677)

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

Added: trunk/dports/python/py-pyne/Portfile
===================================================================
--- trunk/dports/python/py-pyne/Portfile	                        (rev 0)
+++ trunk/dports/python/py-pyne/Portfile	2014-11-10 10:52:09 UTC (rev 127990)
@@ -0,0 +1,41 @@
+# -*- 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           github 1.0
+PortGroup           python 1.0
+
+github.setup        pyne pyne 0.4.1
+
+name                py-pyne
+categories-append   science
+platforms           darwin
+license             BSD
+
+python.versions     27 34
+
+maintainers         nomaintainer
+
+description         Python for Nuclear Engineering
+long_description    PyNE is a toolkit for making common tasks in nuclear\
+                    engineering easier, faster, better
+
+homepage            http://www.pyne.io/
+
+
+checksums           rmd160  38443939bb5da0ad29c05373c3f42fa7fab96a57 \
+                    sha256  7102593eb8b570c9828ce4026a60ea1ad10b7a3c728179b5ff8780a61313cc9f
+if {${name} ne ${subport}} {
+    build.target        build
+    build.args          --hdf5=${prefix} \
+
+    destroot.args       --hdf5=${prefix} \
+
+    depends_build-append \
+                        port:py${python.version}-cython
+
+    depends_lib-append  port:hdf5 \
+                        port:py${python.version}-numpy \
+                        port:py${python.version}-scipy \
+                        port:py${python.version}-tables
+}


Property changes on: trunk/dports/python/py-pyne/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141110/20d29aaf/attachment.html>


More information about the macports-changes mailing list