diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-15 20:49:29 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:05 +0100 |
| commit | 0b3a240aec9e435bf69e3d137a634c8d683245c2 (patch) | |
| tree | 0c7877fcdb42388dff878013739e67c977f46db0 /gnu/packages/python-xyz.scm | |
| parent | 86d8f820ec4bb4ecf6ac890cdbfa67f34d784e1f (diff) | |
gnu: python-constantly: Update to 23.10.4.
* gnu/packages/python-xyz.scm (python-constantly): Update to 23.10.4.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools and python-versioneer.
Change-Id: Ib52c1d75628bf5859df0fd2139bf0bacb08df871
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index a2e4054143..4a3ae8e172 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -26049,14 +26049,19 @@ instead of servers and network commands.") (define-public python-constantly (package (name "python-constantly") - (version "15.1.0") - (source (origin - (method url-fetch) - (uri (pypi-uri "constantly" version)) - (sha256 - (base32 - "0dgwdla5kfpqz83hfril716inm41hgn9skxskvi77605jbmp4qsq")))) - (build-system python-build-system) + (version "23.10.4") + (source + (origin + (method url-fetch) + (uri (pypi-uri "constantly" version)) + (sha256 + (base32 "1gbw3izhn1gx1rgc61jbfr4dr535fxhynifp7jrhpb726c5bg4ma")))) + (build-system pyproject-build-system) + (arguments + (list #:tests? #f)) ;cycles with python-twisted + (native-inputs + (list python-setuptools + python-versioneer)) (home-page "https://github.com/twisted/constantly") (synopsis "Symbolic constants in Python") (description "Constantly is a Python library that provides symbolic |
