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

config HOST_CYTHON
	tristate
	default ALLYES
	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.