pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www SQL Explorer aims to make the flow of data between...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1eaab9cd3cee
branches:  trunk
changeset: 367007:1eaab9cd3cee
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Aug 21 15:49:09 2017 +0000

description:
SQL Explorer aims to make the flow of data between people fast, simple, and
confusion-free.

Quickly write and share SQL queries for any Django app in a simple, usable SQL
editor, preview the results in the browser, share links to download CSV files,
and keep the information flowing!

Explorer values simplicity, intuitive use, unobtrusiveness, stability, and the
principle of least surprise.

Django SQL Explorer is inspired by any number of great query and reporting
tools out there.

diffstat:

 www/Makefile                        |    3 +-
 www/py-django-sql-explorer/DESCR    |   12 +++
 www/py-django-sql-explorer/Makefile |   25 +++++++
 www/py-django-sql-explorer/PLIST    |  120 ++++++++++++++++++++++++++++++++++++
 www/py-django-sql-explorer/distinfo |    6 +
 5 files changed, 165 insertions(+), 1 deletions(-)

diffs (196 lines):

diff -r 961467106162 -r 1eaab9cd3cee www/Makefile
--- a/www/Makefile      Mon Aug 21 15:44:40 2017 +0000
+++ b/www/Makefile      Mon Aug 21 15:49:09 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1261 2017/08/17 14:58:27 fhajny Exp $
+# $NetBSD: Makefile,v 1.1262 2017/08/21 15:49:09 adam Exp $
 #
 
 COMMENT=       Packages related to the World Wide Web
@@ -649,6 +649,7 @@
 SUBDIR+=       py-django-reversion
 SUBDIR+=       py-django-sekizai
 SUBDIR+=       py-django-south
+SUBDIR+=       py-django-sql-explorer
 SUBDIR+=       py-django-tagging
 SUBDIR+=       py-django-tastypie
 SUBDIR+=       py-django-treebeard
