~ruther/guix-local

42d7a9ddf9d48e1ae5deec44ee6bee0383918a37 — Andreas Enge 11 months ago 8f1a5c7
gnu: python-django-4.2: Remove the alias.

* gnu/packages/django.scm (python-django-4.2): Rename to...
(python-django): ...this instead of defining the latter as the former.
* gnu/packages/maths.scm (python-mathics-django)[propagated-inputs],
gnu/packages/monitoring.scm (graphite-web)[propagated-inputs]:
Use python-django instead of python-django-4.2.

Change-Id: I9dd9d86d4f9af5c6ee66fd57949ad565a6657062
3 files changed, 3 insertions(+), 5 deletions(-)

M gnu/packages/django.scm
M gnu/packages/maths.scm
M gnu/packages/monitoring.scm
M gnu/packages/django.scm => gnu/packages/django.scm +1 -3
@@ 137,7 137,7 @@ a system that allows you to easily communicate between processes, and separate
your project into different processes.")
    (license license:bsd-3)))

(define-public python-django-4.2
(define-public python-django
  (package
    (name "python-django")
    (version "4.2.16")


@@ 229,8 229,6 @@ to the @dfn{don't repeat yourself} (DRY) principle.")
                  ;; This CVE seems fixed since 4.2.1.
                  (lint-hidden-cve . ("CVE-2023-31047"))))))

(define-public python-django python-django-4.2)

(define-public python-django-cache-url
  (package
    (name "python-django-cache-url")

M gnu/packages/maths.scm => gnu/packages/maths.scm +1 -1
@@ 11399,7 11399,7 @@ Mathics3.")
             (setenv "PYTHONPATH" (getcwd))
             (setenv "DJANGO_SETTINGS_MODULE" "mathics_django.settings")
             (invoke "django-admin" "test"))))))
    (propagated-inputs (list python-django-4.2
    (propagated-inputs (list python-django
                             python-mathics-scanner
                             python-mathics-core
                             python-networkx

M gnu/packages/monitoring.scm => gnu/packages/monitoring.scm +1 -1
@@ 519,7 519,7 @@ and persisting them to disk using the Whisper time-series library.")
             python-whisper))
      (propagated-inputs
       (list python-cairocffi
             python-django-4.2
             python-django
             python-django-tagging
             python-pyparsing
             python-pytz