math/py-gmpy2: Remove bogus python version limitation
PR: 267338 Reported by: Fredrik Eriksson <freebsd@wb9.se>
This commit is contained in:
parent
d09770ec81
commit
3f165e76c1
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user