From 7194e0379a0e871ba4686de9bb421f2e97d15249 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Fri, 7 Nov 2025 11:38:21 +0000 Subject: gnu: Remove python-pastescript. It fails to build, no users in Guix. Note from upstream: Paste Script is being maintained on life support. That means that critical bugs will be fixed, and support for new versions of Python will be handled, but other than that new features are not being considered. * gnu/packages/python-web.scm (python-pastescript): Delete variable. Change-Id: I399dcebd3a4329ed80d0eb0d3a2df01266272701 --- gnu/packages/python-web.scm | 29 ----------------------------- 1 file changed, 29 deletions(-) (limited to 'gnu/packages/python-web.scm') diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index f8d1c705b95..5c27a38624a 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -8568,35 +8568,6 @@ can be nested together to build web applications. Paste's design closely follows ideas flowing from WSGI (Web Standard Gateway Interface).") (license license:expat))) -(define-public python-pastescript - (package - (name "python-pastescript") - (version "3.7.0") - (source - (origin - (method url-fetch) - (uri (pypi-uri "pastescript" version)) - (sha256 - (base32 "08959bmp62pb2rlwr4wpwij15y83jcf9wa9jgg32jlvfzf6h4vsk")))) - (build-system pyproject-build-system) - (arguments - (list - #:test-flags #~(list "--ignore=tests/appsetup/testfiles"))) - (native-inputs - (list python-pytest - python-wheel)) - (propagated-inputs - (list python-paste - python-pastedeploy - python-setuptools)) - (home-page "https://github.com/pasteorg/pastescript") - (synopsis "Pluggable command line tool for serving web applications and more") - (description - "PasteScript is a plugin-friendly command line tool which provides a -variety of features, from launching web applications to bootstrapping project -layouts.") - (license license:expat))) - (define-public python-urlgrabber (package (name "python-urlgrabber") -- cgit v1.3