blob: 13b063571a622a337fb7ee20a81bd08ef773f159 (
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 = cadet-python
pkgdesc = Modeling and simulation framework for biotech processes – low-level python frontend
pkgver = 1.1.0
pkgrel = 1
url = https://cadet.github.io/master/developer_guide/cadet_python.html
arch = any
license = BSD-3-Clause
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python
source = git+https://github.com/cadet/cadet-python#tag=v1.1.0
sha256sums = 3ef3ad4e7eb2d1123c706546f432e3b77a564dd5bcbf5e0b8327e9b27cb5feab
pkgname = cadet-python
depends = python
depends = cadet-core
depends = python-addict
depends = python-filelock
depends = python-h5py
depends = python-numpy
|