aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-biopython/APKBUILD
blob: 88250e5ea83f630700a3b57597e2f7c7f85b7910 (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
26
27
28
29
# Contributor: Charles Pritchard <chuck@jumis.com>
# Maintainer: Charles Pritchard <chuck@jumis.com>
pkgname=py3-biopython
_pkgname=biopython
pkgver=1.75
pkgrel=0
pkgdesc="Python tools for computational molecular biology."
options="!check" # test_NCBI_qblast hangs
url="https://biopython.org/"
arch="all"
license="BSD-3-Clause"
depends="py3-numpy python3"
makedepends="py3-setuptools py3-numpy-dev python3-dev"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"

build() {
	python3 setup.py build
}

check() {
	python3 setup.py test
}

package() {
	python3 setup.py install --prefix=/usr --root="$pkgdir"
}

sha512sums="e35afd4d1be44bf3995b2bd97685bd1a2caa5f4e0f3efc37e31473e7e567d18a7af718ebcc2763b3081c5768d1b7741fb6f4536ebd1ae0f0d2c6f6a2afd974eb  biopython-1.75.tar.gz"