[78537] trunk/dports/python

macsforever2000 at macports.org macsforever2000 at macports.org
Tue May 10 18:20:23 PDT 2011


Revision: 78537
          http://trac.macports.org/changeset/78537
Author:   macsforever2000 at macports.org
Date:     2011-05-10 18:20:20 -0700 (Tue, 10 May 2011)
Log Message:
-----------
py26-nmrglue: added new port. (#29423)

Added Paths:
-----------
    trunk/dports/python/py26-nmrglue/
    trunk/dports/python/py26-nmrglue/Portfile

Added: trunk/dports/python/py26-nmrglue/Portfile
===================================================================
--- trunk/dports/python/py26-nmrglue/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-nmrglue/Portfile	2011-05-11 01:20:20 UTC (rev 78537)
@@ -0,0 +1,36 @@
+# -*- 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           python26 1.0
+
+name                py26-nmrglue
+set internal_name   nmrglue
+
+version             0.2
+
+categories-append   science
+maintainers         openmaintainer gmail:michelle.lynn.gill
+platforms           darwin
+
+description         A module for working with NMR data in Python
+long_description    nmrglue is a module for working with NMR data in Python. \
+                    When used with the Numpy, Scipy, and matplotlib packages \
+                    nmrglue provides a robust interpreted environment for processing, \
+                    analysing, and inspecting NMR data.
+
+homepage            http://code.google.com/p/nmrglue/
+
+master_sites        http://nmrglue.googlecode.com/files/
+distname            ${internal_name}-${version}
+
+checksums           md5     cda38817c10ab5ffa442a8ff4dc6bfde \
+                    sha1    ae0210bed575ddd5da875d92f45b33c71862af8c \
+                    rmd160  f5e5df181469e3e15d33c3a36a1998dce72b7b71
+
+depends_lib-append  port:py26-scipy \
+                    port:py26-numpy
+
+livecheck.type      regex
+livecheck.url       ${homepage}
+livecheck.regex     ${internal_name}-(\[0-9\]+\\.\[0-9\]+)\\.tar\\.gz


Property changes on: trunk/dports/python/py26-nmrglue/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110510/f7c857ac/attachment.html>


More information about the macports-changes mailing list