blob: 5956e6dbbaa2de77baffc6f6a37cfd4481965005 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
pkgbase = python-asteval-git
pkgdesc = Minimalistic evaluator of python expression using ast module
pkgver = 1.0.4.r4.g36dc5f1
pkgrel = 1
url = https://github.com/lmfit/asteval
arch = any
license = MIT
checkdepends = python-pytest-cov
checkdepends = python-numpy
checkdepends = tk
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools-scm
makedepends = python-wheel
depends = python
provides = python-asteval
conflicts = python-asteval
source = git+https://github.com/lmfit/asteval.git
sha512sums = SKIP
pkgname = python-asteval-git
|