pkgsrc/www/py-django-sql-explorer/Makefile
adam 6340b7f1e4 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 15:49:09 +00:00

25 lines
854 B
Makefile

# $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
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"