gnu: python-pympler: Update to 1.0.1.

* gnu/packages/python-xyz.scm (python-pympler): Update to 1.0.1.
[arguments]: Remove.
This commit is contained in:
Marius Bakke 2022-08-12 20:20:48 +02:00
parent b9a3083db3
commit f561830a5b
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -3850,21 +3850,14 @@ (define-public python-pympler
(package
(name "python-pympler")
(home-page "https://pythonhosted.org/Pympler/")
(version "0.9")
(version "1.0.1")
(source (origin
(method url-fetch)
(uri (pypi-uri "Pympler" version))
(sha256
(base32
"0ivfw2k86nbw9ck9swidl4422w7bhjldxwj90a4sy5r1cbgygjzj"))))
"1ynkqpv2akldmvkll5vh5zhwj433s1d59iv0f76lygyak4silgwr"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases
(delete 'check)
(add-after 'install 'check
(lambda* (#:key inputs outputs #:allow-other-keys)
(add-installed-pythonpath inputs outputs)
(invoke "python" "setup.py" "test"))))))
(synopsis "Measure, monitor and analyze memory behavior")
(description
"Pympler is a development tool to measure, monitor and analyze