[arch-commits] Commit in python-zeroconf/repos/community-any (PKGBUILD PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Sat Sep 29 17:48:51 UTC 2018


    Date: Saturday, September 29, 2018 @ 17:48:51
  Author: jelle
Revision: 387925

archrelease: copy trunk to community-any

Added:
  python-zeroconf/repos/community-any/PKGBUILD
    (from rev 387924, python-zeroconf/trunk/PKGBUILD)
Deleted:
  python-zeroconf/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-29 17:48:34 UTC (rev 387924)
+++ PKGBUILD	2018-09-29 17:48:51 UTC (rev 387925)
@@ -1,33 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-# Contributor: Maxim Andersson <thesilentboatman at gmail.com>
-
-pkgname=python-zeroconf
-pkgver=0.21.0
-pkgrel=1
-pkgdesc="A pure python implementation of multicast DNS service discovery"
-arch=('any')
-url="https://github.com/jstasiak/python-zeroconf"
-license=('LGPL')
-depends=('python' 'python-netifaces' 'python-six' 'python-ifaddr')
-makedepends=('python-setuptools')
-source=("https://github.com/jstasiak/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('2e6157f38498af7ca6540476774db983550405a5176d76ad938b29341e8c4754')
-
-build() {
-  cd "${pkgbase}-${pkgver}"
-  python3 setup.py build
-}
-
-package() {
-  cd "${pkgbase}-${pkgver}"
-
-  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-}
-
-check() {
-  cd "${pkgbase}-${pkgver}"
-  # FIXME: package checkdepends=()
-  python setup.py test
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-zeroconf/repos/community-any/PKGBUILD (from rev 387924, python-zeroconf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-29 17:48:51 UTC (rev 387925)
@@ -0,0 +1,33 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+# Contributor: Maxim Andersson <thesilentboatman at gmail.com>
+
+pkgname=python-zeroconf
+pkgver=0.21.3
+pkgrel=1
+pkgdesc="A pure python implementation of multicast DNS service discovery"
+arch=('any')
+url="https://github.com/jstasiak/python-zeroconf"
+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=('8c3aaed98f950b56c6e1aa440b56e0d48af49565cb4d7830a82cb3b01088aad8')
+
+build() {
+  cd "${pkgbase}-${pkgver}"
+  python3 setup.py build
+}
+
+package() {
+  cd "${pkgbase}-${pkgver}"
+
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+}
+
+check() {
+  cd "${pkgbase}-${pkgver}"
+  py.test .
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list