blob: 0c0590fc529959a96380a439805857fdc4bf5f1b (
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
pkgbase = ptpython
pkgdesc = Python REPL build on top of prompt_toolkit
pkgver = 2.0.4
pkgrel = 3
url = https://github.com/jonathanslenders/ptpython
arch = any
license = BSD
makedepends = python-setuptools
makedepends = python2-setuptools
source = https://files.pythonhosted.org/packages/source/p/ptpython/ptpython-2.0.4.tar.gz
sha256sums = ebe9d68ea7532ec8ab306d4bdc7ec393701cd9bbd6eff0aa3067c821f99264d4
pkgname = ptpython
depends = python-docopt
depends = python-jedi>=0.9.0
depends = python-prompt_toolkit>=2.0.6
depends = python-pygments
optdepends = ipython: ptipython (ptpython + ipython)
provides = ptpython3
pkgname = ptpython2
depends = python2-docopt
depends = python2-jedi>=0.9.0
depends = python2-prompt_toolkit>=2.0.6
depends = python2-pygments
optdepends = ipython2: ptipython2 (ptpython2 + ipython2)
pkgbase = ptpython
pkgdesc = Python REPL build on top of prompt_toolkit
pkgver = 2.0.5
pkgrel = 1
url = https://github.com/jonathanslenders/ptpython
arch = any
license = BSD
makedepends = python-setuptools
makedepends = python2-setuptools
source = https://files.pythonhosted.org/packages/source/p/ptpython/ptpython-2.0.5.tar.gz
sha256sums = e6e6d581b0a6f64dd4fe19f034a99013a898d08df378a41b45f017a4eff0c95c
pkgname = ptpython
depends = python-docopt
depends = python-jedi>=0.9.0
depends = python-prompt_toolkit>=2.0.6
depends = python-pygments
optdepends = ipython: ptipython (ptpython + ipython)
provides = ptpython3
pkgname = ptpython2
depends = python2-docopt
depends = python2-jedi>=0.9.0
depends = python2-prompt_toolkit>=2.0.6
depends = python2-pygments
optdepends = ipython2: ptipython2 (ptpython2 + ipython2)
|