summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-03-25 08:56:52 +0100
committerAndreas Enge <andreas@enge.fr>2025-04-16 11:46:21 +0200
commitf4a21e18488fea297187570fe61621cbb4d05e69 (patch)
treeb7f3ab5705b83c9bcb5a1387419e8aa39c239471 /gnu/packages/python-xyz.scm
parent1fb50c37626bbbdb8b3812d8a68bf7ff14e83b27 (diff)
gnu: python-netaddr: Move to (gnu packages python-web).
* gnu/packages/python-xyz.scm (python-netaddr): Move from here… * gnu/packages/python-web.scm (python-netaddr): …to here. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm20
1 files changed, 0 insertions, 20 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 7d5b922815..8aa9185f58 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17501,26 +17501,6 @@ reading and writing MessagePack data.")
((".fromstring\\(") ".frombytes("))
#t))))))))
-(define-public python-netaddr
- (package
- (name "python-netaddr")
- (version "0.8.0")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "netaddr" version))
- (sha256
- (base32
- "0hx2npi0wnhwlcybilgwlddw6qffx1mb7a3sj4p9s7bvl33mgk6n"))))
- (build-system python-build-system)
- (arguments `(#:tests? #f)) ;; No tests.
- (home-page "https://github.com/drkjam/netaddr/")
- (synopsis "Pythonic manipulation of network addresses")
- (description
- "A Python library for representing and manipulating IPv4, IPv6, CIDR, EUI
-and MAC network addresses.")
- (license license:bsd-3)))
-
(define-public python-openstep-plist
(package
(name "python-openstep-plist")