python310Packages.django-tagging: rename from django_tagging

This commit is contained in:
Martin Weinelt 2023-07-25 15:58:23 +02:00
parent aa11efcfb6
commit 5b7d8aea98
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
5 changed files with 6 additions and 5 deletions

View File

@ -7,7 +7,7 @@
, django-debug-toolbar
, django-extensions
, django-taggit
, django_tagging
, django-tagging
, mock
, pytest-django
, selenium
@ -41,7 +41,7 @@ buildPythonPackage rec {
django-debug-toolbar
django-extensions
django-taggit
django_tagging
django-tagging
mock
pytest-django
selenium

View File

@ -4,7 +4,7 @@
, python
, cairocffi
, django
, django_tagging
, django-tagging
, fetchFromGitHub
, fetchpatch
, gunicorn
@ -49,7 +49,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
cairocffi
django
django_tagging
django-tagging
gunicorn
pyparsing
python-memcached

View File

@ -101,6 +101,7 @@ mapAliases ({
django_polymorphic = django-polymorphic; # added 2022-05-24
django_redis = django-redis; # added 2021-10-11
django_silk = django-silk; # added 2023-07-25
django_tagging = django-tagging; # added 2023-07-25
django_taggit = django-taggit; # added 2021-10-11
dns = dnspython; # added 2017-12-10
dogpile_cache = dogpile-cache; # added 2021-10-28

View File

@ -2961,7 +2961,7 @@ self: super: with self; {
django-tables2 = callPackage ../development/python-modules/django-tables2 { };
django_tagging = callPackage ../development/python-modules/django_tagging { };
django-tagging = callPackage ../development/python-modules/django-tagging { };
django-taggit = callPackage ../development/python-modules/django-taggit { };