summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 4c770f5ceb984877387672501289a04e443e9045 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pkgbase = python-questplus
	pkgdesc = This is a simple implementation of the QUEST+ algorithm in Python
	pkgver = 2019.4
	pkgrel = 1
	url = https://github.com/hoechenberger/questplus
	arch = any
	license = GPL-3.0
	makedepends = python-setuptools
	depends = python
	depends = python-json-tricks
	depends = python-scipy
	depends = python-xarray
	source = https://github.com/hoechenberger/questplus/archive/2019.4.tar.gz
	md5sums = 510213f181df17d1194159b66307f9de

pkgname = python-questplus