summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Sorg2023-10-14 11:32:46 +0200
committerSimon Sorg2023-10-14 11:32:46 +0200
commitbc548ef01183b0970bfe51c774fe11618a5dd45d (patch)
tree60dded5c013b5c5304ed2af193409818462a948b
parentdfedf56736fd0dff4a4be14cc49e98b8c7da8a8c (diff)
downloadaur-python-pyannote.core-git.tar.gz
Remove check since it conflicts with other pyannote packages
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 2 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8ec98d6df2a..94e39836f2a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pyannote.core-git
pkgdesc = Advanced data structures for handling temporal segments with attached labels.
pkgver = 5.0.0.g13a43c2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pyannote/pyannote-core
arch = any
license = MIT
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