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

Jelle van der Waa jelle at archlinux.org
Sun Jan 19 19:31:41 UTC 2020


    Date: Sunday, January 19, 2020 @ 19:31:41
  Author: jelle
Revision: 553187

upgpkg: python-zeroconf 0.24.4-1

Upstream update, upstream wants nosetests now o.o

Modified:
  python-zeroconf/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-19 19:31:39 UTC (rev 553186)
+++ PKGBUILD	2020-01-19 19:31:41 UTC (rev 553187)
@@ -2,8 +2,8 @@
 # Contributor: Maxim Andersson <thesilentboatman at gmail.com>
 
 pkgname=python-zeroconf
-pkgver=0.23.0
-pkgrel=2
+pkgver=0.24.4
+pkgrel=1
 pkgdesc="A pure python implementation of multicast DNS service discovery"
 arch=('any')
 url="https://github.com/jstasiak/python-zeroconf"
@@ -10,9 +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=('e194df93ae5d5158fd62434e395fe73ef9eb9580e5d326aad06d02c56031b31a')
+checkdepends=('python-nose')
+source=($pkgname-$pkgver.tar.gz::https://github.com/jstasiak/${pkgname}/archive/${pkgver}.tar.gz)
+sha256sums=('738b0ad9f795d8e5808c9e261cad854a74a5f288262ccc19234069aab0964e85')
 
 build() {
   cd "${pkgbase}-${pkgver}"
@@ -27,7 +27,7 @@
 
 check() {
   cd "${pkgbase}-${pkgver}"
-  py.test .
+  nosetests zeroconf/test.py
 }
 
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list