aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Berthault <justin.berthault@zaclys.net>2020-05-28 10:38:39 +0200
committerJustin Berthault <justin.berthault@zaclys.net>2020-05-28 10:38:39 +0200
commit21b4cdb7c3af56cb11b65efad9f5967340500f7d (patch)
treef5cb932bbdc6e613c9bce9e70608bb960bb0eeb0
parent174cb409b539ad4b1a1f3a2fb8cc6cbbfc32b232 (diff)
downloadalpine_aports-21b4cdb7c3af56cb11b65efad9f5967340500f7d.tar.bz2
alpine_aports-21b4cdb7c3af56cb11b65efad9f5967340500f7d.tar.xz
alpine_aports-21b4cdb7c3af56cb11b65efad9f5967340500f7d.zip
testing/py3-biopython: upgrade to 1.77
-rw-r--r--testing/py3-biopython/APKBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/testing/py3-biopython/APKBUILD b/testing/py3-biopython/APKBUILD
index 5cc8a5c6a3..84b5dcd9e2 100644
--- a/testing/py3-biopython/APKBUILD
+++ b/testing/py3-biopython/APKBUILD
@@ -1,8 +1,7 @@
1# Contributor: Charles Pritchard <chuck@jumis.com> 1# Contributor: Charles Pritchard <chuck@jumis.com>
2# Maintainer: Charles Pritchard <chuck@jumis.com> 2# Maintainer: Charles Pritchard <chuck@jumis.com>
3pkgname=py3-biopython 3pkgname=py3-biopython
4_pkgname=biopython 4pkgver=1.77
5pkgver=1.76
6pkgrel=0 5pkgrel=0
7pkgdesc="Python tools for computational molecular biology." 6pkgdesc="Python tools for computational molecular biology."
8options="!check" # test_NCBI_qblast hangs 7options="!check" # test_NCBI_qblast hangs
@@ -11,8 +10,8 @@ arch="all !mips !mips64" # blocked by py3-numpy
11license="BSD-3-Clause" 10license="BSD-3-Clause"
12depends="py3-numpy python3" 11depends="py3-numpy python3"
13makedepends="py3-setuptools py3-numpy-dev python3-dev" 12makedepends="py3-setuptools py3-numpy-dev python3-dev"
14source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" 13source="https://files.pythonhosted.org/packages/source/b/biopython/biopython-$pkgver.tar.gz"
15builddir="$srcdir/$_pkgname-$pkgver" 14builddir="$srcdir/biopython-$pkgver"
16 15
17build() { 16build() {
18 python3 setup.py build 17 python3 setup.py build
@@ -26,4 +25,4 @@ package() {
26 python3 setup.py install --prefix=/usr --root="$pkgdir" 25 python3 setup.py install --prefix=/usr --root="$pkgdir"
27} 26}
28 27
29sha512sums="cd98e5cff151f8f286e9bf9763cf4b61bceb80b2696c5ac98aae6ee180f2ab2493bd1e1852a0fd5f27c71550f8a609e5163b1c1900ae32314dd76e36b6f06de0 biopython-1.76.tar.gz" 28sha512sums="6f4b03d46c591e1f49dd1e76bcc4ac5c9aaa2bf748c9dd37ffc5de5a613fbeed38f89b418c01601dd99c65b13b2e294bc8d81ffafc42a9ff1b309c84f840d0d5 biopython-1.77.tar.gz"