mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-orderly-set.
* gnu/packages/python-xyz.scm (python-orderly-set): New variable. Change-Id: I8aa2dfebc6452c96a8e49a4697b62e901b5be9e9
This commit is contained in:
parent
853be72647
commit
5552bb8c8d
1 changed files with 18 additions and 0 deletions
|
@ -885,6 +885,24 @@ comparison operators, as defined in the original
|
|||
processes, in parallel, in the console, with an interactive TUI.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python-orderly-set
|
||||
(package
|
||||
(name "python-orderly-set")
|
||||
(version "5.5.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "orderly_set" version))
|
||||
(sha256
|
||||
(base32 "1kp64m0nabhhb0zxr4f8idrmniraahnfwq41gx7adbyqwk48awg8"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs (list python-flit-core python-pytest))
|
||||
(home-page "https://github.com/seperman/orderly-set")
|
||||
(synopsis "Multiple implementations of Ordered Set")
|
||||
(description "Orderly Set is a package containing multiple implementations
|
||||
of Ordered Set.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python-pastel
|
||||
(package
|
||||
(name "python-pastel")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue