guix-commits
[Top][All Lists]
Advanced

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

119/474: gnu: Add python-whatthepatch.


From: guix-commits
Subject: 119/474: gnu: Add python-whatthepatch.
Date: Sat, 30 Nov 2024 18:20:03 -0500 (EST)

sharlatan pushed a commit to branch python-team
in repository guix.

commit 7c8953896bde46b8fcde060d09cc3fdb5ed5494c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed May 8 11:55:05 2024 +0200

    gnu: Add python-whatthepatch.
    
    * gnu/packages/python-xyz.scm (python-whatthepatch): New variable.
    
    Change-Id: If087238003594c55f52d4467b6e7b494a52348f8
---
 gnu/packages/python-xyz.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e39a2a31c5..4785562536 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20067,6 +20067,24 @@ templates into Python modules.")
 server with very acceptable performance.")
     (license license:zpl2.1)))
 
+(define-public python-whatthepatch
+  (package
+    (name "python-whatthepatch")
+    (version "1.0.5")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "whatthepatch" version))
+       (sha256
+        (base32 "024grf30vkpcfr3bq822zv3slhx12ifm51rmfv1inn0j50blqdvz"))))
+    (build-system pyproject-build-system)
+    (native-inputs (list python-pytest python-setuptools python-wheel))
+    (home-page "https://github.com/cscorley/whatthepatch";)
+    (synopsis "Patch parsing and application library")
+    (description
+     "This package provides a patch parsing and application library.")
+    (license license:expat)))
+
 (define-public python-whichcraft
   (package
     (name "python-whichcraft")



reply via email to

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