math/py-gmpy2: Remove bogus python version limitation

PR:		267338
Reported by:	Fredrik Eriksson <freebsd@wb9.se>
This commit is contained in:
Yuri Victorovich 2022-10-30 10:20:48 -07:00
parent d09770ec81
commit 3f165e76c1
2 changed files with 1 additions and 3 deletions

View File

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

View File

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