diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-16 12:13:04 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:35:59 +0100 |
| commit | c8cc9c00abd8fe44fedad15f5203f72fd6aa2475 (patch) | |
| tree | 5edf8ed98e9e27b038063019b0217e21ed32be0c /gnu/packages/python-xyz.scm | |
| parent | 6882a6669116c3a107a9bfa84c9e0764769ef73b (diff) | |
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
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 23e3bde154..721a43a70e 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -14753,14 +14753,19 @@ for automated refactoring or highlighting.") (define-public python-littleutils (package (name "python-littleutils") - (version "0.2.2") + (version "0.2.4") (source (origin (method url-fetch) (uri (pypi-uri "littleutils" version)) (sha256 - (base32 "0vwijrylppmk0nbddqvn527r9cg3zw8d6zk6r58hslry42jf7jp6")))) - (build-system python-build-system) + (base32 "069xlm6vp1rprgrl4gsg3fd2vg0nzdw7v2qij7i45v8c080mp0y7")))) + (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") (synopsis "Python utility function collection") (description "@code{littleutils} is a small collection of Python utility |
