[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#42885] [PATCH 08/27] gnu: Add python-zeroconf.
From: |
Brendan Tildesley |
Subject: |
[bug#42885] [PATCH 08/27] gnu: Add python-zeroconf. |
Date: |
Wed, 10 Mar 2021 20:00:34 +1100 |
* gnu/packages/python-xyz.scm (python-zeroconf): New variable.
---
gnu/packages/python-xyz.scm | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f6bb57d518..4ac8b0d926 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20710,6 +20710,39 @@ by Igor Pavlov.")
"Cross-platform network interface and IP address enumeration library")
(license license:expat)))
+(define-public python-zeroconf
+ (package
+ (name "python-zeroconf")
+ (version "0.28.8")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "zeroconf" version))
+ (sha256
+ (base32
+ "0narq8haa3b375vfblbyil77n8bw0wxqnanl91pl0wwwm884mqjb"))))
+ (build-system python-build-system)
+ (native-inputs
+ `(("python-nose" ,python-nose)))
+ (propagated-inputs
+ `(("python-ifaddr" ,python-ifaddr)))
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (replace 'check
+ (lambda _ ;; Networking isn't available for these tests.
+ (invoke "nosetests" "-v"
+ "--exclude" "test_integration_with_listener_ipv6"
+ "--exclude" "test_launch_and_close_v6_only"
+ "--exclude" "test_launch_and_close_v4_v6"
+ "--exclude" "test_launch_and_close"))))))
+ (home-page "https://github.com/jstasiak/python-zeroconf")
+ (synopsis "Pure Python mDNS service discovery")
+ (description
+ "Pure Python multicast DNS (mDNS) service discovery library (Bonjour/Avahi
+compatible).")
+ (license license:lgpl2.1+)))
+
(define-public python2-zeroconf
(package
(name "python2-zeroconf")
--
2.30.1
- [bug#42885] [PATCH 01/27] gnu: python-sip: Update to 5.5.0. Add python-sip-4, Brendan Tildesley, 2021/03/10
- [bug#42885] [PATCH 03/27] gnu: veusz: Fix build., Brendan Tildesley, 2021/03/10
- [bug#42885] [PATCH 02/27] gnu: python2-sip: Fix build., Brendan Tildesley, 2021/03/10
- [bug#42885] [PATCH 05/27] gnu: Add python-pyqt5-sip., Brendan Tildesley, 2021/03/10
- [bug#42885] [PATCH 06/27] gnu: python-pyqt: Fix build for new python-sip., Brendan Tildesley, 2021/03/10
- [bug#42885] [PATCH 08/27] gnu: Add python-zeroconf.,
Brendan Tildesley <=
- [bug#42885] [PATCH 07/27] gnu: Add python-ifaddr., Brendan Tildesley, 2021/03/10
- [bug#42885] [PATCH 12/27] gnu: python-zstandard: Update to 0.15.2., Brendan Tildesley, 2021/03/10
- [bug#42885] [PATCH 11/27] gnu: Add python-ppmd-cffi., Brendan Tildesley, 2021/03/10
- [bug#42885] [PATCH 17/27] gnu: python-feedparser: Update to 6.0.2., Brendan Tildesley, 2021/03/10
- [bug#42885] [PATCH 04/27] gnu: Add python-pyqt-builder., Brendan Tildesley, 2021/03/10
- [bug#42885] [PATCH 09/27] gnu: Add python-pyannotate., Brendan Tildesley, 2021/03/10
- [bug#42885] [PATCH 14/27] gnu: Add python-bcj-cffi., Brendan Tildesley, 2021/03/10
- [bug#42885] [PATCH 21/27] gnu: Add python-cchardet., Brendan Tildesley, 2021/03/10
- [bug#42885] [PATCH 24/27] gnu: calibre: Patch some paths., Brendan Tildesley, 2021/03/10
- [bug#42885] [PATCH 10/27] gnu: Add python-multivolumefile., Brendan Tildesley, 2021/03/10