blob: 87df699f8d215b3745981d30cb5513323c045703 (
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-nestle
pkgdesc = Nested sampling algorithms for evaluating Bayesian evidence
pkgver = 0.2.1
pkgrel = 3
url = http://kylebarbary.com/nestle/
arch = any
license = MIT
checkdepends = python-pytest
checkdepends = python-scipy
makedepends = python-setuptools
makedepends = python-wheel
makedepends = python-build
makedepends = python-installer
source = https://files.pythonhosted.org/packages/source/n/nestle/nestle-0.2.1.tar.gz
source = 0.2.1-runtest.py::https://github.com/kbarbary/nestle/raw/v0.2.1/runtests.py
md5sums = 3664c340604d9ac34fbadd86e42bc019
md5sums = 48d8310372e774fd0cc8479288ba0284
pkgname = python-nestle
depends = python-numpy>=1.20
optdepends = python-scipy
optdepends = python-nestle-doc: Documentation for Nestle
|