[98967] trunk/dports/python/py-sfepy/Portfile

macsforever2000 at macports.org macsforever2000 at macports.org
Mon Oct 22 12:25:35 PDT 2012


Revision: 98967
          http://trac.macports.org//changeset/98967
Author:   macsforever2000 at macports.org
Date:     2012-10-22 12:25:35 -0700 (Mon, 22 Oct 2012)
Log Message:
-----------
py-sfepy: Update to version 2012.3. Remove unnecessary dependency on py-scikits-umfpack (it is is py-scipy). Use modern checksums. Improve long description.

Modified Paths:
--------------
    trunk/dports/python/py-sfepy/Portfile

Modified: trunk/dports/python/py-sfepy/Portfile
===================================================================
--- trunk/dports/python/py-sfepy/Portfile	2012-10-22 18:56:19 UTC (rev 98966)
+++ trunk/dports/python/py-sfepy/Portfile	2012-10-22 19:25:35 UTC (rev 98967)
@@ -5,25 +5,26 @@
 PortGroup               python 1.0
 
 name                    py-sfepy
-version                 2011.1
+version                 2012.3
 categories-append       science
 platforms               darwin
 license                 BSD
 maintainers             macsforever2000 openmaintainer
 
 description             Simple finite elements in Python
-long_description        ${description}.
+long_description        SfePy is a software for solving systems of coupled partial differential equations (PDEs) by the finite element \
+                        method in 2D and 3D. It can be viewed both as black-box PDE solver, and as a Python package which can be used \
+                        for building custom applications. The word "simple" means that complex FEM problems can be coded very easily \
+                        and rapidly.
 
 homepage                http://code.google.com/p/sfepy/
 master_sites            googlecode:sfepy
-distname                sfepy-release-${version}
+distname                sfepy-${version}
 worksrcdir              ${distname}
-extract.suffix          .tgz
 
-checksums               md5     f00f3a96363ae5c48ce006874fede995 \
-                        sha1    918b58dcfcb6854e5edd331cc9254b3d9d7cf725 \
-                        rmd160  a3194c891a297a09c0af62fe95a6d1b551257497
-
+checksums               rmd160  1cd9c75d203874f5654e909f27cad45e8a278f95 \
+                        sha256  ec0677a1d8fe7f9d625e11056232e91c94da54b38f3bda8039741ecbbc599694
+                        
 python.versions         25 26 27
 python.default_version  25
 
@@ -36,12 +37,13 @@
                         port:py${python.version}-parsing \
                         port:py${python.version}-pexpect \
                         port:py${python.version}-pysparse \
-                        port:py${python.version}-scikits-umfpack \
                         port:py${python.version}-scipy \
                         port:py${python.version}-sphinx \
                         port:py${python.version}-sympy \
                         port:py${python.version}-tables \
                         port:SuiteSparse \
                         port:swig-python
+
+build.env-append        MPLCONFIGDIR=${worksrcpath}
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121022/d6dcdecc/attachment.html>


More information about the macports-changes mailing list