gnu: Add python-giturlparse.

* gnu/packages/python-web.scm (python-giturlparse): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
jgart 2021-10-13 00:36:36 -04:00 committed by Efraim Flashner
parent 0502be5baf
commit f52719dfad
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -6049,6 +6049,23 @@ (define-public python-imap-tools
@end itemize")
(license license:asl2.0)))
(define-public python-giturlparse
(package
(name "python-giturlparse")
(version "0.10.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "giturlparse" version))
(sha256
(base32 "0dxk7sqy8ibaqdl6jzxd0ac1p7shzp4p9f3lhkd7qw9h3llsp595"))))
(build-system python-build-system)
(home-page "https://github.com/nephila/giturlparse")
(synopsis "Git URL parsing module")
(description "This package provides a git URL parsing module which supports
parsing and rewriting of remote git URLs from various hosting providers.")
(license license:asl2.0)))
(define-public python-hstspreload
(package
(name "python-hstspreload")