[115468] trunk/dports/python
sean at macports.org
sean at macports.org
Thu Jan 2 14:24:45 PST 2014
Revision: 115468
https://trac.macports.org/changeset/115468
Author: sean at macports.org
Date: 2014-01-02 14:24:45 -0800 (Thu, 02 Jan 2014)
Log Message:
-----------
py-ufl: add new port from the fenics project
Added Paths:
-----------
trunk/dports/python/py-ufl/
trunk/dports/python/py-ufl/Portfile
Added: trunk/dports/python/py-ufl/Portfile
===================================================================
--- trunk/dports/python/py-ufl/Portfile (rev 0)
+++ trunk/dports/python/py-ufl/Portfile 2014-01-02 22:24:45 UTC (rev 115468)
@@ -0,0 +1,31 @@
+# -*- 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 ufl 1.2.1 ufl-
+name py-ufl
+
+categories-append math science
+license LGPL-3+
+platforms darwin
+supported_archs noarch
+maintainers sean openmaintainer
+
+description Unified Form Language
+long_description The Unified Form Language (UFL) is a domain specific language \
+ for declaration of finite element discretizations of variational \
+ forms. More precisely, it defines a flexible interface for choosing \
+ finite element spaces and defining expressions for weak forms in a \
+ notation close to mathematical notation.
+
+checksums rmd160 22f6cf3c0753e115eff6b101bd3c7755aa76a7f9 \
+ sha256 3ac4c6e12666f0b31403eb1213e23f552b6dc618a3f5536577b7b41d1e351e27
+
+python.versions 26 27
+
+if {${subport} ne ${name}} {
+ livecheck.type none
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140102/5fa1b9d6/attachment.html>
More information about the macports-changes
mailing list