[arch-commits] Commit in python-zeroconf/repos/community-staging-any (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 12:04:53 UTC 2021


    Date: Thursday, December 2, 2021 @ 12:04:53
  Author: felixonmars
Revision: 1061806

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 12:04:53 UTC (rev 1061805)
+++ PKGBUILD	2021-12-02 12:04:53 UTC (rev 1061806)
@@ -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.36.11
-pkgrel=2
-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=($pkgname-$pkgver.tar.gz::https://github.com/jstasiak/${pkgname}/archive/${pkgver}.tar.gz)
-sha256sums=('ea20af46118224c451fa8574c658f94d2e7e1df8c2e12eb744e10e3dbbd3d4ab')
-
-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}"
-  pytest -k 'not test_integration_with_listener_ipv6' tests
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-zeroconf/repos/community-staging-any/PKGBUILD (from rev 1061800, python-zeroconf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 12:04:53 UTC (rev 1061806)
@@ -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.36.11
+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' 'python-ifaddr')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=($pkgname-$pkgver.tar.gz::https://github.com/jstasiak/${pkgname}/archive/${pkgver}.tar.gz)
+sha256sums=('ea20af46118224c451fa8574c658f94d2e7e1df8c2e12eb744e10e3dbbd3d4ab')
+
+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}"
+  pytest -k 'not test_integration_with_listener_ipv6' tests
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list