gnu: Add python-whatthepatch.

* gnu/packages/python-xyz.scm (python-whatthepatch): New variable.

Change-Id: If087238003594c55f52d4467b6e7b494a52348f8
This commit is contained in:
Ricardo Wurmus 2024-05-08 11:55:05 +02:00 committed by Sharlatan Hellseher
parent c0abeb4efa
commit 09e340ea61
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -20133,6 +20133,24 @@ templates into Python modules.")
server with very acceptable performance.") server with very acceptable performance.")
(license license:zpl2.1))) (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 (define-public python-whichcraft
(package (package
(name "python-whichcraft") (name "python-whichcraft")