diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-07 11:38:21 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-07 12:02:31 +0000 |
| commit | 7194e0379a0e871ba4686de9bb421f2e97d15249 (patch) | |
| tree | e4ee885c3827a9c53cb3328998c17fed52fb2a77 /gnu/packages/python-web.scm | |
| parent | bf745a458d82ba8351508ef841ce27b12e77a431 (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
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 29 |
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") |
