diff --git a/BioArchLinux/python-pyvcf3/PKGBUILD b/BioArchLinux/python-pyvcf3/PKGBUILD index 9ed00171aa..94ce59cb86 100644 --- a/BioArchLinux/python-pyvcf3/PKGBUILD +++ b/BioArchLinux/python-pyvcf3/PKGBUILD @@ -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() {