pkgsrc/www/py-django-import-export/PLIST

108 lines
5.5 KiB
Text
Raw Normal View History

@comment $NetBSD: PLIST,v 1.8 2021/01/16 08:59:38 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/import_export/__init__.py
${PYSITELIB}/import_export/__init__.pyc
${PYSITELIB}/import_export/__init__.pyo
${PYSITELIB}/import_export/admin.py
${PYSITELIB}/import_export/admin.pyc
${PYSITELIB}/import_export/admin.pyo
${PYSITELIB}/import_export/exceptions.py
${PYSITELIB}/import_export/exceptions.pyc
${PYSITELIB}/import_export/exceptions.pyo
${PYSITELIB}/import_export/fields.py
${PYSITELIB}/import_export/fields.pyc
${PYSITELIB}/import_export/fields.pyo
${PYSITELIB}/import_export/formats/__init__.py
${PYSITELIB}/import_export/formats/__init__.pyc
${PYSITELIB}/import_export/formats/__init__.pyo
${PYSITELIB}/import_export/formats/base_formats.py
${PYSITELIB}/import_export/formats/base_formats.pyc
${PYSITELIB}/import_export/formats/base_formats.pyo
${PYSITELIB}/import_export/forms.py
${PYSITELIB}/import_export/forms.pyc
${PYSITELIB}/import_export/forms.pyo
${PYSITELIB}/import_export/instance_loaders.py
${PYSITELIB}/import_export/instance_loaders.pyc
${PYSITELIB}/import_export/instance_loaders.pyo
${PYSITELIB}/import_export/locale/ar/LC_MESSAGES/django.mo
${PYSITELIB}/import_export/locale/ar/LC_MESSAGES/django.po
${PYSITELIB}/import_export/locale/bg/LC_MESSAGES/django.mo
${PYSITELIB}/import_export/locale/bg/LC_MESSAGES/django.po
${PYSITELIB}/import_export/locale/ca/LC_MESSAGES/django.mo
${PYSITELIB}/import_export/locale/ca/LC_MESSAGES/django.po
${PYSITELIB}/import_export/locale/cs/LC_MESSAGES/django.mo
${PYSITELIB}/import_export/locale/cs/LC_MESSAGES/django.po
${PYSITELIB}/import_export/locale/de/LC_MESSAGES/django.mo
${PYSITELIB}/import_export/locale/de/LC_MESSAGES/django.po
${PYSITELIB}/import_export/locale/es/LC_MESSAGES/django.mo
${PYSITELIB}/import_export/locale/es/LC_MESSAGES/django.po
${PYSITELIB}/import_export/locale/es_AR/LC_MESSAGES/django.mo
${PYSITELIB}/import_export/locale/es_AR/LC_MESSAGES/django.po
${PYSITELIB}/import_export/locale/fr/LC_MESSAGES/django.mo
${PYSITELIB}/import_export/locale/fr/LC_MESSAGES/django.po
${PYSITELIB}/import_export/locale/it/LC_MESSAGES/django.mo
${PYSITELIB}/import_export/locale/it/LC_MESSAGES/django.po
${PYSITELIB}/import_export/locale/ja/LC_MESSAGES/django.mo
${PYSITELIB}/import_export/locale/ja/LC_MESSAGES/django.po
${PYSITELIB}/import_export/locale/ko/LC_MESSAGES/django.mo
${PYSITELIB}/import_export/locale/ko/LC_MESSAGES/django.po
${PYSITELIB}/import_export/locale/kz/LC_MESSAGES/django.mo
${PYSITELIB}/import_export/locale/kz/LC_MESSAGES/django.po
py-django-import-export: updated to 2.1.0 2.1.0: Fix DurationWidget handling of zero value Make import diff view only show headers for user visible fields Make confirm_form accessible in get_import_resource_kwargs and get_import_data_kwargs Initialize Decimal with text value Adds meta flag ‘skip_diff’ to enable skipping of diff operations Update docs 2.0.2: Add support for tablib >= 1.0 Add ability to install a subset of tablib supported formats and save some automatic dependency installations (needs tablib >= 1.0) Use column_name when checking row for fields 2.0.1: Fix deprecated Django 3.0 function usage Pin tablib version to not use new major version Format field is always shown on Django 2.2 2.0: [django2.2] Add real support of Django 2.2 before 3.0 is out fix: DateTimeWidget not timezone sensitive Move actions definition to ExportActionMixin Add language support: Turkish Fix exception import for Django 3 Fix potential header / row column mismatches for invalid rows in… Assume user is importing new data if id fields not included Fix bug with spaces in export filename, pass request and queryset Simplify Django version in TravisCI Align error in rtl mode Add dutch translations Add 3.8-dev to travis ci Fix style in getting_started docs Update documentation to show that mixins must be referenced before admin.ModelAdmin. JSONWidget updated with null value fix Import rows have background color Use resource get_queryset in ModelInstanceLoader Simplify coerce to text type More flexibility in ConfirmImportForm, forms and resource kwargs Add JSON B type field mapping Scale back stale bot’s time-to-stale test: explicitly order qs in ManyToManyWidget Add mysql to travis Expand doc strings to include Mixin superclasses Remove python2 compatibility decorator chore: fix Imports are incorrectly sorted. Use global env vars for postgres Used non-fixed id for test. Database is not torn down after each run, which means that the id is incrementing Fix warning from assertEquals Add psycopg2 as postgres driver to test requirements Add django version to the matrix Add matrix for sqlite and postgres testing Correct mistaken assertTrue() -> assertEquals() chore: add package long_description chore: add python wheels to dev requirements Add github directory with PR and issue templates Isort all the things Use coveralls master branch tag in the readme Remove support for Django < 2.0 and Python < 3.5
2020-05-17 23:30:53 +02:00
${PYSITELIB}/import_export/locale/nl/LC_MESSAGES/django.mo
${PYSITELIB}/import_export/locale/nl/LC_MESSAGES/django.po
${PYSITELIB}/import_export/locale/pl/LC_MESSAGES/django.mo
${PYSITELIB}/import_export/locale/pl/LC_MESSAGES/django.po
${PYSITELIB}/import_export/locale/pt_BR/LC_MESSAGES/django.mo
${PYSITELIB}/import_export/locale/pt_BR/LC_MESSAGES/django.po
${PYSITELIB}/import_export/locale/ru/LC_MESSAGES/django.mo
${PYSITELIB}/import_export/locale/ru/LC_MESSAGES/django.po
${PYSITELIB}/import_export/locale/sk/LC_MESSAGES/django.mo
${PYSITELIB}/import_export/locale/sk/LC_MESSAGES/django.po
py-django-import-export: updated to 2.1.0 2.1.0: Fix DurationWidget handling of zero value Make import diff view only show headers for user visible fields Make confirm_form accessible in get_import_resource_kwargs and get_import_data_kwargs Initialize Decimal with text value Adds meta flag ‘skip_diff’ to enable skipping of diff operations Update docs 2.0.2: Add support for tablib >= 1.0 Add ability to install a subset of tablib supported formats and save some automatic dependency installations (needs tablib >= 1.0) Use column_name when checking row for fields 2.0.1: Fix deprecated Django 3.0 function usage Pin tablib version to not use new major version Format field is always shown on Django 2.2 2.0: [django2.2] Add real support of Django 2.2 before 3.0 is out fix: DateTimeWidget not timezone sensitive Move actions definition to ExportActionMixin Add language support: Turkish Fix exception import for Django 3 Fix potential header / row column mismatches for invalid rows in… Assume user is importing new data if id fields not included Fix bug with spaces in export filename, pass request and queryset Simplify Django version in TravisCI Align error in rtl mode Add dutch translations Add 3.8-dev to travis ci Fix style in getting_started docs Update documentation to show that mixins must be referenced before admin.ModelAdmin. JSONWidget updated with null value fix Import rows have background color Use resource get_queryset in ModelInstanceLoader Simplify coerce to text type More flexibility in ConfirmImportForm, forms and resource kwargs Add JSON B type field mapping Scale back stale bot’s time-to-stale test: explicitly order qs in ManyToManyWidget Add mysql to travis Expand doc strings to include Mixin superclasses Remove python2 compatibility decorator chore: fix Imports are incorrectly sorted. Use global env vars for postgres Used non-fixed id for test. Database is not torn down after each run, which means that the id is incrementing Fix warning from assertEquals Add psycopg2 as postgres driver to test requirements Add django version to the matrix Add matrix for sqlite and postgres testing Correct mistaken assertTrue() -> assertEquals() chore: add package long_description chore: add python wheels to dev requirements Add github directory with PR and issue templates Isort all the things Use coveralls master branch tag in the readme Remove support for Django < 2.0 and Python < 3.5
2020-05-17 23:30:53 +02:00
${PYSITELIB}/import_export/locale/tr/LC_MESSAGES/django.mo
${PYSITELIB}/import_export/locale/tr/LC_MESSAGES/django.po
${PYSITELIB}/import_export/locale/zh_Hans/LC_MESSAGES/django.mo
${PYSITELIB}/import_export/locale/zh_Hans/LC_MESSAGES/django.po
${PYSITELIB}/import_export/mixins.py
${PYSITELIB}/import_export/mixins.pyc
${PYSITELIB}/import_export/mixins.pyo
${PYSITELIB}/import_export/resources.py
${PYSITELIB}/import_export/resources.pyc
${PYSITELIB}/import_export/resources.pyo
${PYSITELIB}/import_export/results.py
${PYSITELIB}/import_export/results.pyc
${PYSITELIB}/import_export/results.pyo
${PYSITELIB}/import_export/signals.py
${PYSITELIB}/import_export/signals.pyc
${PYSITELIB}/import_export/signals.pyo
${PYSITELIB}/import_export/static/import_export/action_formats.js
${PYSITELIB}/import_export/static/import_export/import.css
${PYSITELIB}/import_export/templates/admin/import_export/base.html
${PYSITELIB}/import_export/templates/admin/import_export/change_list.html
${PYSITELIB}/import_export/templates/admin/import_export/change_list_export.html
${PYSITELIB}/import_export/templates/admin/import_export/change_list_export_item.html
${PYSITELIB}/import_export/templates/admin/import_export/change_list_import.html
${PYSITELIB}/import_export/templates/admin/import_export/change_list_import_export.html
${PYSITELIB}/import_export/templates/admin/import_export/change_list_import_item.html
${PYSITELIB}/import_export/templates/admin/import_export/export.html
${PYSITELIB}/import_export/templates/admin/import_export/import.html
${PYSITELIB}/import_export/templatetags/__init__.py
${PYSITELIB}/import_export/templatetags/__init__.pyc
${PYSITELIB}/import_export/templatetags/__init__.pyo
${PYSITELIB}/import_export/templatetags/import_export_tags.py
${PYSITELIB}/import_export/templatetags/import_export_tags.pyc
${PYSITELIB}/import_export/templatetags/import_export_tags.pyo
${PYSITELIB}/import_export/tmp_storages.py
${PYSITELIB}/import_export/tmp_storages.pyc
${PYSITELIB}/import_export/tmp_storages.pyo
${PYSITELIB}/import_export/utils.py
${PYSITELIB}/import_export/utils.pyc
${PYSITELIB}/import_export/utils.pyo
${PYSITELIB}/import_export/widgets.py
${PYSITELIB}/import_export/widgets.pyc
${PYSITELIB}/import_export/widgets.pyo