[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#76835] [PATCH v3 33/40] gnu: Add python-throttler.
From: |
Nicolas Graves |
Subject: |
[bug#76835] [PATCH v3 33/40] gnu: Add python-throttler. |
Date: |
Mon, 10 Mar 2025 03:16:38 +0100 |
* gnu/packages/python-xyz.scm (python-throttler): New variable.
---
gnu/packages/python-xyz.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c6d90fe1ac..540ea1b379 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14869,6 +14869,33 @@ (define-public python-three-merge
approach.")
(license license:expat)))
+(define-public python-throttler
+ (package
+ (name "python-throttler")
+ (version "1.2.2")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/uburuntu/throttler")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1gn21x0zkm7rr7qijlz7nvw7z0mm1j2r0r2lslg7wln1z36gjkbw"))))
+ (build-system pyproject-build-system)
+ (native-inputs (list python-aiohttp
+ python-pytest
+ python-pytest-asyncio
+ python-pytest-cov
+ python-setuptools
+ python-wheel))
+ (home-page "https://github.com/uburuntu/throttler")
+ (synopsis "Throttling with asyncio support in Python")
+ (description
+ "This package provides a zero-dependency Python package for easy
+throttling with asyncio support.")
+ (license license:expat)))
+
(define-public snakemake
(package
(name "snakemake")
--
2.48.1
- [bug#76835] [PATCH v3 10/40] gnu: Remove python-django-3.2., (continued)
- [bug#76835] [PATCH v3 10/40] gnu: Remove python-django-3.2., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 17/40] gnu: Remove python-parameterizedtestcase., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 13/40] gnu: python-sphinx-panels: Update input to python-sphinx-5., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 14/40] gnu: python-numpy-documentation: Update python-sphinx native-input., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 21/40] gnu: sphinx-5: Ignore failing test., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 20/40] gnu: python-docutils-0.15: Update to 0.16., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 22/40] gnu: python-importlib-resources: Update python-setuptools input., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 16/40] gnu: Remove python-anyjson., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 25/40] gnu: python-dpath: Update to 2.2.0., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 28/40] gnu: Add python-snakemake-interface-common., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 33/40] gnu: Add python-throttler.,
Nicolas Graves <=
- [bug#76835] [PATCH v3 35/40] gnu: Add python-conda-inject., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 26/40] gnu: python-yte: Update to 1.7.0., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 27/40] gnu: Add python-argparse-dataclass., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 15/40] gnu: Remove python-sphinx-4., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 23/40] gnu: python-louvain: Use pyproject-build-system., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 29/40] gnu: Add python-snakemake-interface-executor-plugins., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 37/40] gnu: python-ratelimiter: Update to 1.2.0-0.da78a45., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 30/40] gnu: Add python-snakemake-interface-report-plugins., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 34/40] gnu: Add python-reretry., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 19/40] gnu: gdal: Update to 3.10.2., Nicolas Graves, 2025/03/09