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

Sergej Pupykin spupykin at archlinux.org
Wed Nov 25 14:33:34 UTC 2015


    Date: Wednesday, November 25, 2015 @ 15:33:34
  Author: spupykin
Revision: 147787

add check()

Modified:
  python-dnspython/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-25 13:47:54 UTC (rev 147786)
+++ PKGBUILD	2015-11-25 14:33:34 UTC (rev 147787)
@@ -13,6 +13,11 @@
 source=(http://www.dnspython.org/kits3/$pkgver/dnspython3-$pkgver.tar.gz)
 md5sums=('32178038d8a1b11e818ae4658745133c')
 
+check() {
+  cd $srcdir/dnspython3-$pkgver
+  make -C tests check
+}
+
 package() {
   cd $srcdir/dnspython3-$pkgver
   python setup.py install --root=$pkgdir



More information about the arch-commits mailing list