summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-11-07 11:38:21 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-11-07 12:02:31 +0000
commit7194e0379a0e871ba4686de9bb421f2e97d15249 (patch)
treee4ee885c3827a9c53cb3328998c17fed52fb2a77
parentbf745a458d82ba8351508ef841ce27b12e77a431 (diff)
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
-rw-r--r--gnu/packages/python-web.scm29
1 files changed, 0 insertions, 29 deletions
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")