[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
410/420: gnu: Add python-installer.
From: |
guix-commits |
Subject: |
410/420: gnu: Add python-installer. |
Date: |
Tue, 26 Nov 2024 16:29:45 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit b36d1f3b57c66d214a874a8bec745716e7cd38e8
Author: Antero Mejr <mail@antr.me>
AuthorDate: Fri Jun 14 20:41:58 2024 +0000
gnu: Add python-installer.
* gnu/packages/python-xyz.scm (python-installer): New variable.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
---
gnu/packages/python-build.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index aa58a08a5c..7e959a3630 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -12,6 +12,7 @@
;;; Copyright © 2022 Greg Hogan <code@greghogan.com>
;;; Copyright © 2024 David Elsing <david.elsing@posteo.net>
;;; Copyright © 2024 Zheng Junjie <873216071@qq.com>
+;;; Copyright © 2024 Antero Mejr <mail@antr.me>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -837,6 +838,28 @@ parts of files defined using cut-off points or regular
expressions.")
version control system (like Git) to determine project versions.")
(license license:expat)))
+(define-public python-installer
+ (package
+ (name "python-installer")
+ (version "0.7.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "installer" version))
+ (sha256
+ (base32 "0cdnqh3a3amw8k4s1pzfjh0hpvzw4pczgl702s1b16r82qqkwvd2"))))
+ (build-system pyproject-build-system)
+ (arguments (list #:tests? #f)) ;avoid extra test dependencies
+ (native-inputs
+ (list python-flit-core))
+ (home-page "https://installer.rtfd.io/")
+ (synopsis "Installer library for Python wheels")
+ (description
+ "This package provides a low-level library for installing a Python
+package from a wheel distribution. It provides basic functionality and
+abstractions for handling wheels and installing packages from wheels.")
+ (license license:expat)))
+
(define-public python-pdm-backend
(package
(name "python-pdm-backend")
- 295/420: gnu: python-distributed: Adjust inputs., (continued)
- 295/420: gnu: python-distributed: Adjust inputs., guix-commits, 2024/11/26
- 290/420: gnu: python-mpv: Adjust inputs., guix-commits, 2024/11/26
- 301/420: gnu: Remove python-pytest-next., guix-commits, 2024/11/26
- 320/420: gnu: python-pickleshare: Improve package style., guix-commits, 2024/11/26
- 374/420: gnu: python-fastjsonschema: Update to 2.20.0., guix-commits, 2024/11/26
- 371/420: gnu: python-pytest-metadata: Update to 3.1.1., guix-commits, 2024/11/26
- 389/420: gnu: python-pytest-regressions: Update to 2.5.0., guix-commits, 2024/11/26
- 392/420: gnu: python-pytest-mypy-plugins: Update to 3.1.2., guix-commits, 2024/11/26
- 401/420: gnu: python-redis: Fix build., guix-commits, 2024/11/26
- 404/420: gnu: python-uvloop: Update to 0.21.0., guix-commits, 2024/11/26
- 410/420: gnu: Add python-installer.,
guix-commits <=
- 81/420: gnu: python-websocket-client: Update to 1.8.0., guix-commits, 2024/11/26
- 82/420: gnu: python-prometheus-client: Update to 0.20.0., guix-commits, 2024/11/26
- 417/420: gnu: python-service-identity: Update to 24.2.0., guix-commits, 2024/11/26
- 263/420: gnu: python-urwid: Update to 2.6.16., guix-commits, 2024/11/26
- 264/420: gnu: hangups: Fix build., guix-commits, 2024/11/26
- 272/420: gnu: python-robotframework-datadriver: Update to 1.11.2., guix-commits, 2024/11/26
- 283/420: gnu: python-mediafile: Update to 0.13.0., guix-commits, 2024/11/26
- 299/420: gnu: python-pytest: Update to 8.3.3., guix-commits, 2024/11/26
- 332/420: gnu: python-jsonschema: Update to 4.23.0., guix-commits, 2024/11/26
- 419/420: gnu: python-slotscheck: Update to 0.19.0., guix-commits, 2024/11/26