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: use versioned depe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/397743c11ecf
branches:  trunk
changeset: 377337:397743c11ecf
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Tue Apr 19 12:06:47 2022 +0000

description:
py-jinja2-time: use versioned dependencies for jinja2

diffstat:

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

diffs (27 lines):

diff -r 0402f96508bb -r 397743c11ecf time/py-jinja2-time/Makefile
--- a/time/py-jinja2-time/Makefile      Tue Apr 19 12:05:35 2022 +0000
+++ b/time/py-jinja2-time/Makefile      Tue Apr 19 12:06:47 2022 +0000
@@ -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 @@
 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