summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2025-05-01 08:57:22 +0200
committerAndreas Enge <andreas@enge.fr>2025-05-01 08:57:55 +0200
commitc8efb51982c3099a2a14b8412b2e258c522e94c5 (patch)
tree68268b11dcdde245b8623239364cb8da5b56577b /gnu/packages/python-web.scm
parent1f528df591f5389917f30f0721b8cbae73c53542 (diff)
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>
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm17
1 files changed, 0 insertions, 17 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 4f5ce4dbd26..c0c9e244f80 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -10897,23 +10897,6 @@ ruby Shopify API gem. The library makes HTTP requests to Shopify in order to
10897list, create, update, or delete resources (e.g. Order, Product, Collection).") 10897list, create, update, or delete resources (e.g. Order, Product, Collection).")
10898 (license license:expat))) 10898 (license license:expat)))
10899 10899
10900(define-public python-whatthepatch
10901 (package
10902 (name "python-whatthepatch")
10903 (version "1.0.2")
10904 (source (origin
10905 (method url-fetch)
10906 (uri (pypi-uri "whatthepatch" version))
10907 (sha256
10908 (base32
10909 "17zspm5sxhvggkdhwq4s0fzf4mkc825xshn734g2j2iy2xcylh65"))))
10910 (build-system python-build-system)
10911 (home-page "https://github.com/cscorley/whatthepatch")
10912 (synopsis "Patch parsing and application")
10913 (description
10914 "This package provides a library to parse and apply patches.")
10915 (license license:expat)))
10916
10917(define-public python-pybadges 10900(define-public python-pybadges
10918 (package 10901 (package
10919 (name "python-pybadges") 10902 (name "python-pybadges")