blob: b433762d07e17e33be0fd9dbc0a8c0848a72e099 (
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
|
pkgbase = python-calcpy-git
pkgdesc = Terminal calculator and advanced math solver using Python, IPython and SymPy (built from latest commit)
pkgver = 0.1.r242.gd57a728
pkgrel = 2
url = https://github.com/idanpa/calcpy
arch = any
license = MIT
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = ipython
depends = python
depends = python-antlr4
depends = python-dateparser
depends = python-matplotlib
depends = python-numpy
depends = python-pickleshare
depends = python-prompt_toolkit
depends = python-pyperclip
depends = python-requests
depends = python-sympy
depends = python-traitlets
depends = python-tzlocal
provides = calcpy
provides = python-calcpy
provides = python-previewer
conflicts = calcpy
conflicts = python-calcpy
conflicts = python-previewer
source = git+https://github.com/idanpa/calcpy.git
sha256sums = SKIP
pkgname = python-calcpy-git
|