Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.0.12 17 Feb 2025 20:50:32
    |
Po-Chuan Hsieh (sunpoet)  |
lang/cython3: Update to 3.0.12
Changes: https://github.com/cython/cython/releases
https://github.com/cython/cython/blob/master/CHANGES.rst |
3.0.11 15 Aug 2024 10:55:28
    |
Po-Chuan Hsieh (sunpoet)  |
lang/cython3: Update to 3.0.11
Changes: https://github.com/cython/cython/releases
https://github.com/cython/cython/blob/master/CHANGES.rst |
3.0.10 31 Mar 2024 18:50:52
    |
Po-Chuan Hsieh (sunpoet)  |
lang/cython3: Update to 3.0.10
Changes: https://github.com/cython/cython/releases
https://github.com/cython/cython/blob/master/CHANGES.rst |
3.0.9 23 Mar 2024 14:30:44
    |
Po-Chuan Hsieh (sunpoet)  |
lang/cython3: Update to 3.0.9
Changes: https://github.com/cython/cython/releases
https://github.com/cython/cython/blob/master/CHANGES.rst |
3.0.8 09 Mar 2024 14:05:25
    |
Po-Chuan Hsieh (sunpoet)  |
lang/cython3: Update to 3.0.8
- Convert to USE_PYTHON=pep517
Changes: https://github.com/cython/cython/releases
https://github.com/cython/cython/blob/master/CHANGES.rst |
3.0.7 21 Feb 2024 15:06:32
    |
Po-Chuan Hsieh (sunpoet)  |
lang/cython3: Cosmetic change |
3.0.7 25 Dec 2023 08:59:24
    |
Po-Chuan Hsieh (sunpoet)  |
lang/cython3: Update to 3.0.7
Changes: https://github.com/cython/cython/releases
https://github.com/cython/cython/blob/master/CHANGES.rst |
3.0.6 27 Nov 2023 18:07:48
    |
Po-Chuan Hsieh (sunpoet)  |
lang/cython3: Update to 3.0.6
Changes: https://github.com/cython/cython/blob/master/CHANGES.rst |
3.0.5 02 Nov 2023 07:37:20
    |
Po-Chuan Hsieh (sunpoet)  |
lang/cython3: Update to 3.0.5
Changes: https://github.com/cython/cython/blob/master/CHANGES.rst |
3.0.4 01 Nov 2023 01:56:58
    |
Po-Chuan Hsieh (sunpoet)  |
lang/cython3: Update to 3.0.4
Changes: https://github.com/cython/cython/blob/master/CHANGES.rst |
3.0.3 08 Oct 2023 11:54:10
    |
Po-Chuan Hsieh (sunpoet)  |
lang/cython3: Update to 3.0.3
Changes: https://github.com/cython/cython/blob/master/CHANGES.rst |
3.0.2 11 Sep 2023 02:56:51
    |
Po-Chuan Hsieh (sunpoet)  |
lang/cython3: Add cython3 3.0.2 |
0.26 30 Nov 2017 15:50:34
  |
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
0.25.2 24 Mar 2017 19:17:45
  |
araujo  |
Remove a double entry of PKGNAMESUFFIX.
Reported by: mat@ |
0.25.2 24 Mar 2017 18:30:47
  |
araujo  |
Make cython and cython3 co-exist.
Reported by: jbeich@
Differential Revision: https://reviews.freebsd.org/D5845 (based on) |
0.25.2 22 Mar 2017 19:30:12
  |
antoine  |
Fix PKGNAME collison between lang/cython and lang/cython3 |
0.25.2 22 Mar 2017 11:51:10
  |
araujo  |
Create a python3 version of lang/cython. |