[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/21: gnu: Add python-ifaddr.
From: |
guix-commits |
Subject: |
05/21: gnu: Add python-ifaddr. |
Date: |
Mon, 29 Mar 2021 19:03:26 -0400 (EDT) |
lfam pushed a commit to branch wip-update-calibre
in repository guix.
commit 8d6584308bdee4ca5ece4dc7d0c91ac3bfa00bf2
Author: Brendan Tildesley <mail@brendan.scot>
AuthorDate: Thu Feb 25 12:46:42 2021 +1100
gnu: Add python-ifaddr.
* gnu/packages/python-xyz.scm (python-ifaddr): New variable.
---
gnu/packages/python-xyz.scm | 27 ++++++++++++++++++++++++++-
1 file changed, 26 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c90a89a..727bd6c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -43,7 +43,7 @@
;;; Copyright © 2017, 2018, 2019 Kei Kebreau <kkebreau@posteo.net>
;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com>
;;; Copyright © 2017 Muriithi Frederick Muriuki <fredmanglis@gmail.com>
-;;; Copyright © 2017, 2019 Brendan Tildesley <mail@brendan.scot>
+;;; Copyright © 2017, 2019, 2021 Brendan Tildesley <mail@brendan.scot>
;;; Copyright © 2018 Ethan R. Jones <ethanrjones97@gmail.com
;;; Copyright © 2018 Fis Trivial <ybbs.daans@hotmail.com>
;;; Copyright © 2018 Vijayalakshmi Vedantham <vijimay12@gmail.com>
@@ -20896,6 +20896,31 @@ by Igor Pavlov.")
(define-public python2-pylzma
(package-with-python2 python-pylzma))
+(define-public python-ifaddr
+ (package
+ (name "python-ifaddr")
+ (version "0.1.7")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "ifaddr" version))
+ (sha256
+ (base32
+ "150sxdlicwrphmhnv03ykxplyd2jdrxz0mikgnivavgilrn8m7hz"))))
+ (build-system python-build-system)
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (replace 'check
+ (lambda _ (invoke "nosetests"))))))
+ (native-inputs
+ `(("python-nose" ,python-nose)))
+ (home-page "https://github.com/pydron/ifaddr")
+ (synopsis "Network interface and IP address enumeration library")
+ (description "This package provides a network interface and IP address
+enumeration library in Python.")
+ (license license:expat)))
+
(define-public python2-zeroconf
(package
(name "python2-zeroconf")
- 11/21: gnu: Add python-pyzstd, (continued)
- 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, 2021/03/29
- 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 <=
- 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