[arch-commits] Commit in python-zeroconf/trunk (PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Sat Sep 29 17:48:34 UTC 2018
Date: Saturday, September 29, 2018 @ 17:48:34
Author: jelle
Revision: 387924
upgpkg: python-zeroconf 0.21.3-1
Modified:
python-zeroconf/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-09-29 16:49:23 UTC (rev 387923)
+++ PKGBUILD 2018-09-29 17:48:34 UTC (rev 387924)
@@ -2,7 +2,7 @@
# Contributor: Maxim Andersson <thesilentboatman at gmail.com>
pkgname=python-zeroconf
-pkgver=0.21.0
+pkgver=0.21.3
pkgrel=1
pkgdesc="A pure python implementation of multicast DNS service discovery"
arch=('any')
@@ -10,8 +10,9 @@
license=('LGPL')
depends=('python' 'python-netifaces' 'python-six' 'python-ifaddr')
makedepends=('python-setuptools')
+checkdepends=('python-pytest')
source=("https://github.com/jstasiak/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('2e6157f38498af7ca6540476774db983550405a5176d76ad938b29341e8c4754')
+sha256sums=('8c3aaed98f950b56c6e1aa440b56e0d48af49565cb4d7830a82cb3b01088aad8')
build() {
cd "${pkgbase}-${pkgver}"
@@ -26,8 +27,7 @@
check() {
cd "${pkgbase}-${pkgver}"
- # FIXME: package checkdepends=()
- python setup.py test
+ py.test .
}
# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list