pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www django-import-export is a Django application and l...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7b570f592698
branches: trunk
changeset: 370415:7b570f592698
user: adam <adam%pkgsrc.org@localhost>
date: Tue Oct 17 06:53:32 2017 +0000
description:
django-import-export is a Django application and library for importing
and exporting data with included admin integration.
Features:
* support multiple formats (Excel, CSV, JSON, ... and everything else that
tablib support)
* admin integration for importing
* preview import changes
* admin integration for exporting
* export data respecting admin filters
diffstat:
www/Makefile | 3 +-
www/py-django-import-export/DESCR | 10 +++
www/py-django-import-export/Makefile | 20 +++++++
www/py-django-import-export/PLIST | 95 ++++++++++++++++++++++++++++++++++++
www/py-django-import-export/distinfo | 6 ++
5 files changed, 133 insertions(+), 1 deletions(-)
diffs (164 lines):
diff -r e56da80f5758 -r 7b570f592698 www/Makefile
--- a/www/Makefile Tue Oct 17 06:34:08 2017 +0000
+++ b/www/Makefile Tue Oct 17 06:53:32 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1274 2017/10/09 22:39:57 brook Exp $
+# $NetBSD: Makefile,v 1.1275 2017/10/17 06:53:32 adam Exp $
#
COMMENT= Packages related to the World Wide Web
@@ -637,6 +637,7 @@
SUBDIR+= py-django-filer
SUBDIR+= py-django-filter
SUBDIR+= py-django-formtools
+SUBDIR+= py-django-import-export
SUBDIR+= py-django-inline-ordering
SUBDIR+= py-django-kronos
SUBDIR+= py-django-mezzanine-filebrowser
diff -r e56da80f5758 -r 7b570f592698 www/py-django-import-export/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-django-import-export/DESCR Tue Oct 17 06:53:32 2017 +0000
@@ -0,0 +1,10 @@
+django-import-export is a Django application and library for importing
+and exporting data with included admin integration.
+
+Features:
+* support multiple formats (Excel, CSV, JSON, ... and everything else that
+ tablib support)
+* admin integration for importing
+* preview import changes
+* admin integration for exporting
+* export data respecting admin filters
diff -r e56da80f5758 -r 7b570f592698 www/py-django-import-export/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-django-import-export/Makefile Tue Oct 17 06:53:32 2017 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2017/10/17 06:53:32 adam Exp $
+
+DISTNAME= django-import-export-0.5.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= www python
+MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-import-export/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/bmihelac/django-import-export
+COMMENT= Django application and library for importing and exporting data
+LICENSE= modified-bsd
+
+DEPENDS+= ${PYPKGPREFIX}-diff-match-patch-[0-9]*:../../textproc/py-diff-match-patch
+DEPENDS+= ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django
+DEPENDS+= ${PYPKGPREFIX}-tablib>=0.9:../../textproc/py-tablib
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e56da80f5758 -r 7b570f592698 www/py-django-import-export/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-django-import-export/PLIST Tue Oct 17 06:53:32 2017 +0000
@@ -0,0 +1,95 @@
+@comment $NetBSD: PLIST,v 1.1 2017/10/17 06:53:32 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${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/django_compat.py
+${PYSITELIB}/import_export/django_compat.pyc
+${PYSITELIB}/import_export/django_compat.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/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/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
+${PYSITELIB}/import_export/locale/zh_Hans/LC_MESSAGES/django.mo
+${PYSITELIB}/import_export/locale/zh_Hans/LC_MESSAGES/django.po
+${PYSITELIB}/import_export/models.py
+${PYSITELIB}/import_export/models.pyc
+${PYSITELIB}/import_export/models.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/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/widgets.py
+${PYSITELIB}/import_export/widgets.pyc
+${PYSITELIB}/import_export/widgets.pyo
diff -r e56da80f5758 -r 7b570f592698 www/py-django-import-export/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-django-import-export/distinfo Tue Oct 17 06:53:32 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/10/17 06:53:32 adam Exp $
+
+SHA1 (django-import-export-0.5.1.tar.gz) = c4b880d478dfc6f78f0e7c704d95389f5acdd50c
+RMD160 (django-import-export-0.5.1.tar.gz) = 2c33b3334bce000010d1af5a48f843f933badba2
+SHA512 (django-import-export-0.5.1.tar.gz) = e93a99c7e94df0a04bec2f5da0f4c517becfa9b93f044efceb015488b61fc9b2a568049f086490a67b294df14a621738ad33e7235766986666ab626ecb1fa166
+Size (django-import-export-0.5.1.tar.gz) = 35882 bytes
Home |
Main Index |
Thread Index |
Old Index