diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-05-12 20:16:35 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-05-12 20:25:41 +0100 |
commit | 6eef69608edbaae06c7bd66dff79f21049b2e89e (patch) | |
tree | eb49441cf2d137efaa1ed4f1d05cefcdc746a23a /gnu/packages/python-web.scm | |
parent | 22a9f2dad134a2bb5dbb275d364bd64732f01140 (diff) |
gnu: parfive: Renamve variable.
The most of the time Parfive is used as Python's library which
complicates using Guix import, this change align the name with expected
by importer.
* gnu/packages/python-web.scm (parfive): Rename variable to python-parfive.
* gnu/packages/astronomy.scm (python-sunpy, python-sunpy-minimal)
[propagated-inputs]: Remove parfive; add python-parfive.
Change-Id: I1a6d29f64d9aa49caff2838125f0ee2ca0e65b46
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r-- | gnu/packages/python-web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 6f25942eb1..79b83da820 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -2338,9 +2338,9 @@ HTTP servers, RESTful APIs, and web services.") (properties `((lint-hidden-cve . ("CVE-2019-10751")))) (license license:bsd-3))) -(define-public parfive +(define-public python-parfive (package - (name "parfive") + (name "python-parfive") (version "2.2.0") (source (origin |