diff options
| author | Vinicius Monego <monego@posteo.net> | 2025-08-02 12:57:23 -0300 |
|---|---|---|
| committer | Vinicius Monego <monego@posteo.net> | 2025-08-04 21:34:23 -0300 |
| commit | 5552bb8c8db667f423b8f2168a5ffadd227f62d2 (patch) | |
| tree | 7fc8e5e14fc34331e249209012fa229c7dbcf41d /gnu/packages/python-xyz.scm | |
| parent | 853be726472b6cec079b037be6030be6464b8a18 (diff) | |
gnu: Add python-orderly-set.
* gnu/packages/python-xyz.scm (python-orderly-set): New variable.
Change-Id: I8aa2dfebc6452c96a8e49a4697b62e901b5be9e9
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 01d1dfa383..e83bb60cb6 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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") |
