pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/py-sqlparse



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 30 18:34:41 UTC 2023

Modified Files:
        pkgsrc/databases/py-sqlparse: Makefile

Log Message:
py-sqlparse: not for python 2


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/databases/py-sqlparse/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/py-sqlparse/Makefile
diff -u pkgsrc/databases/py-sqlparse/Makefile:1.19 pkgsrc/databases/py-sqlparse/Makefile:1.20
--- pkgsrc/databases/py-sqlparse/Makefile:1.19  Wed Jan  5 15:41:00 2022
+++ pkgsrc/databases/py-sqlparse/Makefile       Sun Apr 30 18:34:41 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2022/01/05 15:41:00 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2023/04/30 18:34:41 wiz Exp $
 
 DISTNAME=      sqlparse-0.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -15,6 +15,8 @@ BUILD_DEPENDS+=       ${PYPKGPREFIX}-test-runn
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 USE_PKG_RESOURCES=     yes
 
 PYSETUPTESTTARGET=     pytest



Home | Main Index | Thread Index | Old Index