diff --git a/math/py-gmpy2/Makefile b/math/py-gmpy2/Makefile index deb5b4159d10..4ab3edd9b26c 100644 --- a/math/py-gmpy2/Makefile +++ b/math/py-gmpy2/Makefile @@ -1,23 +1,23 @@ PORTNAME= gmpy2 DISTVERSION= 2.1.2 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= GMP/MPIR, MPFR, and MPC interface to Python WWW= https://pypi.org/project/gmpy2/ LICENSE= GPLv3 LIB_DEPENDS= libgmp.so:math/gmp \ libmpc.so:math/mpc \ libmpfr.so:math/mpfr -USES= localbase python:3.6-3.9 +USES= localbase python USE_PYTHON= distutils autoplist post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/gmpy2/gmpy2*.so .include diff --git a/math/py-gmpy2/pkg-descr b/math/py-gmpy2/pkg-descr index 50ce715e5c8c..1ed4aecddc7c 100644 --- a/math/py-gmpy2/pkg-descr +++ b/math/py-gmpy2/pkg-descr @@ -1,7 +1,5 @@ C-coded Python extension module that supports multiple-precision arithmetic. In addition to supporting GMP or MPIR for multiple-precision integer and rational arithmetic, gmpy2 adds support for the MPFR (correctly rounded real floating-point arithmetic) and MPC (correctly rounded complex floating-point arithmetic) libraries. - -See also: https://github.com/aleaxit/gmpy/releases