mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-12-01 00:24:40 +00:00
rosenthal: Add python-coherent-licensed.
* modules/rosenthal/packages/python-xyz.scm (python-coherent-licensed): New variable.
This commit is contained in:
parent
a0f7d82605
commit
92ffe18fd6
@ -24,6 +24,27 @@
|
|||||||
#:use-module (guix utils)
|
#:use-module (guix utils)
|
||||||
#:use-module (rosenthal utils cargo))
|
#:use-module (rosenthal utils cargo))
|
||||||
|
|
||||||
|
(define-public python-coherent-licensed
|
||||||
|
(package
|
||||||
|
(name "python-coherent-licensed")
|
||||||
|
(version "0.5.2")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "coherent_licensed" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0va113rfa0i8sns2if8mnkzwliks0nvlzp1db71klbblrq1i81yq"))))
|
||||||
|
(build-system pyproject-build-system)
|
||||||
|
(native-inputs (list python-flit-core))
|
||||||
|
(home-page "https://pypi.org/project/coherent.licensed/")
|
||||||
|
(synopsis "License management tooling")
|
||||||
|
(description
|
||||||
|
"This library was built for
|
||||||
|
@url{https://github.com/coherent-oss/coherent.build, coherent.build} and
|
||||||
|
@url{https://blog.jaraco.com/skeleton, skeleton} projects to inject a license
|
||||||
|
file at build time to reflect the license declared in the license expression.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-cryptg
|
(define-public python-cryptg
|
||||||
(package
|
(package
|
||||||
(name "python-cryptg")
|
(name "python-cryptg")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user