# -*- 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: Portfile 119604 2014-05-02 09:12:57Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           python 1.0
PortGroup           bitbucket 1.0

bitbucket.setup     fenics-project ufl 1.3.0 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  a59488219678c682607b715eb4c2f6eba25b3bac \
                    sha256  f99139962a901d185a66fd1f3fbbb363dff9319272b88b1d04e12aa2a6a5569d

python.versions     27
python.link_binaries_suffix

if {${subport} ne ${name}} {
    livecheck.type  none
}
