mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-17 00:18:16 -05:00
gnu: Add python-wadllib.
* gnu/packages/python-web.scm (python-wadllib): New variable.
This commit is contained in:
parent
9377be6a48
commit
5e25aeee16
1 changed files with 18 additions and 0 deletions
|
@ -7394,3 +7394,21 @@ (define-public python-extruct
|
||||||
@item Dublin Core Metadata (DC-HTML-2003)
|
@item Dublin Core Metadata (DC-HTML-2003)
|
||||||
@end itemize")
|
@end itemize")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
|
(define-public python-wadllib
|
||||||
|
(package
|
||||||
|
(name "python-wadllib")
|
||||||
|
(version "1.3.6")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "wadllib" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1z65crvdsjxh9nahz1g6q021ijmv85ixmq88l96d61qh5imavndc"))))
|
||||||
|
(build-system python-build-system)
|
||||||
|
(propagated-inputs (list python-lazr-uri))
|
||||||
|
(home-page "https://launchpad.net/wadllib")
|
||||||
|
(synopsis "Web Application Description Language (WADL) navigation library")
|
||||||
|
(description "The @code{wadllib} Python library allows navigating HTTP
|
||||||
|
resources using Web Application Description Language (WADL) files as guides.")
|
||||||
|
(license license:lgpl3)))
|
||||||
|
|
Loading…
Reference in a new issue