aboutsummaryrefslogtreecommitdiffstats
path: root/lang/cython
Commit message (Collapse)AuthorAgeFilesLines
* lang/cython: update 0.20.2 -> 0.21robak2014-09-242-6/+5
| | | | | | | | - Convert to USES=python PR: 193643 Submitted by: Viltaly Magerya <vmagerya@gmail.com> Approved by: mentors (implicit)
* lang/cython: update to 0.20.2wg2014-08-022-3/+3
| | | | | PR: 192002 Submitted by: maintainer
* - Update to 0.20.1 [1]wen2014-04-052-5/+6
| | | | | | | | - Add LICENSE - Pass maintainership to submitter PR: 188231 [1] Submitted by: Vitaly Magerya <vmagerya@gmail.com> [1]
* Do not depend on both py-setuptools and py-setuptoolsXXantoine2014-03-091-2/+0
|
* - Stage supportmiwi2014-02-142-470/+1
|
* - Bump PORTREVISION after latest commit.avilla2014-01-061-0/+1
|
* - Add py-setuptools to RUN_DEPENDS.avilla2014-01-061-0/+2
| | | | | Reported by: pkg-fallout Approved by: wen (maintainer) via email
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | lang)
* - Update to 0.19.1wen2013-07-193-4/+4
|
* - Update to 0.19wen2013-05-013-8/+10
| | | | - Trim Makefile headers
* Upgrade to version 0.17.1.olgeni2012-09-302-3/+3
| | | | | | PR: ports/172158 Submitted by: olgeni Approved by: maintainer (private mail)
* - Update to 0.17wen2012-09-043-3/+18
|
* - Update to 0.16wen2012-04-253-6/+41
| | | | | PR: 167287 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* - Update to 0.15.1wen2011-10-262-3/+3
|
* - Update to 0.15wen2011-08-163-6/+22
|
* - Update to 0.14.1wen2011-02-133-3/+5
|
* - Update to 0.14wen2010-12-153-4/+64
|
* - Update to 0.13wen2010-09-083-187/+250
|
* - Update to 0.12.1wen2010-02-023-28/+5
|
* - Update to 0.12wen2009-11-243-6/+22
|
* - Update to 0.11.3wen2009-09-273-6/+5
| | | | | | | - Update my mail address to FreeBSD Approved by: miwi(mentor) Feature safe: yes
* - Update to 0.11.2miwi2009-05-292-4/+4
| | | | | PR: 134884 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
* - Update to 0.11.1miwi2009-05-022-4/+4
| | | | Approved by: maintainer implicit
* - Update to 0.11miwi2009-03-163-5/+22
| | | | | PR: 132663 Submitted by: Wen heping <wenheping@gmail.com> (maintainer)
* - Update to 0.10.3miwi2008-12-272-4/+4
| | | | Approved by: maintainer implicit
* - Update to 0.10.2miwi2008-12-022-4/+4
| | | | | PR: 129209 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
* The Cython language makes writing C extensions for the Python languagemiwi2008-11-104-0/+302
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>