[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
24/72: gnu: Add python-devpi-server.
From: |
guix-commits |
Subject: |
24/72: gnu: Add python-devpi-server. |
Date: |
Thu, 26 Dec 2024 09:33:00 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 4bfb816990b0a364fab969180e0cb589bf867c41
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Dec 16 21:05:24 2024 +0100
gnu: Add python-devpi-server.
* gnu/packages/python-web.scm (python-devpi-server): New variable.
Change-Id: I5ca0e39595f2081f4a71bc0bc71106cac1508ce4
---
gnu/packages/python-web.scm | 48 +++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 48 insertions(+)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 711064f43a..c5c8ce6af5 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -168,6 +168,54 @@
devpi-client and others.")
(license license:expat)))
+(define-public python-devpi-server
+ (package
+ (name "python-devpi-server")
+ (version "6.14.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "devpi-server" version))
+ (sha256
+ (base32 "08smfjhnvqj68fp45gzqm9axjcgnksc0z31v48llivnzlxwf8cmr"))))
+ (build-system pyproject-build-system)
+ (arguments
+ (list
+ #:test-flags
+ ;; These all fail with: "module 'py' has no attribute 'io'"
+ '(list "--ignore=test_devpi_server/test_importexport.py"
+ "--ignore=test_devpi_server/test_main.py"
+ "--ignore=test_devpi_server/test_genconfig.py")))
+ (propagated-inputs (list python-argon2-cffi
+ python-attrs
+ python-defusedxml
+ python-devpi-common
+ python-httpx
+ python-itsdangerous
+ python-lazy
+ python-legacy-cgi
+ python-passlib
+ python-platformdirs
+ python-pluggy
+ python-py
+ python-pyramid
+ python-repoze-lru
+ python-ruamel.yaml
+ python-strictyaml
+ python-waitress))
+ (native-inputs
+ (list python-execnet
+ python-pytest
+ python-pytest-timeout
+ python-setuptools
+ python-webtest
+ python-wheel))
+ (home-page "https://devpi.net")
+ (synopsis "Pypi.org caching server")
+ (description "This package implements a reliable private and pypi.org
+caching server.")
+ (license license:expat)))
+
(define-public python-huggingface-hub
(package
(name "python-huggingface-hub")
- 05/72: gnu: python-pyramid: Update to 2.0.2., (continued)
- 05/72: gnu: python-pyramid: Update to 2.0.2., guix-commits, 2024/12/26
- 02/72: gnu: python-cattrs: Update to 24.1.2., guix-commits, 2024/12/26
- 06/72: gnu: python-qdldl: Add missing input., guix-commits, 2024/12/26
- 10/72: gnu: python-nox: Update to 2024.10.09., guix-commits, 2024/12/26
- 14/72: gnu: python-awkward-cpp: Update to 43., guix-commits, 2024/12/26
- 16/72: gnu: Add python-strictyaml., guix-commits, 2024/12/26
- 18/72: gnu: Add python-repoze-lru., guix-commits, 2024/12/26
- 19/72: gnu: Add python-legacy-cgi., guix-commits, 2024/12/26
- 21/72: gnu: Add python-lazy., guix-commits, 2024/12/26
- 20/72: gnu: Add python-packaging-legacy., guix-commits, 2024/12/26
- 24/72: gnu: Add python-devpi-server.,
guix-commits <=
- 28/72: gnu: python-webcolors: Update to 24.11.1., guix-commits, 2024/12/26
- 29/72: gnu: python-zarr: Update to 2.18.4., guix-commits, 2024/12/26
- 31/72: gnu: python-py2bit: Use pyproject-build-system., guix-commits, 2024/12/26
- 53/72: gnu: python-gast: Update to 0.6.0., guix-commits, 2024/12/26
- 60/72: gnu: python-gevent: Propagate greenlet., guix-commits, 2024/12/26
- 62/72: gnu: python-dulwich: Update to 0.21.7., guix-commits, 2024/12/26
- 25/72: gnu: Add python-devpi-client., guix-commits, 2024/12/26
- 34/72: gnu: python-chardet: Update to 5.2.0., guix-commits, 2024/12/26
- 36/72: gnu: python-virtualenv: Update to 20.28.0., guix-commits, 2024/12/26
- 38/72: gnu: python-devtools: Simplify., guix-commits, 2024/12/26