pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/py-jinja2-time py-jinja2-time: not for Python 2.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b32fcb4c9f18
branches:  trunk
changeset: 381672:b32fcb4c9f18
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jul 11 13:33:56 2022 +0000

description:
py-jinja2-time: not for Python 2.7

diffstat:

 time/py-jinja2-time/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (24 lines):

diff -r 64d051171778 -r b32fcb4c9f18 time/py-jinja2-time/Makefile
--- a/time/py-jinja2-time/Makefile      Mon Jul 11 13:32:24 2022 +0000
+++ b/time/py-jinja2-time/Makefile      Mon Jul 11 13:33:56 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2022/04/19 12:06:47 tnn Exp $
+# $NetBSD: Makefile,v 1.4 2022/07/11 13:33:56 adam Exp $
 
 DISTNAME=      jinja2-time-0.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,11 +12,11 @@
 LICENSE=       mit
 
 DEPENDS+=      ${PYPKGPREFIX}-arrow-[0-9]*:../../time/py-arrow
-
-PYTHON_VERSIONED_DEPENDENCIES= jinja2
+DEPENDS+=      ${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-arrow
+
 .include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index