python-pyvcf3: fix dependencies

This commit is contained in:
kbipinkumar 2024-12-24 23:16:09 +05:30
parent cde0681b1f
commit c2a96d6dec
No known key found for this signature in database
GPG key ID: C67233497C15E476

View file

@ -7,9 +7,10 @@ pkgrel=8
pkgdesc="Variant Call Format (VCF) parser for Python3"
arch=('x86_64')
url=https://github.com/dridk/PyVCF3
license=('custom')
depends=('python' 'cython' 'python-pysam' 'python-setuptools')
makedepends=('python-setuptools' 'python-pytest-runner')
license=('BSD-3-Clause')
depends=('python' 'cython' 'glibc' 'python-pysam' 'python-setuptools')
makedepends=('python-setuptools' 'python-pytest')
#'python-pytest-runner'
source=("${_name}-${pkgver}.tar.gz"::"https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz"
"check.patch::https://patch-diff.githubusercontent.com/raw/dridk/PyVCF3/pull/8.patch")
sha256sums=('4b16d71c8b97010487e2c939fb4d5707b7bbfa4e2b313df9dba3e372c5ba031d'
@ -30,7 +31,9 @@ build() {
check() {
cd "$_name-$pkgver"
python setup.py pytest
PYTHONPATH="$PWD/build/lib.linux-$CARCH-cpython-$python_version" pytest
#python setup.py pytest
}
package() {