blob: 18beddff7514e93701fc1a05bbbd5af0a120b242 (
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
|
pkgbase = ipython-git
pkgdesc = An enhanced Interactive Python shell - git version
pkgver = 8.1.1.r17.g47ccec77b
pkgrel = 1
url = https://ipython.org
arch = any
license = BSD
makedepends = python-setuptools
depends = python
depends = python-traitlets
depends = python-pexpect
depends = sqlite
depends = python-pickleshare
depends = python-prompt_toolkit
depends = python-jedi
depends = python-pygments
depends = python-backcall
depends = python-stack-data
depends = python-executing
depends = python-asttokens
depends = python-pure-eval
optdepends = python-nose: for IPython's test suite
provides = ipython
conflicts = ipython
source = git+https://github.com/ipython/ipython.git
source = ipython.png
md5sums = SKIP
md5sums = 2901d65f1b1fe354e72850085cd1c072
pkgname = ipython-git
|