pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-django-sql-explorer
Module Name: pkgsrc
Committed By: wiz
Date: Sun Apr 30 18:34:07 UTC 2023
Modified Files:
pkgsrc/www/py-django-sql-explorer: Makefile
Log Message:
py-django-sql-explorer: not for python 2
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-django-sql-explorer/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/py-django-sql-explorer/Makefile
diff -u pkgsrc/www/py-django-sql-explorer/Makefile:1.4 pkgsrc/www/py-django-sql-explorer/Makefile:1.5
--- pkgsrc/www/py-django-sql-explorer/Makefile:1.4 Tue Jan 4 20:55:21 2022
+++ pkgsrc/www/py-django-sql-explorer/Makefile Sun Apr 30 18:34:07 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2022/01/04 20:55:21 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2023/04/30 18:34:07 wiz Exp $
DISTNAME= django-sql-explorer-1.1.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -18,6 +18,8 @@ DEPENDS+= ${PYPKGPREFIX}-unicodecsv>=0.1
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
# remove cache files from the distribution
post-extract:
${FIND} ${WRKSRC} -type f -name '*.pyc' -print -delete
Home |
Main Index |
Thread Index |
Old Index