[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
21/299: gnu: Add python-devpi-common.
From: |
guix-commits |
Subject: |
21/299: gnu: Add python-devpi-common. |
Date: |
Mon, 13 Jan 2025 15:17:41 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 2e10a1546a22ab890edd002affb25852a3f9393c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Dec 16 21:04:58 2024 +0100
gnu: Add python-devpi-common.
* gnu/packages/python-web.scm (python-devpi-common): New variable.
Change-Id: I9deef7d64b0c6d2c212dddd3ca3113b3f3dd1082
---
gnu/packages/python-web.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 628b92666e..b1d0540165 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -143,6 +143,31 @@
#:use-module (gnu packages)
#:use-module (srfi srfi-1))
+(define-public python-devpi-common
+ (package
+ (name "python-devpi-common")
+ (version "4.0.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "devpi_common" version))
+ (sha256
+ (base32 "1k217b0fvsc7k2afw6wwlvqr1ksnv1vjzfm61g358vn98nd0lni3"))))
+ (build-system pyproject-build-system)
+ (propagated-inputs (list python-lazy python-packaging-legacy
+ python-requests))
+ (native-inputs
+ (list python-pytest
+ python-setuptools
+ python-wheel))
+ (home-page "https://github.com/devpi/devpi")
+ (synopsis
+ "Utilities jointly used by devpi-server, devpi-client and others")
+ (description
+ "This package provides utilities jointly used by devpi-server,
+devpi-client and others.")
+ (license license:expat)))
+
(define-public python-huggingface-hub
(package
(name "python-huggingface-hub")
- 151/299: gnu: Add rust-speedate-0.15., (continued)
- 151/299: gnu: Add rust-speedate-0.15., guix-commits, 2025/01/13
- 138/299: gnu: awscli-2: Run tests., guix-commits, 2025/01/13
- 120/299: gnu: python-botocore: Update to 1.35.90., guix-commits, 2025/01/13
- 166/299: gnu: python-fastapi: Relax requirements., guix-commits, 2025/01/13
- 287/299: gnu: python-whatshap: Add missing input., guix-commits, 2025/01/13
- 292/299: gnu: python-cle: Add missing inputs., guix-commits, 2025/01/13
- 116/299: gnu: python-apprise: Update to 1.9.1., guix-commits, 2025/01/13
- 144/299: gnu: python-pillow-simd: Update to 10.0.1.post0., guix-commits, 2025/01/13
- 127/299: gnu: python-moto: Update to 5.0.25., guix-commits, 2025/01/13
- 185/299: gnu: python-mudata: Update to 0.3.1., guix-commits, 2025/01/13
- 21/299: gnu: Add python-devpi-common.,
guix-commits <=
- 101/299: gnu: python-matrix-nio: Use test-flags., guix-commits, 2025/01/13
- 128/299: gnu: python-google-auth: Update to 2.37.0., guix-commits, 2025/01/13
- 122/299: gnu: python-aws-xray-sdk: Update to 2.14.0., guix-commits, 2025/01/13
- 164/299: gnu: python-starsessions: Update input., guix-commits, 2025/01/13
- 129/299: gnu: python-thinc: Remove old version of dataclasses., guix-commits, 2025/01/13
- 167/299: gnu: Remove python-starlette-for-fastapi-0.88., guix-commits, 2025/01/13
- 155/299: gnu: python-pdm-backend: Update to 2.4.3., guix-commits, 2025/01/13
- 173/299: gnu: python-asgi-lifespan: Update to 2.1.0., guix-commits, 2025/01/13
- 169/299: gnu: python-wrapt: Update to 1.17.0., guix-commits, 2025/01/13
- 168/299: gnu: python-pytorch-geometric: Disable one test., guix-commits, 2025/01/13