[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#51174] [PATCH] gnu: Add python-giturlparse.
From: |
jgart |
Subject: |
[bug#51174] [PATCH] gnu: Add python-giturlparse. |
Date: |
Wed, 13 Oct 2021 00:36:36 -0400 |
* gnu/packages/python-web.scm (python-giturlparse): New variable.
---
gnu/packages/python-web.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index b99e358e26..9e5697b050 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -6030,6 +6030,24 @@ over IMAP:
@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
+"Parse git URLs for GitHub, Bitbucket, FriendCode, Assembla, Gitlab, and
+more.")
+ (license license:asl2.0)))
+
(define-public python-hstspreload
(package
(name "python-hstspreload")
--
2.33.0
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug#51174] [PATCH] gnu: Add python-giturlparse.,
jgart <=