juanfra
2aac2ec76d
Update to cython 0.29.6.
2019-03-01 20:52:33 +00:00
juanfra
8d8bf34681
Update to cython 0.29.5.
2019-02-10 18:58:42 +00:00
juanfra
233b44392f
Update to cython 0.29.4.
2019-02-02 21:12:30 +00:00
juanfra
2275239921
Add PORTHOME.
2019-02-01 21:30:00 +00:00
juanfra
6735e9033e
Update to cython 0.29.3.
2019-01-20 20:11:23 +00:00
danj
52d6f80978
Fix HOMEPAGE
...
ok juanfra@ (maintainer)
2018-12-19 15:46:23 +00:00
juanfra
462edf4fc4
Update to cython 0.29.2.
2018-12-16 00:06:46 +00:00
juanfra
b7bc07332d
Update to cython 0.29.1.
2018-11-24 22:24:49 +00:00
juanfra
afbfcf434a
Update to cython 0.29.
2018-10-22 15:42:42 +00:00
bentley
bd3bc75dfc
Move homepage to https. Unset MASTER_SITES (no-op as MODPY_PI overrides it).
2018-10-17 03:06:03 +00:00
juanfra
ee7a974a8f
Update to cython 0.28.5.
2018-08-06 21:57:52 +00:00
juanfra
c7afed7ab6
Upstream changed recently the optimization level to Os for GCC. It
...
broke the build of the packages which depend of cython on macppc and
probably on other GCC4 arches.
Spotted by landry@ with numpy. Culprit found by daniel@.
2018-08-01 17:11:43 +00:00
juanfra
fb75ec587c
Update to cython 0.28.4.
2018-07-21 19:15:00 +00:00
juanfra
9cfe191bac
Update to cython 0.28.3.
2018-06-03 21:01:50 +00:00
juanfra
f3ac4f2093
Update to cython 0.28.2.
2018-04-25 09:34:53 +00:00
juanfra
0da47bfeb9
Add setuptools_git as dependency. Spotted by naddy@.
2018-03-11 00:18:12 +00:00
juanfra
9fb3ac023c
Update to cython 0.27.3.
2017-11-05 17:16:08 +00:00
juanfra
2ae5086e2c
Update to cython 0.27.2.
2017-10-24 12:21:51 +00:00
juanfra
93b312f7cb
Update to cython 0.27.1.
2017-10-06 20:46:15 +00:00
juanfra
98f7501a70
Add python3 flavor to cython. Help danj@ sthen@. OK sthen@.
2017-09-01 18:08:07 +00:00
ajacoutot
79de4e368c
Regen PLIST to unbreak.
2017-08-31 06:54:04 +00:00
juanfra
b5596e6265
Remove the python3 flavor until I resolve the conflict. Spotted by danj@.
2017-08-31 02:15:33 +00:00
juanfra
1d817cc33f
Update to cython 0.26.1. Add python3 flavor.
2017-08-30 22:43:54 +00:00
juanfra
147a769f34
Update to cython 0.26.
2017-08-01 20:44:18 +00:00
juanfra
a6e6bffce7
Tabs/spaces.
2017-04-24 21:00:27 +00:00
juanfra
90d67947d4
Update to cython 0.25.2. Take maintainership.
2017-04-23 23:11:49 +00:00
danj
f44a7ee7d9
Update to cython-0.25.1
...
bulk by and ok aja@
2016-11-05 10:29:38 +00:00
bentley
56e2d44015
Update to cython-0.23.4.
2015-12-25 02:18:09 +00:00
benoit
a926e628bd
Update cython to 0.19.1.
...
ok bentley@
2013-09-26 07:58:45 +00:00
espie
0662a4e9d6
PERMIT_* / REGRESS->TEST sweep
2013-03-11 11:20:26 +00:00
bentley
a38210dc3d
Update to cython-0.18.
...
ok benoit@
2013-03-06 07:42:54 +00:00
sthen
701ea4d98f
sync wantlib
2012-08-23 19:19:16 +00:00
espie
e820071495
normalize pkgpath
2011-09-16 10:31:20 +00:00
jasper
a089d2238d
- unbreak regress target
2011-07-01 12:41:23 +00:00
rpointel
91fe494c92
Import cython, from James Turner, with few tweaks by me and landry@.
...
ok landry@, benoit@.
Cython is a language that makes writing C extensions for the Python
language as easy as Python itself. Cython is based on the well-known
Pyrex, but supports more cutting edge functionality and optimizations.
The Cython language is very close to the Python language, 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 a language for wrapping external C libraries, and for
fast C modules that speed up the execution of Python code.
2011-06-29 08:27:26 +00:00