guix-commits
[Top][All Lists]
Advanced

[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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]