Page MenuHomeFreeBSD

lang/cython3: add new port (slave of lang/cython)
AbandonedPublic

Authored by jbeich on Apr 5 2016, 2:22 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Mar 10, 2:25 PM
Unknown Object (File)
Sun, Mar 10, 2:25 PM
Unknown Object (File)
Sun, Mar 10, 2:24 PM
Unknown Object (File)
Sun, Mar 10, 2:09 PM
Unknown Object (File)
Jan 10 2024, 2:12 AM
Unknown Object (File)
Jan 10 2024, 2:12 AM
Unknown Object (File)
Jan 7 2024, 1:13 PM
Unknown Object (File)
Dec 22 2023, 9:24 PM

Details

Reviewers
None
Group Reviewers
Python
Summary

Mostly a (poor) example for D5844.

Test Plan

multimedia/vapoursynth needs it for --with-python-module.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 3135
Build 3168: arc lint + arc unit

Event Timeline

jbeich retitled this revision from to lang/cython3: add new port (slave of lang/cython).
jbeich updated this object.
jbeich edited the test plan for this revision. (Show Details)
jbeich added a reviewer: Python.

Drop unnecessary lang/python3 dependency.

If one uses "DEFAULT_VERSIONS= python=3.5", won't lang/cython3
be redundant? And won't it actually conflict with lang/cython? Both
will want to install bin/cython.

Note that Cython produces C code that can be linked against
either Python 2 or Python 3 without modifications (or so I am
told; I never tested this functionality) -- which version of
Python your Cython was built with should not matter as long as
Cython is only used from the command line (it will matter if it
is used as a Python module).

Jan, if you still need lang/cython3 after the above note, we'll
need to make it conflict-free, so that both Python 2 and Python 3
versions could co-exist. I'm not really up to date with our USES
flags; is there one that will do that?

Ah, correct. My testing was flawed, lang/cython works fine with python 3.x C modules and multimedia/vapoursynth in particular.