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

Jelle van der Waa jelle at archlinux.org
Sun Sep 16 19:30:48 UTC 2018


    Date: Sunday, September 16, 2018 @ 19:30:47
  Author: jelle
Revision: 382226

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-16 19:30:36 UTC (rev 382225)
+++ PKGBUILD	2018-09-16 19:30:47 UTC (rev 382226)
@@ -1,27 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-# Contributor: Maxim Andersson <thesilentboatman at gmail.com>
-
-pkgname=python-zeroconf
-pkgver=0.20.0
-pkgrel=3
-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')
-makedepends=('python-setuptools')
-source=("https://github.com/jstasiak/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('5829f2e68ca6ab06d25e661a7640cf1d215bf4167d952f81086f1fbfb4ef9dbb')
-
-build() {
-  cd "${pkgbase}-${pkgver}"
-  python3 setup.py build
-}
-
-package() {
-  cd "${pkgbase}-${pkgver}"
-
-  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-zeroconf/repos/community-any/PKGBUILD (from rev 382225, python-zeroconf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-16 19:30:47 UTC (rev 382226)
@@ -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.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:



More information about the arch-commits mailing list