pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-blosxom Un-break by making sure a py27 compatib...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6a87cfdb806e
branches:  trunk
changeset: 768612:6a87cfdb806e
user:      hauke <hauke%pkgsrc.org@localhost>
date:      Wed Oct 27 10:16:44 2021 +0000

description:
Un-break by making sure a py27 compatible py-pygments version gets
installed; py-docutils, which depends on it, is happy with that.

diffstat:

 www/py-blosxom/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 4176601449b3 -r 6a87cfdb806e www/py-blosxom/Makefile
--- a/www/py-blosxom/Makefile   Wed Oct 27 10:14:21 2021 +0000
+++ b/www/py-blosxom/Makefile   Wed Oct 27 10:16:44 2021 +0000
@@ -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 @@
 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