aboutsummaryrefslogtreecommitdiff
path: root/lang/cython
Commit message (Collapse)AuthorAgeFilesLines
* Update to upstream version 0.23Thomas Zander2015-08-202-3/+3
| | | | | | | | PR: 202387 Submitted by: vmagerya@gmail.com (maintainer) Notes: svn path=/head/; revision=394876
* - Update to 0.22 [1]Jan Beich2015-02-192-3/+7
| | | | | | | | | | | | | | - Strip C modules [2] - Mark py-kivy as BROKEN [3] PR: 197375 [1] PR: 197776 [2] Submitted by: Viltaly Magerya <vmagerya@gmail.com> (maintainer) [1] Approved by: Viltaly Magerya <vmagerya@gmail.com> (maintainer) [2] Approved by: dbn (maintainer) [3] Notes: svn path=/head/; revision=379335
* lang/cython: update 0.20.2 -> 0.21Bartek Rutkowski2014-09-242-6/+5
| | | | | | | | | | | - Convert to USES=python PR: 193643 Submitted by: Viltaly Magerya <vmagerya@gmail.com> Approved by: mentors (implicit) Notes: svn path=/head/; revision=369166
* lang/cython: update to 0.20.2William Grzybowski2014-08-012-3/+3
| | | | | | | | PR: 192002 Submitted by: maintainer Notes: svn path=/head/; revision=363760
* - Update to 0.20.1 [1]Wen Heping2014-04-052-5/+6
| | | | | | | | | | | - Add LICENSE - Pass maintainership to submitter PR: 188231 [1] Submitted by: Vitaly Magerya <vmagerya@gmail.com> [1] Notes: svn path=/head/; revision=350194
* Do not depend on both py-setuptools and py-setuptoolsXXAntoine Brodin2014-03-081-2/+0
| | | | Notes: svn path=/head/; revision=347530
* - Stage supportMartin Wilke2014-02-142-470/+1
| | | | Notes: svn path=/head/; revision=344262
* - Bump PORTREVISION after latest commit.Alberto Villa2014-01-051-0/+1
| | | | Notes: svn path=/head/; revision=338830
* - Add py-setuptools to RUN_DEPENDS.Alberto Villa2014-01-051-0/+2
| | | | | | | | Reported by: pkg-fallout Approved by: wen (maintainer) via email Notes: svn path=/head/; revision=338829
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* - Update to 0.19.1Wen Heping2013-07-193-4/+4
| | | | Notes: svn path=/head/; revision=323271
* - Update to 0.19Wen Heping2013-05-013-8/+10
| | | | | | | - Trim Makefile headers Notes: svn path=/head/; revision=317011
* Upgrade to version 0.17.1.Jimmy Olgeni2012-09-292-3/+3
| | | | | | | | | PR: ports/172158 Submitted by: olgeni Approved by: maintainer (private mail) Notes: svn path=/head/; revision=305054
* - Update to 0.17Wen Heping2012-09-043-3/+18
| | | | Notes: svn path=/head/; revision=303643
* - Update to 0.16Wen Heping2012-04-253-6/+41
| | | | | | | | PR: 167287 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Notes: svn path=/head/; revision=295507
* - Update to 0.15.1Wen Heping2011-10-262-3/+3
| | | | Notes: svn path=/head/; revision=284326
* - Update to 0.15Wen Heping2011-08-163-6/+22
| | | | Notes: svn path=/head/; revision=279790
* - Update to 0.14.1Wen Heping2011-02-133-3/+5
| | | | Notes: svn path=/head/; revision=269045
* - Update to 0.14Wen Heping2010-12-153-4/+64
| | | | Notes: svn path=/head/; revision=266315
* - Update to 0.13Wen Heping2010-09-083-187/+250
| | | | Notes: svn path=/head/; revision=260734
* - Update to 0.12.1Wen Heping2010-02-023-28/+5
| | | | Notes: svn path=/head/; revision=249089
* - Update to 0.12Wen Heping2009-11-243-6/+22
| | | | Notes: svn path=/head/; revision=244710
* - Update to 0.11.3Wen Heping2009-09-273-6/+5
| | | | | | | | | | - Update my mail address to FreeBSD Approved by: miwi(mentor) Feature safe: yes Notes: svn path=/head/; revision=242161
* - Update to 0.11.2Martin Wilke2009-05-292-4/+4
| | | | | | | | PR: 134884 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=234771
* - Update to 0.11.1Martin Wilke2009-05-012-4/+4
| | | | | | | Approved by: maintainer implicit Notes: svn path=/head/; revision=233086
* - Update to 0.11Martin Wilke2009-03-153-5/+22
| | | | | | | | PR: 132663 Submitted by: Wen heping <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=230160
* - Update to 0.10.3Martin Wilke2008-12-262-4/+4
| | | | | | | Approved by: maintainer implicit Notes: svn path=/head/; revision=224835
* - Update to 0.10.2Martin Wilke2008-12-012-4/+4
| | | | | | | | PR: 129209 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=223684
* The Cython language makes writing C extensions for the Python languageMartin Wilke2008-11-094-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> Notes: svn path=/head/; revision=222650