| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
- Convert to USES=python
PR: 193643
Submitted by: Viltaly Magerya <vmagerya@gmail.com>
Approved by: mentors (implicit)
|
|
|
|
|
| |
PR: 192002
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Pass maintainership to submitter
PR: 188231 [1]
Submitted by: Vitaly Magerya <vmagerya@gmail.com> [1]
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Reported by: pkg-fallout
Approved by: wen (maintainer) via email
|
|
|
|
| |
lang)
|
| |
|
|
|
|
| |
- Trim Makefile headers
|
|
|
|
|
|
| |
PR: ports/172158
Submitted by: olgeni
Approved by: maintainer (private mail)
|
| |
|
|
|
|
|
| |
PR: 167287
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Update my mail address to FreeBSD
Approved by: miwi(mentor)
Feature safe: yes
|
|
|
|
|
| |
PR: 134884
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
|
|
|
|
| |
Approved by: maintainer implicit
|
|
|
|
|
| |
PR: 132663
Submitted by: Wen heping <wenheping@gmail.com> (maintainer)
|
|
|
|
| |
Approved by: maintainer implicit
|
|
|
|
|
| |
PR: 129209
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
|
|
as easy as Python itself. Cython is a source code translator based on
the well-known Pyrex, but supports more cutting edge functionality and
optimizations.
The Cython language is very close to the Python language (and most
Python code is also valid Cython code), but Cython 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 writing glue code for external
C libraries, and for fast C modules that speed up the execution of
Python code.
WWW: http://www.cython.org/
PR: ports/128722
Submitted by: Wen Heping <wenhping at gmail.com>
|