notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
cython3 Compiler for Writing C Extensions for the Python Language
3.0.9 lang on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.0.7Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2017-03-22 11:51:20
Last Update: 2024-03-23 14:30:44
Commit Hash: 3dfb226
Also Listed In: python
License: APACHE20
WWW:
https://cython.org/
https://github.com/cython/cython
Description:
Cython is a Python compiler that makes writing C extensions for Python as easy as Python itself. Cython is based on Pyrex, but supports more cutting edge functionality and optimizations. Cython translates Python code to C/C++ code, but additionally supports calling C functions and declaring C types on variables and class attributes. This allows the compiler to generate very efficient C code from Cython code. This makes Cython the ideal language for wrapping external C libraries, and for fast C modules that speed up the execution of Python code.
HomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}cython3>0:lang/cython3@${PY_FLAVOR}
Conflicts:
CONFLICTS_INSTALL:
  • py*-cython
  • py*-cython-devel
Conflicts Matches:
There are no Conflicts Matches for this port. This is usually an error.
To install the port:
cd /usr/ports/lang/cython3/ && make install clean
To add the package, run one of these commands:
  • pkg install lang/cython3
  • pkg install py39-cython3
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py39-cython3 listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-cython3
Package flavors (<flavor>: <package>)
  • py39: py39-cython3
  • py38: py38-cython3
  • py310: py310-cython3
  • py311: py311-cython3
distinfo:
TIMESTAMP = 1710712330 SHA256 (Cython-3.0.9.tar.gz) = a2d354f059d1f055d34cfaa62c5b68bc78ac2ceab6407148d47fb508cf3ba4f3 SIZE (Cython-3.0.9.tar.gz) = 2748462

Packages (timestamps in pop-ups are UTC):
py310-cython3
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.0.83.0.9-3.0.83.0.8---
FreeBSD:13:quarterly3.0.73.0.7-3.0.73.0.73.0.73.0.73.0.7
FreeBSD:14:latest3.0.83.0.8-3.0.83.0.8---
FreeBSD:14:quarterly3.0.73.0.7-3.0.73.0.73.0.73.0.73.0.7
FreeBSD:15:latest3.0.83.0.8n/a3.0.7n/a3.0.73.0.73.0.7
FreeBSD:15:quarterly--n/a-n/a---
 

py311-cython3
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.0.83.0.9-3.0.83.0.8---
FreeBSD:13:quarterly3.0.73.0.7-3.0.73.0.73.0.73.0.73.0.7
FreeBSD:14:latest3.0.83.0.8-3.0.83.0.8---
FreeBSD:14:quarterly3.0.73.0.7-3.0.73.0.73.0.73.0.73.0.7
FreeBSD:15:latest3.0.83.0.8n/a3.0.7n/a3.0.73.0.73.0.7
FreeBSD:15:quarterly--n/a-n/a---
 

py38-cython3
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.0.83.0.9-3.0.83.0.8---
FreeBSD:13:quarterly3.0.73.0.7-3.0.73.0.73.0.73.0.73.0.7
FreeBSD:14:latest3.0.83.0.8-3.0.83.0.8---
FreeBSD:14:quarterly3.0.73.0.7-3.0.73.0.73.0.73.0.73.0.7
FreeBSD:15:latest3.0.83.0.8n/a3.0.7n/a3.0.73.0.73.0.7
FreeBSD:15:quarterly--n/a-n/a---
 

py39-cython3
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.0.83.0.9-3.0.83.0.8---
FreeBSD:13:quarterly3.0.73.0.7-3.0.73.0.73.0.73.0.73.0.7
FreeBSD:14:latest3.0.83.0.8-3.0.83.0.8---
FreeBSD:14:quarterly3.0.73.0.7-3.0.73.0.73.0.73.0.73.0.7
FreeBSD:15:latest3.0.83.0.8n/a3.0.7n/a3.0.73.0.73.0.7
FreeBSD:15:quarterly--n/a-n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-setuptools>=0 : devel/py-setuptools@py39
  2. py39-wheel>=0 : devel/py-wheel@py39
  3. python3.9 : lang/python39
  4. py39-build>=0 : devel/py-build@py39
  5. py39-installer>=0 : devel/py-installer@py39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. python3.9 : lang/python39
This port is required by:
for Build
  1. biology/py-pyrodigal
  2. converters/py-rencode
  3. databases/py-snowflake-connector-python
  4. devel/py-ewah-bool-utils
  5. devel/py-line-profiler
  6. devel/py-pykdtree
  7. graphics/py-pandana
