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:   tnn
Date:           Tue Apr 19 12:06:47 UTC 2022

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

Log Message:
py-jinja2-time: use versioned dependencies for jinja2


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/time/py-jinja2-time/Makefile:1.3
--- pkgsrc/time/py-jinja2-time/Makefile:1.2     Tue Jan  4 20:55:12 2022
+++ pkgsrc/time/py-jinja2-time/Makefile Tue Apr 19 12:06:47 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2022/01/04 20:55:12 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2022/04/19 12:06:47 tnn Exp $
 
 DISTNAME=      jinja2-time-0.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    time python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jinja2-time/}
 
@@ -12,9 +12,11 @@ COMMENT=     Jinja2 extention for dates and 
 LICENSE=       mit
 
 DEPENDS+=      ${PYPKGPREFIX}-arrow-[0-9]*:../../time/py-arrow
-DEPENDS+=      ${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2
+
+PYTHON_VERSIONED_DEPENDENCIES= jinja2
 
 USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"
+.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index