pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-flask-babelex



Module Name:    pkgsrc
Committed By:   tnn
Date:           Tue Apr 19 12:10:19 UTC 2022

Modified Files:
        pkgsrc/www/py-flask-babelex: Makefile

Log Message:
py-flask-babelex: use versioned dependencies for jinja2


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/py-flask-babelex/Makefile

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

Modified files:

Index: pkgsrc/www/py-flask-babelex/Makefile
diff -u pkgsrc/www/py-flask-babelex/Makefile:1.9 pkgsrc/www/py-flask-babelex/Makefile:1.10
--- pkgsrc/www/py-flask-babelex/Makefile:1.9    Tue Jan  4 20:55:25 2022
+++ pkgsrc/www/py-flask-babelex/Makefile        Tue Apr 19 12:10:19 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2022/01/04 20:55:25 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2022/04/19 12:10:19 tnn Exp $
 
 DISTNAME=      Flask-BabelEx-0.9.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=F/Flask-BabelEx/}
 
@@ -11,12 +11,14 @@ HOMEPAGE=   https://github.com/mrjoes/flas
 COMMENT=       Adds i18n and l10n support for Flask based on Babel and pytz
 LICENSE=       modified-bsd
 
-USE_LANGUAGES= # empty
+PYTHON_VERSIONED_DEPENDENCIES= jinja2
 
 DEPENDS+=      ${PYPKGPREFIX}-babel>=1.0:../../devel/py-babel
 DEPENDS+=      ${PYPKGPREFIX}-flask-[0-9]*:../../www/py-flask
 DEPENDS+=      ${PYPKGPREFIX}-speaklater>=1.2:../../devel/py-speaklater
-DEPENDS+=      ${PYPKGPREFIX}-jinja2>=2.5:../../textproc/py-jinja2
+
+USE_LANGUAGES= # empty
 
 .include "../../lang/python/egg.mk"
+.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index