* [bug#51174] [PATCH] gnu: Add python-giturlparse.
@ 2021-10-13 4:36 jgart via Guix-patches via
2021-11-08 8:51 ` bug#51174: " Efraim Flashner
0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2021-10-13 4:36 UTC (permalink / raw)
To: 51174; +Cc: jgart
* 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#51174: [PATCH] gnu: Add python-giturlparse.
2021-10-13 4:36 [bug#51174] [PATCH] gnu: Add python-giturlparse jgart via Guix-patches via
@ 2021-11-08 8:51 ` Efraim Flashner
0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2021-11-08 8:51 UTC (permalink / raw)
To: 51174-done
[-- Attachment #1: Type: text/plain, Size: 295 bytes --]
I changed the description to make it more general and pushed the patch.
Thanks!
--
Efraim Flashner <efraim@flashner.co.il> רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-11-08 8:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-13 4:36 [bug#51174] [PATCH] gnu: Add python-giturlparse jgart via Guix-patches via
2021-11-08 8:51 ` bug#51174: " Efraim Flashner
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).