Date: Thursday, November 10, 2022 @ 21:12:32
Author: jelle
Revision: 1346489
archrelease: copy trunk to community-any
Added:
python-zeroconf/repos/community-any/PKGBUILD
(from rev 1346488, python-zeroconf/trunk/PKGBUILD)
Deleted:
python-zeroconf/repos/community-any/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-10 21:12:22 UTC (rev 1346488)
+++ PKGBUILD 2022-11-10 21:12:32 UTC (rev 1346489)
@@ -1,33 +0,0 @@
-# Maintainer: Jelle van der Waa <[email protected]>
-# Contributor: Maxim Andersson <[email protected]>
-
-pkgname=python-zeroconf
-pkgver=0.39.1
-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'
'python-async-timeout')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=($pkgname-$pkgver.tar.gz::https://github.com/jstasiak/${pkgname}/archive/${pkgver}.tar.gz)
-sha256sums=('c1e1f1720f48833a9c6410c3f400ef18aaf6957b8a54fb3ef131c4e18c9fd914')
-
-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 1346488,
python-zeroconf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-10 21:12:32 UTC (rev 1346489)
@@ -0,0 +1,33 @@
+# Maintainer: Jelle van der Waa <[email protected]>
+# Contributor: Maxim Andersson <[email protected]>
+
+pkgname=python-zeroconf
+pkgver=0.39.4
+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'
'python-async-timeout')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=($pkgname-$pkgver.tar.gz::https://github.com/jstasiak/${pkgname}/archive/${pkgver}.tar.gz)
+sha256sums=('32783c9a583419abe7223ba199e2ddebe9533011caecf6a268852e0fbea1186a')
+
+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: