mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-ifaddr: Update to 0.2.0.
* gnu/packages/python-xyz.scm (python-ifaddr): Update to 0.2.0. [source]<snippet>: Delete windows-specific file. [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-pytest, python-setuptools, python-wheel. Remove python-nose. [description]: Improve style. Change-Id: Iaba98124cb3b1246423711cf37a5073c1c290680 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
064a2f78b2
commit
b176f7c33c
1 changed files with 8 additions and 12 deletions
|
@ -31308,26 +31308,22 @@ by Igor Pavlov.")
|
||||||
(define-public python-ifaddr
|
(define-public python-ifaddr
|
||||||
(package
|
(package
|
||||||
(name "python-ifaddr")
|
(name "python-ifaddr")
|
||||||
(version "0.1.7")
|
(version "0.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "ifaddr" version))
|
(uri (pypi-uri "ifaddr" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1m5fqjqf53m31qrl8fxp2sbwf4mvk5mbjpw2jm2x8rgpmg5by36c"))
|
||||||
"150sxdlicwrphmhnv03ykxplyd2jdrxz0mikgnivavgilrn8m7hz"))))
|
(snippet #~(delete-file "ifaddr/_win32.py"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
|
||||||
`(#:phases
|
|
||||||
(modify-phases %standard-phases
|
|
||||||
(replace 'check
|
|
||||||
(lambda _ (invoke "nosetests"))))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-nose))
|
(list python-pytest python-setuptools python-wheel))
|
||||||
(home-page "https://github.com/pydron/ifaddr")
|
(home-page "https://github.com/pydron/ifaddr")
|
||||||
(synopsis "Network interface and IP address enumeration library")
|
(synopsis "Network interface and IP address enumeration library")
|
||||||
(description "This package provides a network interface and IP address
|
(description
|
||||||
enumeration library in Python.")
|
"This package provides a network interface and IP address enumeration
|
||||||
|
library in Python.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-zeroconf
|
(define-public python-zeroconf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue