pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-blosxom
Module Name: pkgsrc
Committed By: hauke
Date: Wed Oct 27 10:16:44 UTC 2021
Modified Files:
pkgsrc/www/py-blosxom: Makefile
Log Message:
Un-break by making sure a py27 compatible py-pygments version gets
installed; py-docutils, which depends on it, is happy with that.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/www/py-blosxom/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-blosxom/Makefile
diff -u pkgsrc/www/py-blosxom/Makefile:1.27 pkgsrc/www/py-blosxom/Makefile:1.28
--- pkgsrc/www/py-blosxom/Makefile:1.27 Sat Jan 18 23:35:44 2020
+++ pkgsrc/www/py-blosxom/Makefile Wed Oct 27 10:16:44 2021
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.27 2020/01/18 23:35:44 rillig Exp $
+# $NetBSD: Makefile,v 1.28 2021/10/27 10:16:44 hauke Exp $
PYBLOXSOMVERS= 1.5.3
DISTNAME= pyblosxom-${PYBLOXSOMVERS}
PKGNAME= ${PYPKGPREFIX}-blosxom-${PYBLOXSOMVERS}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= www
MASTER_SITES= http://pyblosxom.github.com/download/
@@ -21,6 +21,7 @@ DOC_SUBDIR= share/doc/pyblosxom
DOCDIR= ${PREFIX}/${DOC_SUBDIR}
DOCFILES= AUTHORS INSTALL LICENSE README.rst UPGRADE WHATSNEW
+BUILD_DEPENDS+= ${PYPKGPREFIX}-pygments<2.6:../../textproc/py-pygments25
BUILD_DEPENDS+= ${PYPKGPREFIX}-docutils>=0.12:../../textproc/py-docutils
INSTALLATION_DIRS= ${DOC_SUBDIR}
Home |
Main Index |
Thread Index |
Old Index