summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f8a14b1f91e3fe08ccaaf64d34d7dfa2c480a896 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Maintainer: Will Handley <wh260@cam.ac.uk>
_modulename=fgivenx
pkgname=python-$_modulename
pkgver=1.0.22
pkgrel=1
pkgdesc="Python library for plotting Bayesian Functional Posteriors."
arch=(any)
url="https://github.com/williamjameshandley/fgivenx"
license=('MIT')
groups=()
depends=('python-numpy' 'python-matplotlib' 'python-scipy' 'python-joblib' 'python-mpi4py' 'python-tqdm')
makedepends=('python-setuptools')
provides=()
conflicts=()
replaces=()
backup=()
options=(!emptydirs)
install=
source=('https://github.com/williamjameshandley/fgivenx/archive/1.0.22.tar.gz')
sha256sums=('d674ffaef7e47fd6105a521f2e8f4ee6da61fe8d0bba5d2dd1aeb6739e8fc71a')
package() {
  cd "$srcdir/$_modulename-$pkgver"
  python setup.py install --root="$pkgdir/" --optimize=1
  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
}