pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc py-gmpy: remove, replaced by py-gmpy2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f61bbee7db31
branches:  trunk
changeset: 388180:f61bbee7db31
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Nov 14 18:54:26 2022 +0000

description:
py-gmpy: remove, replaced by py-gmpy2

diffstat:

 doc/CHANGES-2022      |   3 ++-
 math/Makefile         |   3 +--
 math/py-gmpy/DESCR    |   6 ------
 math/py-gmpy/Makefile |  26 --------------------------
 math/py-gmpy/PLIST    |   7 -------
 math/py-gmpy/distinfo |   5 -----
 6 files changed, 3 insertions(+), 47 deletions(-)

diffs (91 lines):

diff -r c2d5f242b971 -r f61bbee7db31 doc/CHANGES-2022
--- a/doc/CHANGES-2022  Mon Nov 14 18:53:37 2022 +0000
+++ b/doc/CHANGES-2022  Mon Nov 14 18:54:26 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2022,v 1.5500 2022/11/14 18:51:46 wiz Exp $
+$NetBSD: CHANGES-2022,v 1.5501 2022/11/14 18:54:26 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2022:
 
@@ -8314,3 +8314,4 @@
        Updated lang/wasi-libcxx to 15.0.4 [adam 2022-11-14]
        Updated parallel/openmp to 15.0.4 [adam 2022-11-14]
        Added math/py-gmpy2 version 2.1.2 [wiz 2022-11-14]
+       Removed math/py-gmpy successor math/py-gmpy2 [wiz 2022-11-14]
diff -r c2d5f242b971 -r f61bbee7db31 math/Makefile
--- a/math/Makefile     Mon Nov 14 18:53:37 2022 +0000
+++ b/math/Makefile     Mon Nov 14 18:54:26 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.553 2022/11/14 18:51:28 wiz Exp $
+# $NetBSD: Makefile,v 1.554 2022/11/14 18:54:26 wiz Exp $
 
 COMMENT=       Mathematics
 
@@ -385,7 +385,6 @@
 SUBDIR+=       py-claripy
 SUBDIR+=       py-ephem
 SUBDIR+=       py-fpconst
-SUBDIR+=       py-gmpy
 SUBDIR+=       py-gmpy2
 SUBDIR+=       py-gwcs
 SUBDIR+=       py-infinity
diff -r c2d5f242b971 -r f61bbee7db31 math/py-gmpy/DESCR
--- a/math/py-gmpy/DESCR        Mon Nov 14 18:53:37 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-GMPY is a C-coded Python extension module that provides access to the GMP (or
-MPIR) multiple-precision arithmetic library.
-
-GMPY allows creation of multiprecision integer (mpz), float (mpf),and rational
-(mpq) numbers, conversion between them and to/from Python numbers/strings,
-arithmetic, bitwise, and some other higher-level mathematical operations999.
diff -r c2d5f242b971 -r f61bbee7db31 math/py-gmpy/Makefile
--- a/math/py-gmpy/Makefile     Mon Nov 14 18:53:37 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,26 +0,0 @@
-# $NetBSD: Makefile,v 1.15 2022/01/09 11:58:15 wiz Exp $
-
-DISTNAME=      gmpy-1.17
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
-CATEGORIES=    math python
-MASTER_SITES=  ${MASTER_SITE_PYPI:=g/gmpy/}
-EXTRACT_SUFX=  .zip
-
-MAINTAINER=    kamel.derouiche%gmail.com@localhost
-HOMEPAGE=      https://github.com/aleaxit/gmpy
-COMMENT=       Python library for arbitrary precision arithmetic
-LICENSE=       gnu-lgpl-v2.1
-
-.include "../../lang/python/pyversion.mk"
-do-test:
-.if ${_PYTHON_VERSION} == "27"
-       cd ${WRKSRC}/test && ${SETENV} ${TEST_ENV} ${PYTHONBIN} gmpy_test.py
-.else
-       cd ${WRKSRC}/test3 && ${SETENV} ${TEST_ENV} ${PYTHONBIN} gmpy_test.py
-.endif
-
-BUILDLINK_API_DEPENDS.gmp+=    gmp>=4.2.1
-.include "../../devel/gmp/buildlink3.mk"
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r c2d5f242b971 -r f61bbee7db31 math/py-gmpy/PLIST
--- a/math/py-gmpy/PLIST        Mon Nov 14 18:53:37 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-@comment $NetBSD: PLIST,v 1.6 2022/01/22 14:39:57 wiz Exp $
-${PLIST.py2x}${PYSITELIB}/${EGG_INFODIR}
-${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/gmpy.so
diff -r c2d5f242b971 -r f61bbee7db31 math/py-gmpy/distinfo
--- a/math/py-gmpy/distinfo     Mon Nov 14 18:53:37 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 10:56:01 nia Exp $
-
-BLAKE2s (gmpy-1.17.zip) = 4448664afe928a02fdb7b9a7e99b98d63759b7ce173fd436edae9418be184641
-SHA512 (gmpy-1.17.zip) = f45b9862beffdc74e1e5840ec8ea1a7e15a31518df5e3782f247e98566d7d471fc4105e30d8c90194c714c46b77edfd944192fef6446cd6d60d1e4c304d0b029
-Size (gmpy-1.17.zip) = 147636 bytes



Home | Main Index | Thread Index | Old Index