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:
parent
f387523c62
commit
165786bb7a
@ -10151,9 +10151,9 @@ implementations of ASN.1-based codecs and protocols.")
|
|||||||
(define-public python2-pyasn1-modules
|
(define-public python2-pyasn1-modules
|
||||||
(package-with-python2 python-pyasn1-modules))
|
(package-with-python2 python-pyasn1-modules))
|
||||||
|
|
||||||
(define-public python-ipaddress
|
(define-public python2-ipaddress
|
||||||
(package
|
(package
|
||||||
(name "python-ipaddress")
|
(name "python2-ipaddress")
|
||||||
(version "1.0.23")
|
(version "1.0.23")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
@ -10162,6 +10162,8 @@ implementations of ASN.1-based codecs and protocols.")
|
|||||||
(base32
|
(base32
|
||||||
"1qp743h30s04m3cg3yk3fycad930jv17q7dsslj4mfw0jlvf1y5p"))))
|
"1qp743h30s04m3cg3yk3fycad930jv17q7dsslj4mfw0jlvf1y5p"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:python ,python-2))
|
||||||
(home-page "https://github.com/phihag/ipaddress")
|
(home-page "https://github.com/phihag/ipaddress")
|
||||||
(synopsis "IP address manipulation library")
|
(synopsis "IP address manipulation library")
|
||||||
(description
|
(description
|
||||||
@ -10171,9 +10173,6 @@ implementations of ASN.1-based codecs and protocols.")
|
|||||||
module to older versions of Python.")
|
module to older versions of Python.")
|
||||||
(license license:psfl)))
|
(license license:psfl)))
|
||||||
|
|
||||||
(define-public python2-ipaddress
|
|
||||||
(package-with-python2 python-ipaddress))
|
|
||||||
|
|
||||||
(define-public python2-ipaddr
|
(define-public python2-ipaddr
|
||||||
(package
|
(package
|
||||||
(name "python2-ipaddr")
|
(name "python2-ipaddr")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user