diff options
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 4f5ce4dbd2..c0c9e244f8 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 list, create, update, or delete resources (e.g. Order, Product, Collection).") (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 (package (name "python-pybadges") |
