[arch-commits] Commit in python-pysmi/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Fri Nov 23 00:01:48 UTC 2018


    Date: Friday, November 23, 2018 @ 00:01:44
  Author: anthraxx
Revision: 409458

upgpkg: python-pysmi 0.3.2-2 (enable tests)

Modified:
  python-pysmi/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-22 23:58:36 UTC (rev 409457)
+++ PKGBUILD	2018-11-23 00:01:44 UTC (rev 409458)
@@ -5,7 +5,7 @@
 _pyname="${pkgbase/*-/}"
 pkgname=('python-pysmi' 'python2-pysmi')
 pkgver=0.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc='SNMP/SMI MIB parsing and conversion library designed to turn ASN.1 MIBs into various formats'
 url='http://snmplabs.com/pysmi/'
 arch=('any')
@@ -12,7 +12,8 @@
 license=('BSD')
 makedepends=('python' 'python-sphinx' 'python-ply'
              'python2' 'python2-sphinx' 'python2-ply')
-checkdepends=('python-pytest' 'python2-pytest')
+checkdepends=('python-pytest' 'python-pysnmp'
+              'python2-pytest' 'python2-pysnmp')
 source=(${_pyname}-${pkgver}.tar.gz::https://github.com/etingof/pysmi/archive/v${pkgver}.tar.gz)
 sha512sums=('d8ee1e08a3fdd808559d11499b323783637622b3ddd4cf3351d2e6ca2ed51a1cfbd3c2ffb6f71555f244ea2da8521ea81e3daba4d97658c1e6e7322ef1a46228')
 
@@ -33,10 +34,10 @@
 
 check() {
   (cd ${_pyname}-${pkgver}
-    #py.test
+    py.test
   )
   (cd ${_pyname}-${pkgver}-py2
-    #py.test2
+    py.test2
   )
 }
 



More information about the arch-commits mailing list