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

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