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

config HOST_CYTHON3
	tristate
	default ALLYES
	select HOST_PYTHON3
	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.