pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/py-gmpy2 math/py-gmpy2: import py-gmpy2-2.1.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ee1537c87a2a
branches:  trunk
changeset: 388175:ee1537c87a2a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Nov 14 18:50:34 2022 +0000

description:
math/py-gmpy2: import py-gmpy2-2.1.2

gmpy2 is an optimized, C-coded Python extension module that supports
fast multiple-precision arithmetic. gmpy2 is based on the original
gmpy module. gmpy2 adds support for correctly rounded multiple-precision
real arithmetic (using the MPFR library) and complex arithmetic
(using the MPC library).

diffstat:

 math/py-gmpy2/DESCR    |   5 +++++
 math/py-gmpy2/Makefile |  19 +++++++++++++++++++
 math/py-gmpy2/PLIST    |  13 +++++++++++++
 math/py-gmpy2/distinfo |   5 +++++
 4 files changed, 42 insertions(+), 0 deletions(-)

diffs (58 lines):

diff -r e81dff3c9d6b -r ee1537c87a2a math/py-gmpy2/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/py-gmpy2/DESCR       Mon Nov 14 18:50:34 2022 +0000
@@ -0,0 +1,5 @@
+gmpy2 is an optimized, C-coded Python extension module that supports
+fast multiple-precision arithmetic. gmpy2 is based on the original
+gmpy module. gmpy2 adds support for correctly rounded multiple-precision
+real arithmetic (using the MPFR library) and complex arithmetic
+(using the MPC library).
diff -r e81dff3c9d6b -r ee1537c87a2a math/py-gmpy2/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/py-gmpy2/Makefile    Mon Nov 14 18:50:34 2022 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2022/11/14 18:50:34 wiz Exp $
+
+DISTNAME=      gmpy2-2.1.2
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    math
+MASTER_SITES=  ${MASTER_SITE_PYPI:=g/gmpy2/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/aleaxit/gmpy
+COMMENT=       Interface to GMP/MPIR, MPFR, and MPC for Python
+LICENSE=       gnu-lgpl-v3
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+.include "../../devel/gmp/buildlink3.mk"
+.include "../../math/mpcomplex/buildlink3.mk"
+.include "../../math/mpfr/buildlink3.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e81dff3c9d6b -r ee1537c87a2a math/py-gmpy2/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/py-gmpy2/PLIST       Mon Nov 14 18:50:34 2022 +0000
@@ -0,0 +1,13 @@
+@comment $NetBSD: PLIST,v 1.1 2022/11/14 18:50:34 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/gmpy2/__init__.pxd
+${PYSITELIB}/gmpy2/__init__.py
+${PYSITELIB}/gmpy2/__init__.pyc
+${PYSITELIB}/gmpy2/__init__.pyo
+${PYSITELIB}/gmpy2/gmpy2.h
+${PYSITELIB}/gmpy2/gmpy2.pxd
+${PYSITELIB}/gmpy2/gmpy2.so
diff -r e81dff3c9d6b -r ee1537c87a2a math/py-gmpy2/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/py-gmpy2/distinfo    Mon Nov 14 18:50:34 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/11/14 18:50:34 wiz Exp $
+
+BLAKE2s (gmpy2-2.1.2.tar.gz) = 9e8ccf70a8fda6aed000603f1e58b4504051abc828b014595ed4af4946a3a734
+SHA512 (gmpy2-2.1.2.tar.gz) = abfeb0d8a155235e3aa797ca7b34ab6947f0714273e9d381167a9f6273bad34689e1985c139080b146e072b5bfbb4fa2b937566a14f4b94cc09ed21b3f2082b7
+Size (gmpy2-2.1.2.tar.gz) = 258445 bytes



Home | Main Index | Thread Index | Old Index