blob: b82911d4eb025a019970446978d0b1e008715154 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
pkgbase = python-axelrod
pkgdesc = Research tool for the Iterated Prisoner's Dilemma
pkgver = 4.13.1
pkgrel = 1
url = https://github.com/Axelrod-Python/Axelrod
arch = any
license = MIT
checkdepends = python-hypothesis
checkdepends = python-pytest
makedepends = python-setuptools
depends = python-dask
depends = python-matplotlib
depends = python-numpy
depends = python-pandas
depends = python-pyarrow
depends = python-yaml
depends = python-scipy
depends = python-tqdm
options = !emptydirs
source = python-axelrod-v4.13.1.tar.gz::https://github.com/Axelrod-Python/Axelrod/archive/v4.13.1.tar.gz
sha256sums = 1b6b0e658c2859fa6ce4258a5924186226e0429af131961a1a8b952e229918e5
pkgname = python-axelrod
|