[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
339/420: gnu: Add python-ephemeral-port-reserve.
From: |
guix-commits |
Subject: |
339/420: gnu: Add python-ephemeral-port-reserve. |
Date: |
Tue, 26 Nov 2024 16:29:29 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 9e5a37db1a5e1d21ae097e4884d2d417034caf3c
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Nov 16 23:20:26 2024 +0000
gnu: Add python-ephemeral-port-reserve.
* gnu/packages/python-web.scm (python-ephemeral-port-reserve): New variable.
Change-Id: I198370d0d3b6ddaf3cc94a98a2cbebb654072e53
---
gnu/packages/python-web.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 8f56bcd2b2..d31b4b74a8 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -5398,6 +5398,27 @@ this it tries to be opinion-free and very extendable.")
server.")
(license license:expat)))
+(define-public python-ephemeral-port-reserve
+ (package
+ (name "python-ephemeral-port-reserve")
+ (version "1.1.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "ephemeral_port_reserve" version))
+ (sha256
+ (base32 "1chl9hil7ggz6l4sfhmp0l2j55qcskbc3pj9360b0309jwndmxxq"))))
+ (build-system pyproject-build-system)
+ (native-inputs
+ (list python-setuptools
+ python-wheel))
+ (home-page "https://github.com/Yelp/ephemeral-port-reserve/")
+ (synopsis "Find an unused port, reliably")
+ (description
+ "Bind to an ephemeral port, force it into the TIME_WAIT state, and unbind
+it.")
+ (license license:expat)))
+
(define-public python-flask-migrate
(package
(name "python-flask-migrate")
- 315/420: gnu: python-cffi: Update to 1.17.1., (continued)
- 315/420: gnu: python-cffi: Update to 1.17.1., guix-commits, 2024/11/26
- 323/420: gnu: python-flaky: Update to 3.8.1., guix-commits, 2024/11/26
- 303/420: gnu: python-ptyprocess: Update to 0.7.0., guix-commits, 2024/11/26
- 321/420: gnu: python-py: Improve package style., guix-commits, 2024/11/26
- 340/420: gnu: python-werkzeug: Update to 3.1.3., guix-commits, 2024/11/26
- 319/420: gnu: python-jedi: Update to 0.19.2., guix-commits, 2024/11/26
- 342/420: gnu: python-matplotlib: Disable more failing tests., guix-commits, 2024/11/26
- 318/420: gnu: python-parso: Update to 0.8.4., guix-commits, 2024/11/26
- 353/420: gnu: python-flask-restful: Update to 0.3.10., guix-commits, 2024/11/26
- 343/420: gnu: python-xlsxwriter: Update to 3.2.0., guix-commits, 2024/11/26
- 339/420: gnu: Add python-ephemeral-port-reserve.,
guix-commits <=
- 351/420: gnu: python-pytest-httpserver: Update to 1.1.0., guix-commits, 2024/11/26
- 335/420: gnu: python-numpy: Update to 1.24.4., guix-commits, 2024/11/26
- 355/420: gnu: Remove python-flask-jwt., guix-commits, 2024/11/26
- 368/420: gnu: python-pytest-flask: Update to 1.3.0., guix-commits, 2024/11/26
- 367/420: gnu: python-pytest-doctestplus: Update to 1.2.1., guix-commits, 2024/11/26
- 373/420: gnu: python-pytest-remotedata: Fix tests., guix-commits, 2024/11/26
- 382/420: gnu: python-pure-eval: Update to 0.2.3., guix-commits, 2024/11/26
- 381/420: gnu: python-executing: Update to 2.1.0., guix-commits, 2024/11/26
- 396/420: gnu: python-ecdsa: Update to 0.19.0., guix-commits, 2024/11/26
- 390/420: gnu: python-tornado-6: Update to 6.4.2., guix-commits, 2024/11/26