2019-12-15 22:47:20 +01:00
|
|
|
# $NetBSD: Makefile,v 1.3 2019/12/15 21:47:20 adam Exp $
|
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.
2017-08-21 17:49:09 +02:00
|
|
|
|
2019-12-15 22:47:20 +01:00
|
|
|
DISTNAME= django-sql-explorer-1.1.3
|
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.
2017-08-21 17:49:09 +02:00
|
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
|
|
CATEGORIES= www python
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-sql-explorer/}
|
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
|
|
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
|
|
|
|
|
2019-12-15 22:47:20 +01:00
|
|
|
USE_LANGUAGES= # none
|
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.
2017-08-21 17:49:09 +02:00
|
|
|
|
|
|
|
# remove cache files from the distribution
|
|
|
|
post-extract:
|
2019-12-15 22:47:20 +01:00
|
|
|
${FIND} ${WRKSRC} -type f -name '*.pyc' -print -delete
|
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.
2017-08-21 17:49:09 +02:00
|
|
|
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|