pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-django Judging from the documentation, this pre...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/14da3449f2cd
branches:  trunk
changeset: 629890:14da3449f2cd
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jan 30 18:20:19 2014 +0000

description:
Judging from the documentation, this prefers py-sqlite3 nowadays,
which has the advantage of being available for python-3.x.
(default-off option, so no PKGREVISION++)

diffstat:

 www/py-django/options.mk |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r c26cd5607206 -r 14da3449f2cd www/py-django/options.mk
--- a/www/py-django/options.mk  Thu Jan 30 16:01:27 2014 +0000
+++ b/www/py-django/options.mk  Thu Jan 30 18:20:19 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.10 2014/01/25 10:30:27 wiz Exp $
+# $NetBSD: options.mk,v 1.11 2014/01/30 18:20:19 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.django
 PKG_SUPPORTED_OPTIONS= mysql oracle pgsql sqlite
@@ -25,7 +25,6 @@
 .endif
 
 .if !empty(PKG_OPTIONS:Msqlite)
-DEPENDS+=      ${PYPKGPREFIX}-sqlite2-[0-9]*:../../databases/py-sqlite2
-PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-sqlite2
+DEPENDS+=      ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
 PLIST.sqlite=  yes
 .endif



Home | Main Index | Thread Index | Old Index