mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: Add python-norns.
* gnu/packages/python-xyz.scm (python-norns): New variable.
This commit is contained in:
parent
fcd397e4a6
commit
adbd97cbb0
1 changed files with 17 additions and 0 deletions
|
@ -7044,6 +7044,23 @@ (define-public python-node-semver
|
|||
semantic version parser for Node.js.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python-norns
|
||||
(package
|
||||
(name "python-norns")
|
||||
(version "0.1.6")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "norns" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1r1lcq59v6l75wkbp7mypanr69a6fv6m58v6dw3v6b4vwz5nqg0z"))))
|
||||
(build-system pyproject-build-system)
|
||||
(propagated-inputs (list python-appdirs python-nose python-pyyaml))
|
||||
(home-page "https://github.com/simonvh/norns")
|
||||
(synopsis "Simple YAML-based config module")
|
||||
(description "This package provides a simple YAML-based config module.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python-patch-ng
|
||||
(package
|
||||
(name "python-patch-ng")
|
||||
|
|
Loading…
Reference in a new issue