blob: 33edde41da7a38d54ba6ea1ecb7b31ce88f5c69d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
pkgbase = pysingular
pkgdesc = A Python interface to Singular
pkgver = 0.9.7
pkgrel = 1
url = https://github.com/sebasguts/PySingular
arch = i686
arch = x86_64
license = GPL2
makedepends = python-setuptools
depends = python
depends = singular
source = https://github.com/sebasguts/PySingular/archive/v0.9.7.tar.gz
sha512sums = 0c021427f1cbff4136fba1d3280701bd00af003362dd061acf7a607930b483ba36b2fbb085949af5e3219ad3710a5933a470165503e5e0733bcb169bc5536668
pkgname = python-pysingular
|