[arch-commits] Commit in hid-tools/trunk (PKGBUILD)

Filipe Laíns ffy00 at archlinux.org
Fri May 24 08:24:55 UTC 2019


    Date: Friday, May 24, 2019 @ 08:24:55
  Author: ffy00
Revision: 469559

remove tests (0.2-3)

Tests require root so it isn't possible to eun them inside makepkg.

Modified:
  hid-tools/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-24 08:23:21 UTC (rev 469558)
+++ PKGBUILD	2019-05-24 08:24:55 UTC (rev 469559)
@@ -2,7 +2,7 @@
 
 pkgname=hid-tools
 pkgver=0.2
-pkgrel=2
+pkgrel=3
 arch=('any')
 url='https://gitlab.freedesktop.org/libevdev/hid-tools'
 license=('GPL2')
@@ -9,7 +9,6 @@
 pkgdesc='Python scripts to manipulate HID data'
 depends=('python-parse' 'python-pyudev')
 makedepends=('python-setuptools' 'python-pypandoc' 'python-sphinx' 'python-sphinx_rtd_theme')
-#checkdepends=('python-pytest-runner' 'python-libevdev')
 source=("$url/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
 sha512sums=('580635bc679b8b6dd396c72b9a5d6560a56a3c3fa4b1d83ebbe82508977e23ce3abf0892406605937e62cde6335d205eba283b6c67dfe65630a2a27d74747ffb')
 
@@ -21,13 +20,6 @@
   make doc
 }
 
-check() {
-  cd $pkgname-$pkgver
-
-  python setup.py test
-#  python setup.py pytest
-}
-
 package() {
   cd $pkgname-$pkgver
 



More information about the arch-commits mailing list