mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 19:33:03 +00:00
python310Packages.django-colorful: rename from django_colorful
This commit is contained in:
parent
2f393e7d42
commit
3d717e820c
@ -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; {
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user