aboutsummaryrefslogtreecommitdiffstats
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)
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 5cc8a5c6a3f..84b5dcd9e27 100644
--- a/testing/py3-biopython/APKBUILD
+++ b/testing/py3-biopython/APKBUILD
@@ -1,8 +1,7 @@
# Contributor: Charles Pritchard <chuck@jumis.com>
# Maintainer: Charles Pritchard <chuck@jumis.com>
pkgname=py3-biopython
-_pkgname=biopython
-pkgver=1.76
+pkgver=1.77
pkgrel=0
pkgdesc="Python tools for computational molecular biology."
options="!check" # test_NCBI_qblast hangs
@@ -11,8 +10,8 @@ arch="all !mips !mips64" # blocked by py3-numpy
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"
+source="https://files.pythonhosted.org/packages/source/b/biopython/biopython-$pkgver.tar.gz"
+builddir="$srcdir/biopython-$pkgver"
build() {
python3 setup.py build
@@ -26,4 +25,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="cd98e5cff151f8f286e9bf9763cf4b61bceb80b2696c5ac98aae6ee180f2ab2493bd1e1852a0fd5f27c71550f8a609e5163b1c1900ae32314dd76e36b6f06de0 biopython-1.76.tar.gz"
+sha512sums="6f4b03d46c591e1f49dd1e76bcc4ac5c9aaa2bf748c9dd37ffc5de5a613fbeed38f89b418c01601dd99c65b13b2e294bc8d81ffafc42a9ff1b309c84f840d0d5 biopython-1.77.tar.gz"