| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
2.1.0.b5_1 22 Apr 2022 10:07:02
    |
Thierry Thomas (thierry)  |
math/py-gmpy2-devel: remove
No more use for this port: it can be superseded by the regular math/py-gmpy2. |
2.1.0.b5_1 10 Nov 2021 16:33:07
    |
Dmitry Marakasov (amdmi3)  |
math/py-gmpy2-devel: fix build with PYTHON_DEFAULT <3.7 >3.9
- Explicitly specify correct sphinx-build binary to use.
Use versioned binary, as unversioned one may not be available
(such as when building with default python=3.10; in this case
PY_FLAVOR is py38 as this port does not yet support python 3.10,
so it pulls sphinx-build@py38 which does not install sphinx-build
as 3.8 is not default python version).
- Fix LICENSE and add LICENSE_FILE
- Do not try to install docs in build phase
Approved by: portmgr blanket |
2.1.0.b5_1 01 Nov 2021 13:59:09
    |
Dmitry Marakasov (amdmi3)  |
math/py-gmpy2-devel: limit supported python versions
./src/gmpy2_hash.c:150:20: error: use of undeclared identifier '_PyHASH_NAN'
return _PyHASH_NAN;
Approved by: portmgr blanket |
2.1.0.b5_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.1.0.b5_1 21 Mar 2021 09:57:05
  |
gerald  |
Update to MPC version 1.2.0 with the following changes:
- New functions:
. mpc_sum
. mpc_dot
- Several functions are more robust with a reduced exponent range
(for example corresponding to IEEE 754 binary formats).
- New mpcheck tool for comparison with the native C library (which
is not installed by default).
Bump all directly dependent ports. Do not bump those indirectly
dependent via the lang/gcc* family since their run-time dependencies
and code generated should not be affected.
PR: 249950
Submitted by: wen |
2.1.0.b5 14 Mar 2021 16:14:03
  |
kai  |
math/py-gmpy2-devel: Fix packaging with Python 3.8
PR: 253815
Approved by: python (with hat) |
2.1.0.b5 14 Jan 2021 14:34:38
  |
dbaio  |
Remove PY_SPHINX from ports using Python 3
Approved by: portmgr blanket
Differential Revision: https://reviews.freebsd.org/D28093 |
2.1.0.b5 02 Aug 2020 20:19:38
  |
thierry  |
Upgrade to 2.1.0b5.
Release notes at <https://github.com/aleaxit/gmpy/releases/tag/gmpy2-2.1.0b5>. |
2.1.0.b4 20 May 2020 15:49:37
  |
mat  |
Regular USE_GITHUB cleanup. |
2.1.0.b4 17 May 2020 20:28:46
  |
thierry  |
Gmpy2 is lagging for some time, and meanwhile, pplpy and SageMath require
functonnalities only available from the pre-release versions. |