[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/21: gnu: Add python-zeroconf.
From: |
guix-commits |
Subject: |
06/21: gnu: Add python-zeroconf. |
Date: |
Mon, 5 Apr 2021 15:54:22 -0400 (EDT) |
lfam pushed a commit to branch wip-update-calibre
in repository guix.
commit 40e4f9c868c999658b8025328fe4251af8b69101
Author: Brendan Tildesley <mail@brendan.scot>
AuthorDate: Thu Feb 25 13:05:20 2021 +1100
gnu: Add python-zeroconf.
* 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 c18fcb5..027972b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -21013,6 +21013,39 @@ by Igor Pavlov.")
enumeration library in Python.")
(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")
- branch wip-update-calibre created (now ce901c9), guix-commits, 2021/04/05
- 01/21: gnu: python-sip: Update to 5.5.0. Add python-sip-4, guix-commits, 2021/04/05
- 02/21: gnu: Add python-pyqt-builder., guix-commits, 2021/04/05
- 07/21: gnu: Add python-pyannotate., guix-commits, 2021/04/05
- 03/21: gnu: Add python-pyqt5-sip., guix-commits, 2021/04/05
- 04/21: gnu: python-pyqt: Fix build for new python-sip., guix-commits, 2021/04/05
- 05/21: gnu: Add python-ifaddr., guix-commits, 2021/04/05
- 06/21: gnu: Add python-zeroconf.,
guix-commits <=
- 08/21: gnu: Add python-multivolumefile., guix-commits, 2021/04/05
- 09/21: gnu: Add python-ppmd-cffi., guix-commits, 2021/04/05
- 10/21: gnu: python-zstandard: Update to 0.15.2., guix-commits, 2021/04/05
- 11/21: gnu: Add python-pyzstd, guix-commits, 2021/04/05
- 13/21: gnu: Add python-py7zr., guix-commits, 2021/04/05
- 14/21: gnu: python-markdown: Update to 3.3.4., guix-commits, 2021/04/05
- 15/21: gnu: python-feedparser: Update to 6.0.2., guix-commits, 2021/04/05
- 12/21: gnu: Add python-bcj-cffi., guix-commits, 2021/04/05
- 17/21: gnu: Add python-cchardet., guix-commits, 2021/04/05
- 16/21: gnu: Add python-pychm., guix-commits, 2021/04/05