[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 07/11] gnu: Add python-ipaddress.
From: |
Cyril Roelandt |
Subject: |
[PATCH 07/11] gnu: Add python-ipaddress. |
Date: |
Mon, 11 Sep 2017 20:22:38 +0200 |
* gnu/packages/python.scm (python-ipaddress, python2-ipaddress): New variables.
---
gnu/packages/python.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index e0b577afe..e565d3683 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -16332,3 +16332,23 @@ ignoring formatting changes.")
(define-public python2-nose-timer
(package-with-python2 python-nose-timer))
+
+(define-public python-ipaddress
+ (package
+ (name "python-ipaddress")
+ (version "1.0.18")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "ipaddress" version))
+ (sha256
+ (base32
+ "1q8klj9d84cmxgz66073x1j35cplr3r77vx1znhxiwl5w74391ax"))))
+ (build-system python-build-system)
+ (home-page "https://github.com/phihag/ipaddress")
+ (synopsis "IPv4/IPv6 manipulation library")
+ (description "Port of the 3.3+ ipaddress module to 2.6, 2.7, 3.2.")
+ (license license:psfl)))
+
+(define-public python2-ipaddress
+ (package-with-python2 python-ipaddress))
--
2.14.1
- [PATCH 02/11] gnu: python-autopep8: Update to 1.3.2., (continued)
- [PATCH 02/11] gnu: python-autopep8: Update to 1.3.2., Cyril Roelandt, 2017/09/11
- [PATCH 03/11] gnu: python-requests-toolbelt: Update to 0.8.0., Cyril Roelandt, 2017/09/11
- [PATCH 01/11] gnu: Add python-pydiff., Cyril Roelandt, 2017/09/11
- [PATCH 04/11] gnu: Add python2-requests-toolbelt., Cyril Roelandt, 2017/09/11
- [PATCH 05/11] gnu: python-tox: Update to 2.8.1., Cyril Roelandt, 2017/09/11
- [PATCH 07/11] gnu: Add python-ipaddress.,
Cyril Roelandt <=
- [PATCH 06/11] gnu: Add python-nose-timer., Cyril Roelandt, 2017/09/11
- [PATCH 08/11] gnu: Update the propagated inputs of python-urllib3., Cyril Roelandt, 2017/09/11
- [PATCH 10/11] gnu: Add python-pkginfo., Cyril Roelandt, 2017/09/11