mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
python-pyvcf3: fix dependencies
This commit is contained in:
parent
cde0681b1f
commit
c2a96d6dec
1 changed files with 7 additions and 4 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue