diff options
-rw-r--r-- | math/py-gmpy/DESCR | 5 | ||||
-rw-r--r-- | math/py-gmpy/Makefile | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/math/py-gmpy/DESCR b/math/py-gmpy/DESCR index 79aab959d49..e89686b809c 100644 --- a/math/py-gmpy/DESCR +++ b/math/py-gmpy/DESCR @@ -1 +1,4 @@ -Library for arbitrary precision arithmetic wirtten by Python +GMPY and GMPY2 are C-coded Python extension modules that support fast +multiple-precision arithmetic. GMPY only supports the GMP library and +provides fast multiple-precision integer and rational arithmetic. The +limited mpf type from GMP is also supported. diff --git a/math/py-gmpy/Makefile b/math/py-gmpy/Makefile index 38714905b16..cd55c294820 100644 --- a/math/py-gmpy/Makefile +++ b/math/py-gmpy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2012/09/11 23:04:31 asau Exp $ +# $NetBSD: Makefile,v 1.6 2014/01/24 09:16:18 jperkin Exp $ # DISTNAME= gmpy-1.15 @@ -9,7 +9,7 @@ EXTRACT_SUFX= .zip MAINTAINER= kamel.derouiche@gmail.com HOMEPAGE= http://code.google.com/p/gmpy -COMMENT= Library for arbitrary precision arithmetic wirtten by Python +COMMENT= Python library for arbitrary precision arithmetic LICENSE= gnu-lgpl-v2.1 PYTHON_VERSIONS_INCLUDE_3X= yes |