[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")
- 113/474: gnu: python-jupyterlab-server: Update to 2.27.1., (continued)
- 113/474: gnu: python-jupyterlab-server: Update to 2.27.1., guix-commits, 2024/11/30
- 445/474: gnu: python-jsonargparse: Remove pre-commit from native-inputs., guix-commits, 2024/11/30
- 118/474: gnu: Add python-pytoolconfig., guix-commits, 2024/11/30
- 123/474: gnu: python-lsp-server: Update to 1.11.0., guix-commits, 2024/11/30
- 134/474: gnu: python-jupyterlab-widgets: Update to 3.0.10., guix-commits, 2024/11/30
- 133/474: gnu: python-ipykernel: Update to 6.29.4., guix-commits, 2024/11/30
- 125/474: gnu: python-sphinx-5: Disable failing tests., guix-commits, 2024/11/30
- 129/474: gnu: python-mistune: Update to 3.0.2., guix-commits, 2024/11/30
- 146/474: gnu: python-django-localflavor: Move to pyproject-build-system., guix-commits, 2024/11/30
- 157/474: gnu: python-conda-package-handling: Move to pyproject-build-system., guix-commits, 2024/11/30
- 119/474: gnu: Add python-whatthepatch.,
guix-commits <=
- 138/474: gnu: python-black: Move to pyproject-build-system., guix-commits, 2024/11/30
- 156/474: gnu: conda: Reindent., guix-commits, 2024/11/30
- 172/474: gnu: python-flask-login: Move to pyproject-build-system., guix-commits, 2024/11/30
- 148/474: gnu: Add xcffibgen., guix-commits, 2024/11/30
- 152/474: gnu: qtile: Improve package style., guix-commits, 2024/11/30
- 165/474: gnu: python-pytest-runner: Improve package style., guix-commits, 2024/11/30
- 195/474: gnu: python-orderedmultidict: Move to pyproject-build-system., guix-commits, 2024/11/30
- 186/474: gnu: python-jaraco-packaging: Move to pyproject-build-system., guix-commits, 2024/11/30
- 196/474: gnu: python-flake8-isort: Move to pyproject-build-system., guix-commits, 2024/11/30
- 215/474: gnu: python-matplotlib: Ignore failing tests., guix-commits, 2024/11/30