pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Oct 17 06:53:32 UTC 2017

Modified Files:
        pkgsrc/www: Makefile
Added Files:
        pkgsrc/www/py-django-import-export: DESCR Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.1274 -r1.1275 pkgsrc/www/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-django-import-export/DESCR \
    pkgsrc/www/py-django-import-export/Makefile \
    pkgsrc/www/py-django-import-export/PLIST \
    pkgsrc/www/py-django-import-export/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/Makefile
diff -u pkgsrc/www/Makefile:1.1274 pkgsrc/www/Makefile:1.1275
--- pkgsrc/www/Makefile:1.1274  Mon Oct  9 22:39:57 2017
+++ pkgsrc/www/Makefile Tue Oct 17 06:53:32 2017
@@ -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-easy-thumbnails
 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

Added files:

Index: pkgsrc/www/py-django-import-export/DESCR
diff -u /dev/null pkgsrc/www/py-django-import-export/DESCR:1.1
--- /dev/null   Tue Oct 17 06:53:32 2017
+++ pkgsrc/www/py-django-import-export/DESCR    Tue Oct 17 06:53:32 2017
@@ -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
Index: pkgsrc/www/py-django-import-export/Makefile
diff -u /dev/null pkgsrc/www/py-django-import-export/Makefile:1.1
--- /dev/null   Tue Oct 17 06:53:32 2017
+++ pkgsrc/www/py-django-import-export/Makefile Tue Oct 17 06:53:32 2017
@@ -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"
Index: pkgsrc/www/py-django-import-export/PLIST
diff -u /dev/null pkgsrc/www/py-django-import-export/PLIST:1.1
--- /dev/null   Tue Oct 17 06:53:32 2017
+++ pkgsrc/www/py-django-import-export/PLIST    Tue Oct 17 06:53:32 2017
@@ -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
Index: pkgsrc/www/py-django-import-export/distinfo
diff -u /dev/null pkgsrc/www/py-django-import-export/distinfo:1.1
--- /dev/null   Tue Oct 17 06:53:32 2017
+++ pkgsrc/www/py-django-import-export/distinfo Tue Oct 17 06:53:32 2017
@@ -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