py-gmpy: remove, replaced by py-gmpy2

This commit is contained in:
wiz 2022-11-14 18:54:26 +00:00
parent 3ac1139b4a
commit 319bdbaedf
6 changed files with 3 additions and 47 deletions

View file

@ -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 @@ Changes to the packages collection and infrastructure in 2022:
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]

View file

@ -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-cdecimal
SUBDIR+= py-claripy
SUBDIR+= py-ephem
SUBDIR+= py-fpconst
SUBDIR+= py-gmpy
SUBDIR+= py-gmpy2
SUBDIR+= py-gwcs
SUBDIR+= py-infinity

View file

@ -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.

View file

@ -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
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"

View file

@ -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

View file

@ -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