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: Mon Aug 21 15:49:10 UTC 2017
Modified Files:
pkgsrc/www: Makefile
Added Files:
pkgsrc/www/py-django-sql-explorer: DESCR Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.1261 -r1.1262 pkgsrc/www/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-django-sql-explorer/DESCR \
pkgsrc/www/py-django-sql-explorer/Makefile \
pkgsrc/www/py-django-sql-explorer/PLIST \
pkgsrc/www/py-django-sql-explorer/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.1261 pkgsrc/www/Makefile:1.1262
--- pkgsrc/www/Makefile:1.1261 Thu Aug 17 14:58:27 2017
+++ pkgsrc/www/Makefile Mon Aug 21 15:49:09 2017
@@ -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-rest-framework-proxy
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
Added files:
Index: pkgsrc/www/py-django-sql-explorer/DESCR
diff -u /dev/null pkgsrc/www/py-django-sql-explorer/DESCR:1.1
--- /dev/null Mon Aug 21 15:49:10 2017
+++ pkgsrc/www/py-django-sql-explorer/DESCR Mon Aug 21 15:49:09 2017
@@ -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.
Index: pkgsrc/www/py-django-sql-explorer/Makefile
diff -u /dev/null pkgsrc/www/py-django-sql-explorer/Makefile:1.1
--- /dev/null Mon Aug 21 15:49:10 2017
+++ pkgsrc/www/py-django-sql-explorer/Makefile Mon Aug 21 15:49:09 2017
@@ -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"
Index: pkgsrc/www/py-django-sql-explorer/PLIST
diff -u /dev/null pkgsrc/www/py-django-sql-explorer/PLIST:1.1
--- /dev/null Mon Aug 21 15:49:10 2017
+++ pkgsrc/www/py-django-sql-explorer/PLIST Mon Aug 21 15:49:09 2017
@@ -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
Index: pkgsrc/www/py-django-sql-explorer/distinfo
diff -u /dev/null pkgsrc/www/py-django-sql-explorer/distinfo:1.1
--- /dev/null Mon Aug 21 15:49:10 2017
+++ pkgsrc/www/py-django-sql-explorer/distinfo Mon Aug 21 15:49:09 2017
@@ -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