diff options
author | BioArchLinuxBot | 2024-12-24 18:01:56 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2024-12-24 18:01:56 +0000 |
commit | ba9814cefa274cf04a619259b3abbdff4dfcd7a2 (patch) | |
tree | 41ccbafbcfe6aa87cd5b14b72b63b0222a9173b8 /PKGBUILD | |
parent | bf14a455efca008cbcea5150e0ba0a69fd03c44b (diff) | |
download | aur-python-pairwisedist.tar.gz |
[lilac] updated to 1.3.1-4
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -3,7 +3,7 @@ pkgname=python-pairwisedist _module=${pkgname#python-} pkgver=1.3.1 -pkgrel=3 +pkgrel=4 pkgdesc='Calculate the pairwise-distance matrix for an array of n samples by p features' arch=(any) url="https://github.com/GuyTeichman/pairwisedist" @@ -16,9 +16,10 @@ depends=( ) makedepends=( 'python-setuptools' - 'python-installer' - 'python-pytest-runner' + 'python-installer' + 'python-pip' ) + # 'python-pytest-runner' source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz") md5sums=('7fb70febbac6a6b35584ab4c30e41f39') |