[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: |
Thu, 21 Nov 2024 06:29:02 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit de5ca0e5e37ad7533415db6541121a9151e1eebd
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")
- 60/361: gnu: python-openpyxl: Add Setuptools and Wheel., (continued)
- 60/361: gnu: python-openpyxl: Add Setuptools and Wheel., guix-commits, 2024/11/21
- 81/361: gnu: python-websocket-client: Update to 1.8.0., guix-commits, 2024/11/21
- 63/361: gnu: python-rich: Remove python-ipywidgets., guix-commits, 2024/11/21
- 83/361: gnu: python-pytest-tornasync: Use Tornado 6., guix-commits, 2024/11/21
- 85/361: gnu: python-pyzmq: Use Tornado 6., guix-commits, 2024/11/21
- 108/361: gnu: python-openapi-spec-validator: Update to 0.7.1., guix-commits, 2024/11/21
- 97/361: gnu: Add python-jupyter-server-terminals., guix-commits, 2024/11/21
- 109/361: gnu: python-cattrs: Update to 23.2.3., guix-commits, 2024/11/21
- 105/361: gnu: python-sparqlkernel: Patch install script., guix-commits, 2024/11/21
- 106/361: gnu: Add python-pathable., guix-commits, 2024/11/21
- 119/361: gnu: Add python-whatthepatch.,
guix-commits <=
- 141/361: gnu: python-mutagen: Move to pyproject-build-system., guix-commits, 2024/11/21
- 137/361: gnu: python-transient: Move to pyproject-build-system., guix-commits, 2024/11/21
- 138/361: gnu: python-black: Move to pyproject-build-system., guix-commits, 2024/11/21
- 143/361: gnu: python-zope-i18nmessageid: Update to 5.1.1., guix-commits, 2024/11/21
- 140/361: gnu: python-codespell: Improve package style., guix-commits, 2024/11/21
- 160/361: gnu: dynaconf: Improve package style., guix-commits, 2024/11/21
- 173/361: gnu: python-parse-type: Move to pyproject-build-system., guix-commits, 2024/11/21
- 251/361: gnu: behave: Update to 1.2.7.dev5., guix-commits, 2024/11/21
- 253/361: gnu: python-pooch: Adjust inputs., guix-commits, 2024/11/21
- 254/361: gnu: python-pycollada: Adjust inputs., guix-commits, 2024/11/21