blob: 6888a25288725f370b40abf3790eac6289ff9e04 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = python-asteval
pkgdesc = Minimalistic evaluator of python expression using ast module
pkgver = 1.0.9
pkgrel = 1
url = https://github.com/lmfit/asteval
arch = any
license = MIT
checkdepends = python-pytest
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-setuptools-scm
makedepends = python-wheel
depends = python-numpy
source = asteval::git+https://github.com/lmfit/asteval#tag=1.0.9
b2sums = 0e9de863014dea6c5476cada0d9bc09fbf6d16f861d11979308d8f6221ef217eb811c9fcc025bfb5caa54aa786c566c300639fdb2a570fe85d2d597c55b1beba
pkgname = python-asteval
|