NOTICE: This package has been removed from pkgsrc

./wip/py-gmpy2, GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2.0.5, Package name: py310-gmpy2-2.0.5, Maintainer: jihbed.research

gmpy2 is a C-coded Python extension module that supports multiple-precision
arithmetic. gmpy2 is the successor to the original gmpy module. The gmpy module
only supported the GMP multiple-precision library. gmpy2 adds support for the
MPFR (correctly rounded real floating-point arithmetic) and MPC (correctly
rounded complex floating-point arithmetic) libraries. gmpy2 also updates the
API and naming conventions to be more consistent and support the additional
functionality


Required to run:
[math/mpfr] [devel/gmp] [math/mpcomplex] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: b9ed105aa41ca4a2a0db71798ffddcf17d01cc41
Filesize: 273.989 KB

Version history: (Expand)


CVS history: (Expand)


   2015-04-14 13:56:20 by Thomas Klausner | Files touched by this commit (27)
Log message:
Cleanup after python-2.6 removal.
   2015-02-14 16:08:42 by Kamel Ibn Aziz Derouiche | Files touched by this commit (4) | Package updated
Log message:
Import py27-gmpy2-2.0.5 as wip/py-gmpy2.

gmpy2 is a C-coded Python extension module that supports multiple-precision
arithmetic. gmpy2 is the successor to the original gmpy module. The gmpy module
only supported the GMP multiple-precision library. gmpy2 adds support for the
MPFR (correctly rounded real floating-point arithmetic) and MPC (correctly
rounded complex floating-point arithmetic) libraries. gmpy2 also updates the
API and naming conventions to be more consistent and support the additional
functionality