[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
119/361: gnu: Add python-whatthepatch.
From: |
guix-commits |
Subject: |
119/361: gnu: Add python-whatthepatch. |
Date: |
Fri, 22 Nov 2024 06:00:24 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit 04cb242822e54e632a39bc460162b05ea2cf822e
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 271d6ff66f..ea152512c3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20044,6 +20044,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")
- 110/361: gnu: python-openapi-core: Update to 0.19.1., (continued)
- 110/361: gnu: python-openapi-core: Update to 0.19.1., guix-commits, 2024/11/22
- 107/361: gnu: Add python-jsonschema-path., guix-commits, 2024/11/22
- 114/361: gnu: python-sphinx-pytest: Update to 0.2.0., guix-commits, 2024/11/22
- 113/361: gnu: python-jupyterlab-server: Update to 2.27.1., guix-commits, 2024/11/22
- 108/361: gnu: python-openapi-spec-validator: Update to 0.7.1., guix-commits, 2024/11/22
- 117/361: gnu: repo2docker: Update to 2024.03.0., guix-commits, 2024/11/22
- 116/361: gnu: Add python-sphinxext-rediraffe., guix-commits, 2024/11/22
- 118/361: gnu: Add python-pytoolconfig., guix-commits, 2024/11/22
- 124/361: gnu: python-nbclient: Update to 0.10.0., guix-commits, 2024/11/22
- 126/361: gnu: python-sphinx-4: Inherit from python-sphinx-5., guix-commits, 2024/11/22
- 119/361: gnu: Add python-whatthepatch.,
guix-commits <=
- 130/361: gnu: python-nbconvert: Update to 7.16.4., guix-commits, 2024/11/22
- 131/361: gnu: python-widgetsnbextension: Update to 4.0.10., guix-commits, 2024/11/22
- 134/361: gnu: python-jupyterlab-widgets: Update to 3.0.10., guix-commits, 2024/11/22
- 141/361: gnu: python-mutagen: Move to pyproject-build-system., guix-commits, 2024/11/22
- 147/361: gnu: python-docker-pycreds: Move to pyproject-build-system., guix-commits, 2024/11/22
- 145/361: gnu: vdirsyncer: Move to pyproject-build-system and enable tests., guix-commits, 2024/11/22
- 150/361: gnu: python-xcffib: Move to (gnu packages xorg)., guix-commits, 2024/11/22
- 154/361: gnu: python-alembic: Move to pyproject-build-system., guix-commits, 2024/11/22
- 161/361: gnu: zulip-term: Move to pyproject-build-system., guix-commits, 2024/11/22
- 159/361: gnu: python-arrow: Move to pyproject-build-system., guix-commits, 2024/11/22