[136822] trunk/dports/python

ryandesign at macports.org ryandesign at macports.org
Wed May 27 18:59:08 PDT 2015


Revision: 136822
          https://trac.macports.org/changeset/136822
Author:   ryandesign at macports.org
Date:     2015-05-27 18:59:08 -0700 (Wed, 27 May 2015)
Log Message:
-----------
py-molmod: new port, version 1.1 (#47866)

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

Added: trunk/dports/python/py-molmod/Portfile
===================================================================
--- trunk/dports/python/py-molmod/Portfile	                        (rev 0)
+++ trunk/dports/python/py-molmod/Portfile	2015-05-28 01:59:08 UTC (rev 136822)
@@ -0,0 +1,45 @@
+# -*- 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           compilers 1.0
+PortGroup           github 1.0
+PortGroup           python 1.0
+
+github.setup        molmod molmod 1.1 v
+name                py-molmod
+platforms           darwin
+license             GPL-3+
+categories-append   chemistry
+maintainers         mcmaster.ca:yangx59
+
+description         Python library with many components that are useful to write molecular modeling programs
+
+long_description    MolMod is a python package that is used by Zeobuilder and Tracks. Zeobuilder is \
+                    a GUI toolkit for the interactive construction of complex molecular models. \
+                    Tracks is a collection of molecular dynamics and monte carlo analysis scripts. \
+                    MolMod groups a series of modules that are useful for analyzing molecular modeling \
+                    simulations, and for setting up complex input files. MolMod can also be used as a \
+                    library for batch work, independent of Zeobuilder or Tracks.
+
+homepage            http://molmod.github.io/molmod/index.html
+
+python.versions     27 34
+
+checksums           rmd160  48b3ca0cca37fbf61720e5642e539c180d087dc3 \
+                    sha256  a9612f0fecf6e69b251034275d1261376f820658dc86f1d5aaf981b24774572a
+
+if {${name} ne ${subport}} {
+    depends_lib-append  port:py${python.version}-numpy \
+                        port:py${python.version}-nose \
+                        port:py${python.version}-sphinx \
+                        port:py${python.version}-matplotlib
+
+    compilers.setup     -gcc45 -gcc46 -gcc47 -gcc48 -gcc49
+
+    post-destroot {
+        reinplace "s|${destroot}${prefix}|${prefix}|" ${destroot}${python.pkgd}/molmod/datadir.txt
+    }
+
+    livecheck.type  none
+}


Property changes on: trunk/dports/python/py-molmod/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/20150527/902391bc/attachment.html>


More information about the macports-changes mailing list