pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/py-sqlalchemy-utils Add: PYTHON_VERSIONS_INC...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fe578248c88c
branches:  trunk
changeset: 649471:fe578248c88c
user:      rodent <rodent%pkgsrc.org@localhost>
date:      Fri Apr 03 16:35:53 2015 +0000

description:
Add: PYTHON_VERSIONS_INCOMPATIBLE=   26 # via py-orderedmultidict
for py-furl option.

diffstat:

 databases/py-sqlalchemy-utils/options.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 5f7ed535c59d -r fe578248c88c databases/py-sqlalchemy-utils/options.mk
--- a/databases/py-sqlalchemy-utils/options.mk  Fri Apr 03 16:29:17 2015 +0000
+++ b/databases/py-sqlalchemy-utils/options.mk  Fri Apr 03 16:35:53 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2014/07/05 19:40:25 rodent Exp $
+# $NetBSD: options.mk,v 1.2 2015/04/03 16:35:53 rodent Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.py-sqlalchemy-utils
 PKG_SUPPORTED_OPTIONS= arrow babel color furl intervals ipaddress json password
@@ -23,6 +23,7 @@
 
 .if !empty(PKG_OPTIONS:Mfurl)
 DEPENDS+=      ${PYPKGPREFIX}-furl>=0.3.5:../../www/py-furl
+PYTHON_VERSIONS_INCOMPATIBLE=  26 # via py-orderedmultidict
 .endif
 
 .if !empty(PKG_OPTIONS:Mintervals)



Home | Main Index | Thread Index | Old Index