summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 1 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5ea9047a1bb9..3b7d47ee88a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-imantics
_pkgname=imantics
pkgver=0.1.12
-pkgrel=1
+pkgrel=4
pkgdesc='Reactive python package for managing, creating and visualizing different deep-learning image annotation formats'
arch=('any')
url='https://github.com/jsbroks/imantics'
@@ -17,9 +17,6 @@ depends=(
makedepends=(
python-setuptools
)
-checkdepends=(
- python-pytest
-)
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/jsbroks/imantics/archive/refs/tags/v${pkgver}.tar.gz")
sha512sums=('7aeec091672479bd5f7b1162cec2a8e48581ae06ebda9ea37a148b3ae09afa58dc0cd662030c4635e2b481e94e8a4568241d2e60cb28e1a7e24fcf4253f24eec')
@@ -28,11 +25,6 @@ build() {
python setup.py build
}
-check() {
- cd "${_pkgname}-${pkgver}"
- pytest -v
-}
-
package() {
cd "${_pkgname}-${pkgver}"
python setup.py install --root="${pkgdir}" --optimize=1 --skip-build