pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/py-gmpy Improve comment and description.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3f4306cad534
branches:  trunk
changeset: 629608:3f4306cad534
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Fri Jan 24 09:16:18 2014 +0000

description:
Improve comment and description.

diffstat:

 math/py-gmpy/DESCR    |  5 ++++-
 math/py-gmpy/Makefile |  4 ++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r d19c3f617773 -r 3f4306cad534 math/py-gmpy/DESCR
--- a/math/py-gmpy/DESCR        Fri Jan 24 08:36:57 2014 +0000
+++ b/math/py-gmpy/DESCR        Fri Jan 24 09:16:18 2014 +0000
@@ -1,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 -r d19c3f617773 -r 3f4306cad534 math/py-gmpy/Makefile
--- a/math/py-gmpy/Makefile     Fri Jan 24 08:36:57 2014 +0000
+++ b/math/py-gmpy/Makefile     Fri Jan 24 09:16:18 2014 +0000
@@ -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 @@
 
 MAINTAINER=    kamel.derouiche%gmail.com@localhost
 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



Home | Main Index | Thread Index | Old Index