mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove python-whatthepatch.
This is a duplicate of a package of the same name in (gnu packages python-xyz). Remove the variable with lower version number and without dependencies. * gnu/packages/python-web.scm (python-whatthepatch): Delete variable. Change-Id: Icb92be0f8560e089396779a00eecdd64137bf127 Reported-by: nomike <nomike@nomike.com>
This commit is contained in:
parent
1f528df591
commit
c8efb51982
1 changed files with 0 additions and 17 deletions
|
@ -10897,23 +10897,6 @@ ruby Shopify API gem. The library makes HTTP requests to Shopify in order to
|
||||||
list, create, update, or delete resources (e.g. Order, Product, Collection).")
|
list, create, update, or delete resources (e.g. Order, Product, Collection).")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-whatthepatch
|
|
||||||
(package
|
|
||||||
(name "python-whatthepatch")
|
|
||||||
(version "1.0.2")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (pypi-uri "whatthepatch" version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"17zspm5sxhvggkdhwq4s0fzf4mkc825xshn734g2j2iy2xcylh65"))))
|
|
||||||
(build-system python-build-system)
|
|
||||||
(home-page "https://github.com/cscorley/whatthepatch")
|
|
||||||
(synopsis "Patch parsing and application")
|
|
||||||
(description
|
|
||||||
"This package provides a library to parse and apply patches.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public python-pybadges
|
(define-public python-pybadges
|
||||||
(package
|
(package
|
||||||
(name "python-pybadges")
|
(name "python-pybadges")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue