mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-whatthepatch.
* gnu/packages/python-xyz.scm (python-whatthepatch): New variable. Change-Id: If087238003594c55f52d4467b6e7b494a52348f8
This commit is contained in:
parent
c0abeb4efa
commit
09e340ea61
1 changed files with 18 additions and 0 deletions
|
@ -20133,6 +20133,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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue