python310Packages.django-colorful: rename from django_colorful

This commit is contained in:
Martin Weinelt 2023-07-25 15:45:16 +02:00
parent 2f393e7d42
commit 3d717e820c
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
3 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{ lib, buildPythonPackage, fetchPypi, isPy3k,
numpy, django_colorful, pillow, psycopg2,
numpy, django-colorful, pillow, psycopg2,
pyparsing, django, celery, boto3, importlib-metadata
}:
@ -17,7 +17,7 @@ buildPythonPackage rec {
# Tests require a postgresql + postgis server
doCheck = false;
propagatedBuildInputs = [ numpy django_colorful pillow psycopg2
propagatedBuildInputs = [ numpy django-colorful pillow psycopg2
pyparsing django celery boto3 importlib-metadata ];
meta = with lib; {

View File

@ -85,6 +85,7 @@ mapAliases ({
django-sampledatahelper = throw "django-sampledatahelper was removed because it is no longer compatible to latest Django version"; # added 2022-07-18
django_2 = throw "Django 2 has reached it's projected EOL in 2022/04 and has therefore been removed."; # added 2022-03-05
django_appconf = django-appconf; # added 2022-03-03
django_colorful = django-colorful; # added 2023-07-25
django-discover-runner = throw "django-discover-runner was removed because it is no longer maintained."; # added 2022-11-21
django_environ = django-environ; # added 2021-12-25
django_extensions = django-extensions; # added 2022-01-09