[45992] trunk/dports/python

blb at macports.org blb at macports.org
Mon Jan 26 14:17:51 PST 2009


Revision: 45992
          http://trac.macports.org/changeset/45992
Author:   blb at macports.org
Date:     2009-01-26 14:17:50 -0800 (Mon, 26 Jan 2009)
Log Message:
-----------
New ports - py2[56]-mpmath, Arbitrary-precision floating-point library for Python

Added Paths:
-----------
    trunk/dports/python/py25-mpmath/
    trunk/dports/python/py25-mpmath/Portfile
    trunk/dports/python/py26-mpmath/
    trunk/dports/python/py26-mpmath/Portfile

Added: trunk/dports/python/py25-mpmath/Portfile
===================================================================
--- trunk/dports/python/py25-mpmath/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-mpmath/Portfile	2009-01-26 22:17:50 UTC (rev 45992)
@@ -0,0 +1,32 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python25 1.0
+name                py25-mpmath
+version             0.11
+categories-append   math
+maintainers         blb openmaintainer
+description         Arbitrary-precision floating-point library for Python
+long_description \
+   Mpmath is a pure-Python library for arbitrary-precision floating-point \
+   arithmetic that implements an extensive set of mathematical functions.
+
+platforms           darwin
+
+homepage            http://code.google.com/p/mpmath/
+master_sites        http://mpmath.googlecode.com/files/
+distname            mpmath-${version}
+
+checksums           md5     2c9adadc0ffc40743cf9e880a356cc95 \
+                    sha1    44a38591cbb9c3e5931b02356fcecae5f82ec844 \
+                    rmd160  d96f5620e86ced5957e5be08a2ce43d9a372f450
+
+post-destroot {
+   xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+   xinstall -m 644 -W ${worksrcpath} CHANGES LICENSE README \
+      ${destroot}${prefix}/share/doc/${name}
+   eval xinstall -m 644 [glob ${worksrcpath}/doc/source/*.txt] \
+      ${destroot}${prefix}/share/doc/${name}
+   file copy ${worksrcpath}/demo ${destroot}${prefix}/share/doc/${name}/
+}
+


Property changes on: trunk/dports/python/py25-mpmath/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/python/py26-mpmath/Portfile
===================================================================
--- trunk/dports/python/py26-mpmath/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-mpmath/Portfile	2009-01-26 22:17:50 UTC (rev 45992)
@@ -0,0 +1,32 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python26 1.0
+name                py26-mpmath
+version             0.11
+categories-append   math
+maintainers         blb openmaintainer
+description         Arbitrary-precision floating-point library for Python
+long_description \
+   Mpmath is a pure-Python library for arbitrary-precision floating-point \
+   arithmetic that implements an extensive set of mathematical functions.
+
+platforms           darwin
+
+homepage            http://code.google.com/p/mpmath/
+master_sites        http://mpmath.googlecode.com/files/
+distname            mpmath-${version}
+
+checksums           md5     2c9adadc0ffc40743cf9e880a356cc95 \
+                    sha1    44a38591cbb9c3e5931b02356fcecae5f82ec844 \
+                    rmd160  d96f5620e86ced5957e5be08a2ce43d9a372f450
+
+post-destroot {
+   xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+   xinstall -m 644 -W ${worksrcpath} CHANGES LICENSE README \
+      ${destroot}${prefix}/share/doc/${name}
+   eval xinstall -m 644 [glob ${worksrcpath}/doc/source/*.txt] \
+      ${destroot}${prefix}/share/doc/${name}
+   file copy ${worksrcpath}/demo ${destroot}${prefix}/share/doc/${name}/
+}
+


Property changes on: trunk/dports/python/py26-mpmath/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/20090126/4301b6dc/attachment.html>


More information about the macports-changes mailing list