[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20/57: gnu: Add python-packaging-legacy.
From: |
guix-commits |
Subject: |
20/57: gnu: Add python-packaging-legacy. |
Date: |
Thu, 19 Dec 2024 06:31:38 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit c1099dffd27c3c681c3568e9e4e612e986de9a6e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Dec 16 20:38:39 2024 +0100
gnu: Add python-packaging-legacy.
* gnu/packages/python-xyz.scm (python-packaging-legacy): New variable.
Change-Id: Ibdb6505baf77e9e9ed93c8b21413f876ada05f5a
---
gnu/packages/python-xyz.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9cb4772573..516f309ac4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -25889,6 +25889,29 @@ manipulation, or @code{stdout}.")
;; licenses.
(license (list license:asl2.0 license:bsd-2))))
+(define-public python-packaging-legacy
+ (package
+ (name "python-packaging-legacy")
+ (version "23.0.post0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "packaging_legacy" version))
+ (sha256
+ (base32 "1nyryxlc7fd4c0jmfp99az1s61vfv5xbi6017wqi4wd7j4ia8x69"))))
+ (build-system pyproject-build-system)
+ (propagated-inputs (list python-packaging))
+ (native-inputs
+ (list python-pretend
+ python-pytest
+ python-setuptools
+ python-wheel))
+ (home-page "https://pypi.org/project/packaging-legacy/")
+ (synopsis "Core utilities for legacy Python packages")
+ (description "This library provides support for legacy Python Packaging
+functionality removed from @code{packaging}.")
+ (license license:asl2.0)))
+
(define-public python-relatorio
(package
(name "python-relatorio")
- branch python-team created (now 94b50dc8b1), guix-commits, 2024/12/19
- 08/57: gnu: python-pyproject-api: Update to 1.8.0., guix-commits, 2024/12/19
- 11/57: gnu: Add python-time-machine., guix-commits, 2024/12/19
- 19/57: gnu: Add python-legacy-cgi., guix-commits, 2024/12/19
- 20/57: gnu: Add python-packaging-legacy.,
guix-commits <=
- 33/57: gnu: python-colorama: Update to 0.4.6., guix-commits, 2024/12/19
- 03/57: gnu: python-statmake: Remove obsolete build phase., guix-commits, 2024/12/19
- 09/57: gnu: python-pytest-qt: Update to 4.4.0., guix-commits, 2024/12/19
- 25/57: gnu: Add python-devpi-client., guix-commits, 2024/12/19
- 05/57: gnu: python-pyramid: Update to 2.0.2., guix-commits, 2024/12/19
- 31/57: gnu: python-py2bit: Use pyproject-build-system., guix-commits, 2024/12/19
- 02/57: gnu: python-cattrs: Update to 24.1.2., guix-commits, 2024/12/19
- 36/57: gnu: python-virtualenv: Update to 20.28.0., guix-commits, 2024/12/19
- 04/57: gnu: python-bokeh: Fix build., guix-commits, 2024/12/19
- 12/57: gnu: python-pytest-subprocess: Update to 1.5.2., guix-commits, 2024/12/19