pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-django14 py-django14: remove mysql option
details: https://anonhg.NetBSD.org/pkgsrc/rev/ff9acbd02ba9
branches: trunk
changeset: 384078:ff9acbd02ba9
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Aug 26 18:39:43 2022 +0000
description:
py-django14: remove mysql option
Latest py-mysqldb does not support python 2.x
diffstat:
www/py-django14/options.mk | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diffs (29 lines):
diff -r ba0dd62cba80 -r ff9acbd02ba9 www/py-django14/options.mk
--- a/www/py-django14/options.mk Fri Aug 26 16:23:35 2022 +0000
+++ b/www/py-django14/options.mk Fri Aug 26 18:39:43 2022 +0000
@@ -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