summaryrefslogtreecommitdiffstats
path: root/rules/host-cython.in
blob: 80a989f3b279bf4eaae09c7ef039a8a45fad7c5d (plain)
1
2
3
4
5
6
7
8
9
10
## SECTION=hosttools_noprompt

config HOST_CYTHON
	tristate
	select HOST_PYTHON
	help
	  Cython is an optimising static compiler for both the Python
	  programming language and the extended Cython programming language
	  (based on Pyrex). It makes writing C extensions for Python as easy
	  as Python itself.