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

Jelle van der Waa jelle at gemini.archlinux.org
Fri Jul 8 07:41:55 UTC 2022


    Date: Friday, July 8, 2022 @ 07:41:55
  Author: jelle
Revision: 1248616

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-08 07:41:46 UTC (rev 1248615)
+++ PKGBUILD	2022-07-08 07:41:55 UTC (rev 1248616)
@@ -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.38.5
-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=($pkgname-$pkgver.tar.gz::https://github.com/jstasiak/${pkgname}/archive/${pkgver}.tar.gz)
-sha256sums=('54fa609011b5d2b2ff3a689471a2af16a4bc20edcc4077360e94e93ec4fbea98')
-
-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-any/PKGBUILD (from rev 1248615, python-zeroconf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-08 07:41:55 UTC (rev 1248616)
@@ -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.38.7
+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=($pkgname-$pkgver.tar.gz::https://github.com/jstasiak/${pkgname}/archive/${pkgver}.tar.gz)
+sha256sums=('a5e2fa56c1c61346a9df37737dc451d3107e8ee646b746495ffe07a4ff3d3324')
+
+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