[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
56/105: gnu: Add python-devpi-common.
From: |
guix-commits |
Subject: |
56/105: gnu: Add python-devpi-common. |
Date: |
Sat, 21 Dec 2024 11:56:43 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 00bf5f949f1dd5585c245ca760c34ab811459716
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 90584318de..d9b441f960 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")
- 47/105: gnu: python-awkward-cpp: Update to 43., (continued)
- 47/105: gnu: python-awkward-cpp: Update to 43., guix-commits, 2024/12/21
- 51/105: gnu: Add python-repoze-lru., guix-commits, 2024/12/21
- 57/105: gnu: Add python-devpi-server., guix-commits, 2024/12/21
- 66/105: gnu: python-colorama: Update to 0.4.6., guix-commits, 2024/12/21
- 68/105: gnu: python-platformdirs: Update to 4.3.6., guix-commits, 2024/12/21
- 35/105: gnu: python-cattrs: Update to 24.1.2., guix-commits, 2024/12/21
- 39/105: gnu: python-qdldl: Add missing input., guix-commits, 2024/12/21
- 59/105: gnu: Add python-devpi-process., guix-commits, 2024/12/21
- 60/105: gnu: python-tox: Update to 4.23.2., guix-commits, 2024/12/21
- 61/105: gnu: python-webcolors: Update to 24.11.1., guix-commits, 2024/12/21
- 56/105: gnu: Add python-devpi-common.,
guix-commits <=
- 64/105: gnu: python-py2bit: Use pyproject-build-system., guix-commits, 2024/12/21
- 76/105: gnu: python-a2wsgi: Disable one test., guix-commits, 2024/12/21
- 78/105: gnu: python-pydantic: Fix build., guix-commits, 2024/12/21
- 84/105: gnu: python-email-validator: Update to 2.2.0., guix-commits, 2024/12/21
- 73/105: gnu: python-uvicorn: Update to 0.34.0., guix-commits, 2024/12/21
- 82/105: gnu: python-stsci-stimage: Fix build., guix-commits, 2024/12/21
- 86/105: gnu: python-gast: Update to 0.6.0., guix-commits, 2024/12/21
- 89/105: gnu: python-pandas-2: Remove X., guix-commits, 2024/12/21
- 87/105: gnu: python-beniget: Update to 0.4.2.post1., guix-commits, 2024/12/21
- 98/105: gnu: python-pydevd: Avoid test failures due to greendns., guix-commits, 2024/12/21