[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
19/45: gnu: Add python-legacy-cgi.
From: |
guix-commits |
Subject: |
19/45: gnu: Add python-legacy-cgi. |
Date: |
Tue, 17 Dec 2024 11:50:33 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit d71c75a10af6deb987e385c613b0ee67eb36ce6a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Dec 16 20:38:09 2024 +0100
gnu: Add python-legacy-cgi.
* gnu/packages/python-web.scm (python-legacy-cgi): New variable.
Change-Id: I36253992291b2294896ae8c01a15f76b33615034
---
gnu/packages/python-web.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 790434ea15..d379827ca6 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -310,6 +310,26 @@ scripting Launchpad via its the web service API.")
reusable library for parsing, manipulating, and generating URIs.")
(license license:lgpl3)))
+(define-public python-legacy-cgi
+ (package
+ (name "python-legacy-cgi")
+ (version "2.6.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "legacy_cgi" version))
+ (sha256
+ (base32 "0hksizyq7awmwh3337zy0rmj47x6b5igzam6ffj74gbwfjfakbgj"))))
+ (build-system pyproject-build-system)
+ (native-inputs (list python-poetry-core python-pytest))
+ (home-page "https://github.com/jackrosenthal/legacy-cgi")
+ (synopsis "Fork of the legacy standard library cgi and cgitb modules")
+ (description
+ "This is a fork of the standard library modules @code{cgi} and
+@code{cgitb}. They are slated to be removed from the Python standard libary
+in Python 3.13 by PEP-594.")
+ (license license:psfl)))
+
(define-public python-portend
(package
(name "python-portend")
- 25/45: gnu: Add python-devpi-client., (continued)
- 25/45: gnu: Add python-devpi-client., guix-commits, 2024/12/17
- 11/45: gnu: Add python-time-machine., guix-commits, 2024/12/17
- 23/45: gnu: Add python-devpi-common., guix-commits, 2024/12/17
- 27/45: gnu: python-tox: Update to 4.23.2., guix-commits, 2024/12/17
- 29/45: gnu: python-zarr: Update to 2.18.4., guix-commits, 2024/12/17
- 32/45: gnu: python-extension-helpers: Update to 1.2.0., guix-commits, 2024/12/17
- 34/45: gnu: python-chardet: Update to 5.2.0., guix-commits, 2024/12/17
- 37/45: gnu: python-typing-extensions: Update to 4.12.2., guix-commits, 2024/12/17
- 36/45: gnu: python-virtualenv: Update to 20.28.0., guix-commits, 2024/12/17
- 40/45: gnu: python-uvicorn: Update to 0.34.0., guix-commits, 2024/12/17
- 19/45: gnu: Add python-legacy-cgi.,
guix-commits <=
- 18/45: gnu: Add python-repoze-lru., guix-commits, 2024/12/17
- 22/45: gnu: Add python-pypitoken., guix-commits, 2024/12/17
- 45/45: gnu: python-pydantic: Fix build., guix-commits, 2024/12/17
- 06/45: gnu: python-qdldl: Add missing input., guix-commits, 2024/12/17
- 04/45: gnu: python-bokeh: Fix build., guix-commits, 2024/12/17
- 03/45: gnu: python-statmake: Remove obsolete build phase., guix-commits, 2024/12/17
- 07/45: gnu: python-cachetools: Update to 5.5.0., guix-commits, 2024/12/17
- 14/45: gnu: python-awkward-cpp: Update to 43., guix-commits, 2024/12/17
- 24/45: gnu: Add python-devpi-server., guix-commits, 2024/12/17
- 26/45: gnu: Add python-devpi-process., guix-commits, 2024/12/17