diff --git a/community/py3-bioframe/APKBUILD b/community/py3-bioframe/APKBUILD index 9b4a8b116d1..791b6653820 100644 --- a/community/py3-bioframe/APKBUILD +++ b/community/py3-bioframe/APKBUILD @@ -1,15 +1,15 @@ # Contributor: Iztok Fister, Jr. # Maintainer: Iztok Fister, Jr. pkgname=py3-bioframe -pkgver=0.4.1 -pkgrel=1 +pkgver=0.5.0 +pkgrel=0 pkgdesc="Pandas utilities for tab-delimited and other genomic data files" url="https://github.com/open2c/bioframe" arch="noarch !armhf !armv7 !x86" #assertion errors license="MIT" -depends="python3 py3-matplotlib py3-numpy py3-pandas py3-yaml py3-requests" +depends="python3 py3-matplotlib py3-numpy py3-pandas py3-yaml py3-requests py3-typing-extensions" checkdepends="py3-pytest-xdist" -makedepends="py3-gpep517 py3-setuptools py3-wheel" +makedepends="py3-gpep517 py3-hatchling py3-setuptools py3-wheel" subpackages="$pkgname-pyc" source="https://github.com/open2c/bioframe/archive/v$pkgver/bioframe-$pkgver.tar.gz" builddir="$srcdir/bioframe-$pkgver" @@ -34,5 +34,5 @@ package() { } sha512sums=" -c19572617e2b8a761ae883def70bcb318aeb181909c739f444ccede1823b76947002fd691e023899bb57081195c8b99b71bc57d0d48fdb391e55d0b8b685ff7e bioframe-0.4.1.tar.gz +c2530e6fc478088f9c1fde105cdbf27a8a4193a4e7ebbb3f7d50ccd2cc4ffedb46104b87634214afb8c2c4364f6e3eb9c654922b06114c3c9d4123cfeed676dc bioframe-0.5.0.tar.gz "