mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-littleutils: Update to 0.2.4.
* gnu/packages/python-xyz.scm (python-littleutils): Update to 0.2.4. [build-system]: Use pypojrect. [native-inputs]: Add python-setuptools, python-setuptools-scm, and python-wheel. Change-Id: I577e1a929b674908c70b807fd2fbc844810172ce
This commit is contained in:
parent
0f9c78a16a
commit
6d369fecc8
1 changed files with 8 additions and 3 deletions
|
@ -14777,14 +14777,19 @@ for automated refactoring or highlighting.")
|
||||||
(define-public python-littleutils
|
(define-public python-littleutils
|
||||||
(package
|
(package
|
||||||
(name "python-littleutils")
|
(name "python-littleutils")
|
||||||
(version "0.2.2")
|
(version "0.2.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "littleutils" version))
|
(uri (pypi-uri "littleutils" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0vwijrylppmk0nbddqvn527r9cg3zw8d6zk6r58hslry42jf7jp6"))))
|
(base32 "069xlm6vp1rprgrl4gsg3fd2vg0nzdw7v2qij7i45v8c080mp0y7"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
|
(arguments (list #:tests? #f)) ;no tests in PyPIi archive or Git checkout
|
||||||
|
(native-inputs
|
||||||
|
(list python-setuptools
|
||||||
|
python-setuptools-scm
|
||||||
|
python-wheel))
|
||||||
(home-page "https://github.com/alexmojaki/littleutils")
|
(home-page "https://github.com/alexmojaki/littleutils")
|
||||||
(synopsis "Python utility function collection")
|
(synopsis "Python utility function collection")
|
||||||
(description "@code{littleutils} is a small collection of Python utility
|
(description "@code{littleutils} is a small collection of Python utility
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue