summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 5aef557242c159d7bfa5f860860e23338db364fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Generated by mksrcinfo v8
# Thu Jan 14 03:57:00 UTC 2016
pkgbase = ptpython
	pkgdesc = Python REPL build on top of prompt_toolkit
	pkgver = 0.28
	pkgrel = 1
	url = https://github.com/jonathanslenders/ptpython
	arch = any
	license = BSD
	makedepends = python-setuptools
	makedepends = python2-setuptools
	source = https://pypi.python.org/packages/source/p/ptpython/ptpython-0.28.tar.gz
	sha256sums = f4bc7c4b129925be316c60669b5c0a5cc97edc0fb381fd007aa0ecc81758ee1d

pkgname = ptpython
	depends = python-prompt_toolkit==0.57
	depends = python-jedi>=0.9.0
	depends = python-docopt
	optdepends = ipython: ptipython (ptpython + ipython)

pkgname = ptpython2
	depends = python2-prompt_toolkit==0.57
	depends = python2-jedi>=0.9.0
	depends = python2-docopt
	optdepends = ipython2: ptipython2 (ptpython2 + ipython2)