blob: b3b73b884e16d42bfb1a745efa364fcb0a6ea31d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgbase = nanomath
pkgdesc = simple math function for other Oxford Nanopore processing scripts
pkgver = 1.4.0
pkgrel = 1
url = https://github.com/wdecoster/nanomath/
arch = any
license = GPL3
makedepends = python-setuptools
makedepends = python-wheel
makedepends = python-build
makedepends = cython
makedepends = python-installer
depends = python
depends = python-pandas
depends = python-numpy
depends = python-deprecated
source = https://files.pythonhosted.org/packages/source/n/nanomath/nanomath-1.4.0.tar.gz
sha256sums = ed7a38fbb156d9a68a95c2570fe3c2035321d0a3e234580496750afca4927ced
pkgname = nanomath
|