mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: Add python-ld.
* gnu/packages/python-xyz.scm (python-ld): New variable.
This commit is contained in:
parent
3f3d66377c
commit
9fd8f44bd7
1 changed files with 21 additions and 0 deletions
|
@ -24618,6 +24618,27 @@ (define-public python-typogrify
|
||||||
Django template systems, the filters can be used in any environment.")
|
Django template systems, the filters can be used in any environment.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
|
(define-public python-ld
|
||||||
|
(package
|
||||||
|
(name "python-ld")
|
||||||
|
(version "0.5.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "ld" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1k4ydp5rgkv4985v459kcl06i1igjm1ywvh2vkbi9ck1zyyri1z5"))))
|
||||||
|
(build-system python-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
`(("python-six" ,python-six)))
|
||||||
|
(home-page "https://github.com/nir0s/ld")
|
||||||
|
(synopsis "OS platform information API")
|
||||||
|
(description
|
||||||
|
"The ld package provides information about the GNU/Linux distribution it
|
||||||
|
runs on, such as a reliable machine-readable ID, or version information.")
|
||||||
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public python-pathvalidate
|
(define-public python-pathvalidate
|
||||||
(package
|
(package
|
||||||
(name "python-pathvalidate")
|
(name "python-pathvalidate")
|
||||||
|
|
Loading…
Reference in a new issue