Sun Apr 30 18:34:07 2023 UTC ()
py-django-sql-explorer: not for python 2


(wiz)
diff -r1.4 -r1.5 pkgsrc/www/py-django-sql-explorer/Makefile

cvs diff -r1.4 -r1.5 pkgsrc/www/py-django-sql-explorer/Makefile (expand / switch to unified diff)

--- pkgsrc/www/py-django-sql-explorer/Makefile 2022/01/04 20:55:21 1.4
+++ pkgsrc/www/py-django-sql-explorer/Makefile 2023/04/30 18:34:07 1.5
@@ -1,26 +1,28 @@ @@ -1,26 +1,28 @@
1# $NetBSD: Makefile,v 1.4 2022/01/04 20:55:21 wiz Exp $ 1# $NetBSD: Makefile,v 1.5 2023/04/30 18:34:07 wiz Exp $
2 2
3DISTNAME= django-sql-explorer-1.1.3 3DISTNAME= django-sql-explorer-1.1.3
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5PKGREVISION= 1 5PKGREVISION= 1
6CATEGORIES= www python 6CATEGORIES= www python
7MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-sql-explorer/} 7MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-sql-explorer/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://github.com/epantry/django-sql-explorer 10HOMEPAGE= https://github.com/epantry/django-sql-explorer
11COMMENT= Pluggable app that allows to execute SQL, view, and export the results 11COMMENT= Pluggable app that allows to execute SQL, view, and export the results
12LICENSE= mit 12LICENSE= mit
13 13
14DEPENDS+= ${PYPKGPREFIX}-django>=1.7.0:../../www/py-django 14DEPENDS+= ${PYPKGPREFIX}-django>=1.7.0:../../www/py-django
15DEPENDS+= ${PYPKGPREFIX}-sqlparse>=0.1.18:../../databases/py-sqlparse 15DEPENDS+= ${PYPKGPREFIX}-sqlparse>=0.1.18:../../databases/py-sqlparse
16DEPENDS+= ${PYPKGPREFIX}-six>=1.10.0:../../lang/py-six 16DEPENDS+= ${PYPKGPREFIX}-six>=1.10.0:../../lang/py-six
17DEPENDS+= ${PYPKGPREFIX}-unicodecsv>=0.14.1:../../databases/py-unicodecsv 17DEPENDS+= ${PYPKGPREFIX}-unicodecsv>=0.14.1:../../databases/py-unicodecsv
18 18
19USE_LANGUAGES= # none 19USE_LANGUAGES= # none
20 20
 21PYTHON_VERSIONS_INCOMPATIBLE= 27
 22
21# remove cache files from the distribution 23# remove cache files from the distribution
22post-extract: 24post-extract:
23 ${FIND} ${WRKSRC} -type f -name '*.pyc' -print -delete 25 ${FIND} ${WRKSRC} -type f -name '*.pyc' -print -delete
24 26
25.include "../../lang/python/egg.mk" 27.include "../../lang/python/egg.mk"
26.include "../../mk/bsd.pkg.mk" 28.include "../../mk/bsd.pkg.mk"