Expand this list (14 items / 7 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. math/py-CyLP
  3. math/py-petsc4py
  4. math/py-slepc4py
  5. math/py-yt
  6. science/py-dwave-samplers
  7. textproc/py-openstep-plist
  8. Collapse this list.

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. devel/py3-libzfs*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
No options to configure
Options name:
lang_cython3
USES:
compiler:c11 python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (3 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/C/Cython/
  2. https://github.com/cython/cython/releases/download/3.0.9/
  3. https://pypi.org/packages/source/C/Cython/
Collapse this list.

Number of commits found: 14

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.0.9
23 Mar 2024 14:30:44
commit hash: 3dfb226c0502d217ab169aec4aca9a74aa41f8c6commit hash: 3dfb226c0502d217ab169aec4aca9a74aa41f8c6commit hash: 3dfb226c0502d217ab169aec4aca9a74aa41f8c6commit hash: 3dfb226c0502d217ab169aec4aca9a74aa41f8c6 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: df73fabc1ed660cccae126c5aee8abc328f82285commit hash: df73fabc1ed660cccae126c5aee8abc328f82285commit hash: df73fabc1ed660cccae126c5aee8abc328f82285commit hash: df73fabc1ed660cccae126c5aee8abc328f82285 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: 33e449e1071fd8cc109bde51a811af4f5398dbf3commit hash: 33e449e1071fd8cc109bde51a811af4f5398dbf3commit hash: 33e449e1071fd8cc109bde51a811af4f5398dbf3commit hash: 33e449e1071fd8cc109bde51a811af4f5398dbf3 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/cython3: Cosmetic change
3.0.7
25 Dec 2023 08:59:24
commit hash: 447f914f561d2e7f6d3d87c93f926017d45aaef7commit hash: 447f914f561d2e7f6d3d87c93f926017d45aaef7commit hash: 447f914f561d2e7f6d3d87c93f926017d45aaef7commit hash: 447f914f561d2e7f6d3d87c93f926017d45aaef7 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: a1b1b6d151fbfc4e29d7634f4d32a23528527af2commit hash: a1b1b6d151fbfc4e29d7634f4d32a23528527af2commit hash: a1b1b6d151fbfc4e29d7634f4d32a23528527af2commit hash: a1b1b6d151fbfc4e29d7634f4d32a23528527af2 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: 98f62c5fb87193663fb74567aed34db48738efc2commit hash: 98f62c5fb87193663fb74567aed34db48738efc2commit hash: 98f62c5fb87193663fb74567aed34db48738efc2commit hash: 98f62c5fb87193663fb74567aed34db48738efc2 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: baaac2f12e68b5a9bf4cf6c7a005b766c60b7f6bcommit hash: baaac2f12e68b5a9bf4cf6c7a005b766c60b7f6bcommit hash: baaac2f12e68b5a9bf4cf6c7a005b766c60b7f6bcommit hash: baaac2f12e68b5a9bf4cf6c7a005b766c60b7f6b files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: 511606cccd6ceb9638d92e655045c2213031a7a9commit hash: 511606cccd6ceb9638d92e655045c2213031a7a9commit hash: 511606cccd6ceb9638d92e655045c2213031a7a9commit hash: 511606cccd6ceb9638d92e655045c2213031a7a9 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: 9ab6753b4e47e77b2b6e809b4e7948afb2f047f7commit hash: 9ab6753b4e47e77b2b6e809b4e7948afb2f047f7commit hash: 9ab6753b4e47e77b2b6e809b4e7948afb2f047f7commit hash: 9ab6753b4e47e77b2b6e809b4e7948afb2f047f7 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
lang/cython3: Add cython3 3.0.2
0.26
30 Nov 2017 15:50:34
Revision:455210Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
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 View all of this commit message)
0.25.2
24 Mar 2017 19:17:45
Revision:436853Original commit files touched by this commit
araujo search for other commits by this committer
Remove a double entry of PKGNAMESUFFIX.

Reported by:	mat@
0.25.2
24 Mar 2017 18:30:47
Revision:436848Original commit files touched by this commit
araujo search for other commits by this committer
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
Revision:436722Original commit files touched by this commit
antoine search for other commits by this committer
Fix PKGNAME collison between lang/cython and lang/cython3
0.25.2
22 Mar 2017 11:51:10
Revision:436690Original commit files touched by this commit
araujo search for other commits by this committer
Create a python3 version of lang/cython.

Number of commits found: 14