diff -r 961467106162 -r 1eaab9cd3cee www/py-django-sql-explorer/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-django-sql-explorer/DESCR  Mon Aug 21 15:49:09 2017 +0000
@@ -0,0 +1,12 @@
+SQL Explorer aims to make the flow of data between people fast, simple, and
+confusion-free.
+
+Quickly write and share SQL queries for any Django app in a simple, usable SQL
+editor, preview the results in the browser, share links to download CSV files,
+and keep the information flowing!
+
+Explorer values simplicity, intuitive use, unobtrusiveness, stability, and the
+principle of least surprise.
+
+Django SQL Explorer is inspired by any number of great query and reporting
+tools out there.
diff -r 961467106162 -r 1eaab9cd3cee www/py-django-sql-explorer/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-django-sql-explorer/Makefile       Mon Aug 21 15:49:09 2017 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2017/08/21 15:49:09 adam Exp $
+
+DISTNAME=      django-sql-explorer-1.1.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    www python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-sql-explorer/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/epantry/django-sql-explorer
+COMMENT=       Pluggable app that allows to execute SQL, view, and export the results
+LICENSE=       mit
+
+DEPENDS+=      ${PYPKGPREFIX}-django>=1.7.0:../../www/py-django
+DEPENDS+=      ${PYPKGPREFIX}-sqlparse>=0.1.18:../../databases/py-sqlparse
+DEPENDS+=      ${PYPKGPREFIX}-six>=1.10.0:../../lang/py-six
+DEPENDS+=      ${PYPKGPREFIX}-unicodecsv>=0.14.1:../../databases/py-unicodecsv
+
+USE_LANGUAGES=         # empty
+
+# remove cache files from the distribution
+post-extract:
+       find ${WRKSRC} -type f -name '*.pyc' -delete
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 961467106162 -r 1eaab9cd3cee www/py-django-sql-explorer/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-django-sql-explorer/PLIST  Mon Aug 21 15:49:09 2017 +0000
@@ -0,0 +1,120 @@
+@comment $NetBSD: PLIST,v 1.1 2017/08/21 15:49:09 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}/explorer/__init__.py
+${PYSITELIB}/explorer/__init__.pyc
+${PYSITELIB}/explorer/__init__.pyo
+${PYSITELIB}/explorer/actions.py
+${PYSITELIB}/explorer/actions.pyc
+${PYSITELIB}/explorer/actions.pyo
+${PYSITELIB}/explorer/admin.py
+${PYSITELIB}/explorer/admin.pyc
+${PYSITELIB}/explorer/admin.pyo
+${PYSITELIB}/explorer/app_settings.py
+${PYSITELIB}/explorer/app_settings.pyc
+${PYSITELIB}/explorer/app_settings.pyo
+${PYSITELIB}/explorer/exporters.py
+${PYSITELIB}/explorer/exporters.pyc
+${PYSITELIB}/explorer/exporters.pyo
+${PYSITELIB}/explorer/forms.py
+${PYSITELIB}/explorer/forms.pyc
+${PYSITELIB}/explorer/forms.pyo
+${PYSITELIB}/explorer/migrations/0001_initial.py
+${PYSITELIB}/explorer/migrations/0001_initial.pyc
+${PYSITELIB}/explorer/migrations/0001_initial.pyo
+${PYSITELIB}/explorer/migrations/0002_auto_20150501_1515.py
+${PYSITELIB}/explorer/migrations/0002_auto_20150501_1515.pyc
+${PYSITELIB}/explorer/migrations/0002_auto_20150501_1515.pyo
+${PYSITELIB}/explorer/migrations/0003_query_snapshot.py
+${PYSITELIB}/explorer/migrations/0003_query_snapshot.pyc
+${PYSITELIB}/explorer/migrations/0003_query_snapshot.pyo
+${PYSITELIB}/explorer/migrations/0004_querylog_duration.py
+${PYSITELIB}/explorer/migrations/0004_querylog_duration.pyc
+${PYSITELIB}/explorer/migrations/0004_querylog_duration.pyo
+${PYSITELIB}/explorer/migrations/0005_auto_20160105_2052.py
+${PYSITELIB}/explorer/migrations/0005_auto_20160105_2052.pyc
+${PYSITELIB}/explorer/migrations/0005_auto_20160105_2052.pyo
+${PYSITELIB}/explorer/migrations/__init__.py
+${PYSITELIB}/explorer/migrations/__init__.pyc
+${PYSITELIB}/explorer/migrations/__init__.pyo
+${PYSITELIB}/explorer/models.py
+${PYSITELIB}/explorer/models.pyc
+${PYSITELIB}/explorer/models.pyo
+${PYSITELIB}/explorer/permissions.py
+${PYSITELIB}/explorer/permissions.pyc
+${PYSITELIB}/explorer/permissions.pyo
+${PYSITELIB}/explorer/schema.py
+${PYSITELIB}/explorer/schema.pyc
+${PYSITELIB}/explorer/schema.pyo
+${PYSITELIB}/explorer/static/explorer/bootstrap.min.css
+${PYSITELIB}/explorer/static/explorer/explorer.css
+${PYSITELIB}/explorer/static/explorer/explorer.js
+${PYSITELIB}/explorer/static/explorer/jquery-ui.11.4.min.js
+${PYSITELIB}/explorer/static/explorer/query-list.js
+${PYSITELIB}/explorer/tasks.py
+${PYSITELIB}/explorer/tasks.pyc
+${PYSITELIB}/explorer/tasks.pyo
+${PYSITELIB}/explorer/templates/explorer/base.html
+${PYSITELIB}/explorer/templates/explorer/export_buttons.html
+${PYSITELIB}/explorer/templates/explorer/fullscreen.html
+${PYSITELIB}/explorer/templates/explorer/params.html
+${PYSITELIB}/explorer/templates/explorer/pdf_template.html
+${PYSITELIB}/explorer/templates/explorer/play.html
+${PYSITELIB}/explorer/templates/explorer/preview_pane.html
+${PYSITELIB}/explorer/templates/explorer/query.html
+${PYSITELIB}/explorer/templates/explorer/query_confirm_delete.html
+${PYSITELIB}/explorer/templates/explorer/query_list.html
+${PYSITELIB}/explorer/templates/explorer/querylog_list.html
+${PYSITELIB}/explorer/templates/explorer/schema.html
+${PYSITELIB}/explorer/templatetags/__init__.py
+${PYSITELIB}/explorer/templatetags/__init__.pyc
+${PYSITELIB}/explorer/templatetags/__init__.pyo
+${PYSITELIB}/explorer/templatetags/explorer_tags.py
+${PYSITELIB}/explorer/templatetags/explorer_tags.pyc
+${PYSITELIB}/explorer/templatetags/explorer_tags.pyo
+${PYSITELIB}/explorer/tests/__init__.py
+${PYSITELIB}/explorer/tests/__init__.pyc
+${PYSITELIB}/explorer/tests/__init__.pyo
+${PYSITELIB}/explorer/tests/factories.py
+${PYSITELIB}/explorer/tests/factories.pyc
+${PYSITELIB}/explorer/tests/factories.pyo
+${PYSITELIB}/explorer/tests/test_actions.py
+${PYSITELIB}/explorer/tests/test_actions.pyc
+${PYSITELIB}/explorer/tests/test_actions.pyo
+${PYSITELIB}/explorer/tests/test_exporters.py
+${PYSITELIB}/explorer/tests/test_exporters.pyc
+${PYSITELIB}/explorer/tests/test_exporters.pyo
+${PYSITELIB}/explorer/tests/test_forms.py
+${PYSITELIB}/explorer/tests/test_forms.pyc
+${PYSITELIB}/explorer/tests/test_forms.pyo
+${PYSITELIB}/explorer/tests/test_models.py
+${PYSITELIB}/explorer/tests/test_models.pyc
+${PYSITELIB}/explorer/tests/test_models.pyo
+${PYSITELIB}/explorer/tests/test_schema.py
+${PYSITELIB}/explorer/tests/test_schema.pyc
+${PYSITELIB}/explorer/tests/test_schema.pyo
+${PYSITELIB}/explorer/tests/test_tasks.py
+${PYSITELIB}/explorer/tests/test_tasks.pyc
+${PYSITELIB}/explorer/tests/test_tasks.pyo
+${PYSITELIB}/explorer/tests/test_utils.py
+${PYSITELIB}/explorer/tests/test_utils.pyc
+${PYSITELIB}/explorer/tests/test_utils.pyo
+${PYSITELIB}/explorer/tests/test_views.py
+${PYSITELIB}/explorer/tests/test_views.pyc
+${PYSITELIB}/explorer/tests/test_views.pyo
+${PYSITELIB}/explorer/tests/urls.py
+${PYSITELIB}/explorer/tests/urls.pyc
+${PYSITELIB}/explorer/tests/urls.pyo
+${PYSITELIB}/explorer/urls.py
+${PYSITELIB}/explorer/urls.pyc
+${PYSITELIB}/explorer/urls.pyo
+${PYSITELIB}/explorer/utils.py
+${PYSITELIB}/explorer/utils.pyc
+${PYSITELIB}/explorer/utils.pyo
+${PYSITELIB}/explorer/views.py
+${PYSITELIB}/explorer/views.pyc
+${PYSITELIB}/explorer/views.pyo
diff -r 961467106162 -r 1eaab9cd3cee www/py-django-sql-explorer/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-django-sql-explorer/distinfo       Mon Aug 21 15:49:09 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/08/21 15:49:09 adam Exp $
+
+SHA1 (django-sql-explorer-1.1.1.tar.gz) = 753506e82a68d2d81725b972312c9cbbcc596df4
+RMD160 (django-sql-explorer-1.1.1.tar.gz) = 661b673992cb952eb351540e8b4396eea844310e
+SHA512 (django-sql-explorer-1.1.1.tar.gz) = 288528bf40bcaba5027c77362d479154d68b888699386949fbd2ece59ab44a8c4bd6f50db222bade5c9fa5b305a6081324f57ef21a59c6fbd6f2d7db043c165a
+Size (django-sql-explorer-1.1.1.tar.gz) = 118966 bytes



Home | Main Index | Thread Index | Old Index