From 3f165e76c1c8f62c121406c7ea6c082d45792750 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sun, 30 Oct 2022 10:20:48 -0700 Subject: [PATCH] math/py-gmpy2: Remove bogus python version limitation PR: 267338 Reported by: Fredrik Eriksson --- math/py-gmpy2/Makefile | 2 +- math/py-gmpy2/pkg-descr | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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 @@ -14,7 +14,7 @@ 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: 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 @@ -3,5 +3,3 @@ 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