pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-gmpy2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Nov 14 18:50:34 UTC 2022

Added Files:
        pkgsrc/math/py-gmpy2: DESCR Makefile PLIST distinfo

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/py-gmpy2/DESCR \
    pkgsrc/math/py-gmpy2/Makefile pkgsrc/math/py-gmpy2/PLIST \
    pkgsrc/math/py-gmpy2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/math/py-gmpy2/DESCR
diff -u /dev/null pkgsrc/math/py-gmpy2/DESCR:1.1
--- /dev/null   Mon Nov 14 18:50:34 2022
+++ pkgsrc/math/py-gmpy2/DESCR  Mon Nov 14 18:50:34 2022
@@ -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).
Index: pkgsrc/math/py-gmpy2/Makefile
diff -u /dev/null pkgsrc/math/py-gmpy2/Makefile:1.1
--- /dev/null   Mon Nov 14 18:50:34 2022
+++ pkgsrc/math/py-gmpy2/Makefile       Mon Nov 14 18:50:34 2022
@@ -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"
Index: pkgsrc/math/py-gmpy2/PLIST
diff -u /dev/null pkgsrc/math/py-gmpy2/PLIST:1.1
--- /dev/null   Mon Nov 14 18:50:34 2022
+++ pkgsrc/math/py-gmpy2/PLIST  Mon Nov 14 18:50:34 2022
@@ -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
Index: pkgsrc/math/py-gmpy2/distinfo
diff -u /dev/null pkgsrc/math/py-gmpy2/distinfo:1.1
--- /dev/null   Mon Nov 14 18:50:34 2022
+++ pkgsrc/math/py-gmpy2/distinfo       Mon Nov 14 18:50:34 2022
@@ -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