summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-11-07 11:39:45 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-11-07 12:02:31 +0000
commit56282fa63f9ffbc3bfb2b3a80bbaaf3ed2dd5100 (patch)
treec054008f83302c92e41220886cbe233705c26f3c
parent7194e0379a0e871ba4686de9bb421f2e97d15249 (diff)
gnu: Remove python-paste.
Fails to build, no users in Guix. Note from upstream: Paste is in maintenance mode and recently moved from bitbucket to github. Patches are accepted to keep it on life support, but for the most part, please consider using other options. Fixes: guix/guix#3229 * gnu/packages/python-web.scm (python-paste): Delete variable. Change-Id: If4ee8da2a0c49f40676e32a934a6cfff81f3522d
-rw-r--r--gnu/packages/python-web.scm24
1 files changed, 0 insertions, 24 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 5c27a38624a..7f6cef5d502 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -8544,30 +8544,6 @@ package from WTForms. The package has been renamed to
8544@code{wtforms.ext.sqlalchemy} did.") 8544@code{wtforms.ext.sqlalchemy} did.")
8545 (license license:bsd-3))) 8545 (license license:bsd-3)))
8546 8546
8547(define-public python-paste
8548 (package
8549 (name "python-paste")
8550 (version "3.10.1")
8551 (source
8552 (origin
8553 (method url-fetch)
8554 (uri (pypi-uri "paste" version))
8555 (sha256
8556 (base32
8557 "0jjyl39r5ncx98rwi855x71qrwvwm59idgn7q0c7m2jyb8314g8w"))))
8558 (build-system pyproject-build-system)
8559 (native-inputs
8560 (list python-pytest
8561 python-setuptools
8562 python-wheel))
8563 (home-page "https://pythonpaste.readthedocs.io/")
8564 (synopsis "Python web development tools, focusing on WSGI")
8565 (description
8566 "Paste provides a variety of web development tools and middleware which
8567can be nested together to build web applications. Paste's design closely
8568follows ideas flowing from WSGI (Web Standard Gateway Interface).")
8569 (license license:expat)))
8570
8571(define-public python-urlgrabber 8547(define-public python-urlgrabber
8572 (package 8548 (package
8573 (name "python-urlgrabber") 8549 (name "python-urlgrabber")