gnu: Remove python-ipaddress.

This package is part of the Python standard library since CPython 3.3.

* gnu/packages/python-xyz.scm (python-ipaddress): Merge with ...
(python2-ipaddress): ... this.
[name, arguments]: Adjust accordingly.
This commit is contained in:
Marius Bakke 2021-05-07 13:56:40 +02:00
parent f387523c62
commit 165786bb7a
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -10151,9 +10151,9 @@ (define-public python-pyasn1-modules
(define-public python2-pyasn1-modules
(package-with-python2 python-pyasn1-modules))
(define-public python-ipaddress
(define-public python2-ipaddress
(package
(name "python-ipaddress")
(name "python2-ipaddress")
(version "1.0.23")
(source (origin
(method url-fetch)
@ -10162,6 +10162,8 @@ (define-public python-ipaddress
(base32
"1qp743h30s04m3cg3yk3fycad930jv17q7dsslj4mfw0jlvf1y5p"))))
(build-system python-build-system)
(arguments
`(#:python ,python-2))
(home-page "https://github.com/phihag/ipaddress")
(synopsis "IP address manipulation library")
(description
@ -10171,9 +10173,6 @@ (define-public python-ipaddress
module to older versions of Python.")
(license license:psfl)))
(define-public python2-ipaddress
(package-with-python2 python-ipaddress))
(define-public python2-ipaddr
(package
(name "python2-ipaddr")