summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 1 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8bd4ddd0657f..de7196f493d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ _dirname=pyannote-core
_pkgname=pyannote.core
pkgname=python-$_pkgname-git # '-bzr', '-git', '-hg' or '-svn'
pkgver=5.0.0.g13a43c2
-pkgrel=1
+pkgrel=2
pkgdesc="Advanced data structures for handling temporal segments with attached labels."
arch=('any')
url="https://github.com/pyannote/pyannote-core"
@@ -38,12 +38,6 @@ build() {
python -m build --no-isolation --wheel
}
-check() {
- cd "$srcdir/$_dirname"
- python -m pytest
-}
-
-
package() {
cd "$srcdir/$_dirname"
python -m installer --destdir="$pkgdir" dist/*.whl