diff options
| author | Andreas Enge <andreas@enge.fr> | 2025-08-09 01:10:52 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-08-09 01:10:52 +0200 |
| commit | 42d7a9ddf9d48e1ae5deec44ee6bee0383918a37 (patch) | |
| tree | c86b5f1c15de4639900c8b17c1688a93d01a6c00 /gnu/packages | |
| parent | 8f1a5c74c98c1ca5d4adf083ecf1d1c14ebed528 (diff) | |
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
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/django.scm | 4 | ||||
| -rw-r--r-- | gnu/packages/maths.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/monitoring.scm | 2 |
3 files changed, 3 insertions, 5 deletions
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index 446ba65128e..cd1d0c0d9a9 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm | |||
| @@ -137,7 +137,7 @@ a system that allows you to easily communicate between processes, and separate | |||
| 137 | your project into different processes.") | 137 | your project into different processes.") |
| 138 | (license license:bsd-3))) | 138 | (license license:bsd-3))) |
| 139 | 139 | ||
| 140 | (define-public python-django-4.2 | 140 | (define-public python-django |
| 141 | (package | 141 | (package |
| 142 | (name "python-django") | 142 | (name "python-django") |
| 143 | (version "4.2.16") | 143 | (version "4.2.16") |
| @@ -229,8 +229,6 @@ to the @dfn{don't repeat yourself} (DRY) principle.") | |||
| 229 | ;; This CVE seems fixed since 4.2.1. | 229 | ;; This CVE seems fixed since 4.2.1. |
| 230 | (lint-hidden-cve . ("CVE-2023-31047")))))) | 230 | (lint-hidden-cve . ("CVE-2023-31047")))))) |
| 231 | 231 | ||
| 232 | (define-public python-django python-django-4.2) | ||
| 233 | |||
| 234 | (define-public python-django-cache-url | 232 | (define-public python-django-cache-url |
| 235 | (package | 233 | (package |
| 236 | (name "python-django-cache-url") | 234 | (name "python-django-cache-url") |
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index dad9d4c4d5d..7974a2f0b72 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm | |||
| @@ -11399,7 +11399,7 @@ Mathics3.") | |||
| 11399 | (setenv "PYTHONPATH" (getcwd)) | 11399 | (setenv "PYTHONPATH" (getcwd)) |
| 11400 | (setenv "DJANGO_SETTINGS_MODULE" "mathics_django.settings") | 11400 | (setenv "DJANGO_SETTINGS_MODULE" "mathics_django.settings") |
| 11401 | (invoke "django-admin" "test")))))) | 11401 | (invoke "django-admin" "test")))))) |
| 11402 | (propagated-inputs (list python-django-4.2 | 11402 | (propagated-inputs (list python-django |
| 11403 | python-mathics-scanner | 11403 | python-mathics-scanner |
| 11404 | python-mathics-core | 11404 | python-mathics-core |
| 11405 | python-networkx | 11405 | python-networkx |
diff --git a/gnu/packages/monitoring.scm b/gnu/packages/monitoring.scm index 66b1a761d9c..5f6d6615878 100644 --- a/gnu/packages/monitoring.scm +++ b/gnu/packages/monitoring.scm | |||
| @@ -519,7 +519,7 @@ and persisting them to disk using the Whisper time-series library.") | |||
| 519 | python-whisper)) | 519 | python-whisper)) |
| 520 | (propagated-inputs | 520 | (propagated-inputs |
| 521 | (list python-cairocffi | 521 | (list python-cairocffi |
| 522 | python-django-4.2 | 522 | python-django |
| 523 | python-django-tagging | 523 | python-django-tagging |
| 524 | python-pyparsing | 524 | python-pyparsing |
| 525 | python-pytz | 525 | python-pytz |
