pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-flask-flatpages
Module Name: pkgsrc
Committed By: kleink
Date: Sun May 17 09:39:27 UTC 2020
Modified Files:
pkgsrc/www/py-flask-flatpages: Makefile
Log Message:
py-flask-flatpages: Build requires py-test-runner.
Missed in 0.7.2 update, caught by bulk build.
Also add py-pygments to test dependencies, and depend on py-flask>1.0
instead of >=1.0 (per setup.cfg). The latter does not imply a dependency
change within pkgsrc, as py-flask had been >1.0 for 1+ year when this
was actually introduced at py-flask-flatpages 0.7.1.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/py-flask-flatpages/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-flatpages/Makefile
diff -u pkgsrc/www/py-flask-flatpages/Makefile:1.9 pkgsrc/www/py-flask-flatpages/Makefile:1.10
--- pkgsrc/www/py-flask-flatpages/Makefile:1.9 Tue May 12 10:49:35 2020
+++ pkgsrc/www/py-flask-flatpages/Makefile Sun May 17 09:39:27 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2020/05/12 10:49:35 kleink Exp $
+# $NetBSD: Makefile,v 1.10 2020/05/17 09:39:27 kleink Exp $
DISTNAME= Flask-FlatPages-0.7.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -12,10 +12,12 @@ LICENSE= modified-bsd
.include "options.mk"
-DEPENDS+= ${PYPKGPREFIX}-flask>=1.0:../../www/py-flask
+DEPENDS+= ${PYPKGPREFIX}-flask>1.0:../../www/py-flask
DEPENDS+= ${PYPKGPREFIX}-jinja2>=2.10.2:../../textproc/py-jinja2
DEPENDS+= ${PYPKGPREFIX}-markdown>=2.5:../../textproc/py-markdown
DEPENDS+= ${PYPKGPREFIX}-yaml>3.12:../../textproc/py-yaml
+BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
+TEST_DEPENDS+= ${PYPKGPREFIX}-pygments>=1.6:../../textproc/py-pygments
USE_LANGUAGES= # none
Home |
Main Index |
Thread Index |
Old Index