summaryrefslogtreecommitdiffstats
path: root/rules/python3-ipython.in
blob: a3709a811f4976dc7609d4b40f8844ac68ca007e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## SECTION=python3

config PYTHON3_IPYTHON
	tristate
	select PYTHON3
	select PYTHON3_READLINE		if RUNTIME
	select PYTHON3_DISTUTILS	if RUNTIME
	select PYTHON3_IPYTHON_GENUTILS if RUNTIME
	select PYTHON3_TRAITLETS	if RUNTIME
	select PYTHON3_DECORATOR	if RUNTIME
	select PYTHON3_PATH_PY		if RUNTIME
	select PYTHON3_PEXPECT		if RUNTIME
	select PYTHON3_PICKLESHARE	if RUNTIME
	select PYTHON3_PTYPROCESS	if RUNTIME
	select PYTHON3_SIMPLEGENERIC	if RUNTIME
	prompt "ipython"
	help
	  IPython: Productive Interactive Computing