mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 09:43:43 -05:00
gnu: Add python-littleutils.
* gnu/packages/python-xyz.scm (python-littleutils): New variable.
This commit is contained in:
parent
952c8f805c
commit
68d7bc9ee5
1 changed files with 17 additions and 0 deletions
|
@ -9055,6 +9055,23 @@ (define-public python-asttokens
|
||||||
for automated refactoring or highlighting.")
|
for automated refactoring or highlighting.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public python-littleutils
|
||||||
|
(package
|
||||||
|
(name "python-littleutils")
|
||||||
|
(version "0.2.2")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "littleutils" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0vwijrylppmk0nbddqvn527r9cg3zw8d6zk6r58hslry42jf7jp6"))))
|
||||||
|
(build-system python-build-system)
|
||||||
|
(home-page "https://github.com/alexmojaki/littleutils")
|
||||||
|
(synopsis "Python utility function collection")
|
||||||
|
(description "@code{littleutils} is a small collection of Python utility
|
||||||
|
functions, useful in the context of writing unit tests among other uses.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-ipython
|
(define-public python-ipython
|
||||||
(package
|
(package
|
||||||
(name "python-ipython")
|
(name "python-ipython")
|
||||||
|
|
Loading…
Reference in a new issue