mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-awesomeversion.
* gnu/packages/python-xyz.scm (python-awesomeversion): New variable. Change-Id: I090abfacf7f73ab14ea1e0347211de2a60675128 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
f5aa303cc0
commit
777cff3194
1 changed files with 25 additions and 0 deletions
|
@ -433,6 +433,31 @@ libraries such as @code{trio}, as well as any custom @code{async} event
|
|||
loop.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python-awesomeversion
|
||||
(package
|
||||
(name "python-awesomeversion")
|
||||
(version "24.6.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/ludeeus/awesomeversion")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1kvzhhd2ah0sadlsp5xs3qbiknixq4xwhk3yb6kmhcdl2zcbi4cn"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-poetry-core
|
||||
python-pytest
|
||||
python-pytest-snapshot))
|
||||
(home-page "https://github.com/ludeeus/awesomeversion")
|
||||
(synopsis "Create and compare version objects")
|
||||
(description
|
||||
"This package provides a way to make anything a version object, and
|
||||
compare against a vast section of other version formats.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python-awkward-cpp
|
||||
(package
|
||||
(name "python-awkward-cpp")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue