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 py-sqlalchemy-utils: arr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/833ae1cb080b
branches:  trunk
changeset: 381673:833ae1cb080b
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jul 11 13:34:53 2022 +0000

description:
py-sqlalchemy-utils: arrow option for not for Python 2.7

diffstat:

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

diffs (17 lines):

diff -r b32fcb4c9f18 -r 833ae1cb080b databases/py-sqlalchemy-utils/options.mk
--- a/databases/py-sqlalchemy-utils/options.mk  Mon Jul 11 13:33:56 2022 +0000
+++ b/databases/py-sqlalchemy-utils/options.mk  Mon Jul 11 13:34:53 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2021/04/06 14:23:25 adam Exp $
+# $NetBSD: options.mk,v 1.7 2022/07/11 13:34:53 adam Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.py-sqlalchemy-utils
 PKG_SUPPORTED_OPTIONS= arrow babel color furl intervals ipaddress json password
@@ -9,6 +9,7 @@
 
 .if !empty(PKG_OPTIONS:Marrow)
 DEPENDS+=      ${PYPKGPREFIX}-arrow>=0.3.4:../../time/py-arrow
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 .endif
 
 .if !empty(PKG_OPTIONS:Mbabel)



Home | Main Index | Thread Index | Old Index