emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#51174: closed ([PATCH] gnu: Add python-giturlparse.)


From: GNU bug Tracking System
Subject: bug#51174: closed ([PATCH] gnu: Add python-giturlparse.)
Date: Mon, 08 Nov 2021 08:53:01 +0000

Your message dated Mon, 8 Nov 2021 10:51:45 +0200
with message-id <YYjlIR2oLOyHzI6t@3900XT>
and subject line Re: [bug#51174] [PATCH] gnu: Add python-giturlparse.
has caused the debbugs.gnu.org bug report #51174,
regarding [PATCH] gnu: Add python-giturlparse.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
51174: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=51174
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#51174] [PATCH] gnu: Add python-giturlparse. Date: Mon, 8 Nov 2021 10:51:45 +0200
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: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]