[101509] trunk/dports/python
cal at macports.org
cal at macports.org
Sat Jan 12 07:08:55 PST 2013
Revision: 101509
https://trac.macports.org/changeset/101509
Author: cal at macports.org
Date: 2013-01-12 07:08:55 -0800 (Sat, 12 Jan 2013)
Log Message:
-----------
py-gmpy2: new port, closes #34462
Added Paths:
-----------
trunk/dports/python/py-gmpy2/
trunk/dports/python/py-gmpy2/Portfile
Added: trunk/dports/python/py-gmpy2/Portfile
===================================================================
--- trunk/dports/python/py-gmpy2/Portfile (rev 0)
+++ trunk/dports/python/py-gmpy2/Portfile 2013-01-12 15:08:55 UTC (rev 101509)
@@ -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 python 1.0
+
+name py-gmpy2
+version 2.0.0b3
+maintainers nomaintainer
+license LGPL-2.1+
+platforms darwin
+description General multiple precision arithmetic module for Python
+long_description \
+ GMPY2 is a C-coded Python extension module that supports fast \
+ multiple-precision arithmetic. GMPY2 supports the GMP library \
+ for integer and rational arithmetic and multiple-precision real \
+ and complex arithmetic as provided by the MPFR and MPC libraries.
+
+homepage http://code.google.com/p/gmpy/
+master_sites googlecode:gmpy
+distname gmpy2-${version}
+use_zip yes
+checksums rmd160 bf474feb22a8df8381e8b479195a1f43df3c879c \
+ sha256 357e726b88f1996ef55cc2e704dacb05efc00edf97d7c239b3c9f2b0af9c7ea6
+
+python.versions 26 27 31 32 33
+python.default_version 27
+
+if {$subport != $name} {
+ depends_lib-append port:gmp port:libmpc port:mpfr
+
+ post-destroot {
+ xinstall -m 644 -W ${worksrcpath} README \
+ ${destroot}${prefix}/share/doc/${subport}
+ }
+}
Property changes on: trunk/dports/python/py-gmpy2/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/20130112/ddba4970/attachment-0001.html>
More information about the macports-changes
mailing list