pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-django14



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Aug 26 18:39:43 UTC 2022

Modified Files:
        pkgsrc/www/py-django14: options.mk

Log Message:
py-django14: remove mysql option

Latest py-mysqldb does not support python 2.x


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/py-django14/options.mk

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-django14/options.mk
diff -u pkgsrc/www/py-django14/options.mk:1.11 pkgsrc/www/py-django14/options.mk:1.12
--- pkgsrc/www/py-django14/options.mk:1.11      Mon Nov  4 22:10:12 2019
+++ pkgsrc/www/py-django14/options.mk   Fri Aug 26 18:39:43 2022
@@ -1,18 +1,18 @@
-# $NetBSD: options.mk,v 1.11 2019/11/04 22:10:12 rillig Exp $
+# $NetBSD: options.mk,v 1.12 2022/08/26 18:39:43 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.django
-PKG_SUPPORTED_OPTIONS= mysql oracle pgsql sqlite
+PKG_SUPPORTED_OPTIONS= oracle pgsql sqlite # mysql
 PKG_SUGGESTED_OPTIONS= pgsql
 
 .include "../../mk/bsd.options.mk"
 
 PLIST_VARS+=   ${PKG_SUPPORTED_OPTIONS}
 
-.if !empty(PKG_OPTIONS:Mmysql)
-DEPENDS+=      ${PYPKGPREFIX}-mysqldb-[0-9]*:../../databases/py-mysqldb
-PYTHON_VERSIONS_ACCEPTED= 27 # py-mysqldb
-PLIST.mysql=   yes
-.endif
+#.if !empty(PKG_OPTIONS:Mmysql)
+#DEPENDS+=     ${PYPKGPREFIX}-mysqldb-[0-9]*:../../databases/py-mysqldb
+#PYTHON_VERSIONS_ACCEPTED= 27 # py-mysqldb
+#PLIST.mysql=  yes
+#.endif
 
 .if !empty(PKG_OPTIONS:Moracle)
 DEPENDS+=      ${PYPKGPREFIX}-cx_Oracle-[0-9]*:../../databases/py-cx_Oracle



Home | Main Index | Thread Index | Old Index