[115469] trunk/dports/python

sean at macports.org sean at macports.org
Thu Jan 2 14:24:48 PST 2014


Revision: 115469
          https://trac.macports.org/changeset/115469
Author:   sean at macports.org
Date:     2014-01-02 14:24:48 -0800 (Thu, 02 Jan 2014)
Log Message:
-----------
py-ferari: add new port from the fenics project

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

Added: trunk/dports/python/py-ferari/Portfile
===================================================================
--- trunk/dports/python/py-ferari/Portfile	                        (rev 0)
+++ trunk/dports/python/py-ferari/Portfile	2014-01-02 22:24:48 UTC (rev 115469)
@@ -0,0 +1,33 @@
+# -*- 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
+PortGroup           bitbucket 1.0
+
+bitbucket.setup     fenics-project ferari 208a515cad05
+name                py-ferari
+version             1.0.0
+
+categories-append   math science
+license             LGPL-3+
+platforms           darwin
+supported_archs     noarch
+maintainers         sean openmaintainer
+
+description         Finite Element rearrangement to automatically reduce instructions
+long_description    FErari ($description) \
+                    generates optimized code for evaluation of the element tensor \
+                    (element stiffness matrix) and functions as an optimizing backend for FFC.
+
+checksums           rmd160  efd1ed51a85584a5f4817fdc7185e4355216b751 \
+                    sha256  f61c747a254b8a0aa92229b68ad050eef6d264692d09f0bdf75afe907d89dff0
+
+python.versions     24 25 26 27 31 32 33 34
+
+if {${subport} ne ${name}} {
+   depends_lib      port:swig-python
+}
+
+# project has no tags or branches to version, so manually check
+livecheck.type      none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140102/004b4e1a/attachment-0001.html>


More information about the macports-changes mailing list