summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2022-07-11 13:33:56 +0000
committeradam <adam@pkgsrc.org>2022-07-11 13:33:56 +0000
commite1cb64d53b74477f76ec0c7abb5d3cbf681edb84 (patch)
tree04f56a3ff670086e11c8358e1f540b778f127d41 /time
parent7b33e89f5b8bda4d67e0e94867dbd9d30bc43196 (diff)
downloadpkgsrc-e1cb64d53b74477f76ec0c7abb5d3cbf681edb84.tar.gz
py-jinja2-time: not for Python 2.7
Diffstat (limited to 'time')
-rw-r--r--time/py-jinja2-time/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/time/py-jinja2-time/Makefile b/time/py-jinja2-time/Makefile
index fb223a16674..e9d7d9b55c1 100644
--- a/time/py-jinja2-time/Makefile
+++ b/time/py-jinja2-time/Makefile
@@ -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 @@ COMMENT= Jinja2 extention for dates and times
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"