[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, 29 Mar 2021 19:03:27 -0400 (EDT) |
lfam pushed a commit to branch wip-update-calibre
in repository guix.
commit f37eda4c996fcccc65fa6dce08ba0abbdf7ea7cf
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 727bd6c..0c88c33 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20921,6 +20921,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")
- 07/21: gnu: Add python-pyannotate., (continued)
- 07/21: gnu: Add python-pyannotate., guix-commits, 2021/03/29
- 09/21: gnu: Add python-ppmd-cffi., guix-commits, 2021/03/29
- 08/21: gnu: Add python-multivolumefile., guix-commits, 2021/03/29
- 11/21: gnu: Add python-pyzstd, guix-commits, 2021/03/29
- 02/21: gnu: Add python-pyqt-builder., guix-commits, 2021/03/29
- 03/21: gnu: Add python-pyqt5-sip., guix-commits, 2021/03/29
- 01/21: gnu: python-sip: Update to 5.5.0. Add python-sip-4, guix-commits, 2021/03/29
- 10/21: gnu: python-zstandard: Update to 0.15.2., guix-commits, 2021/03/29
- 12/21: gnu: Add python-bcj-cffi., guix-commits, 2021/03/29
- 15/21: gnu: python-feedparser: Update to 6.0.2., guix-commits, 2021/03/29
- 06/21: gnu: Add python-zeroconf.,
guix-commits <=
- 14/21: gnu: python-markdown: Update to 3.3.4., guix-commits, 2021/03/29
- 21/21: gnu: Remove python2-pyqt., guix-commits, 2021/03/29
- 05/21: gnu: Add python-ifaddr., guix-commits, 2021/03/29
- 13/21: gnu: Add python-py7zr., guix-commits, 2021/03/29
- 16/21: gnu: Add python-pychm., guix-commits, 2021/03/29
- 18/21: gnu: python-html5lib: Depend on python-chardet., guix-commits, 2021/03/29
- 20/21: gnu: Remove python2-pyqtwebengine., guix-commits, 2021/03/29
- 19/21: gnu: calibre: Update to 5.13.0., guix-commits, 2021/03/29
- 17/21: gnu: Add python-cchardet., guix-commits, 2021/03/29