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

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