summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2014-01-24 09:16:18 +0000
committerjperkin <jperkin@pkgsrc.org>2014-01-24 09:16:18 +0000
commit7729a7deeafba817db640414f5ccd5200a1a97ec (patch)
treec9f678191f318e2ce977e484d22709095e179371 /math
parent0f338730181f891342dafffc42418d912fe9019c (diff)
downloadpkgsrc-7729a7deeafba817db640414f5ccd5200a1a97ec.tar.gz
Improve comment and description.
Diffstat (limited to 'math')
-rw-r--r--math/py-gmpy/DESCR5
-rw-r--r--math/py-gmpy/Makefile4
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