git: 3f165e76c1c8 - main - math/py-gmpy2: Remove bogus python version limitation
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 30 Oct 2022 17:21:59 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3f165e76c1c8f62c121406c7ea6c082d45792750
commit 3f165e76c1c8f62c121406c7ea6c082d45792750
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-10-30 17:20:48 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-10-30 17:20:48 +0000
math/py-gmpy2: Remove bogus python version limitation
PR: 267338
Reported by: Fredrik Eriksson <freebsd@wb9.se>
---
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