pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/py-jinja2-time



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jul 11 13:33:56 UTC 2022

Modified Files:
        pkgsrc/time/py-jinja2-time: Makefile

Log Message:
py-jinja2-time: not for Python 2.7


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/time/py-jinja2-time/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/time/py-jinja2-time/Makefile
diff -u pkgsrc/time/py-jinja2-time/Makefile:1.3 pkgsrc/time/py-jinja2-time/Makefile:1.4
--- pkgsrc/time/py-jinja2-time/Makefile:1.3     Tue Apr 19 12:06:47 2022
+++ pkgsrc/time/py-jinja2-time/Makefile Mon Jul 11 13:33:56 2022
@@ -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 
 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