Tue May 2 16:34:17 2023 UTC ()
py-blosxom: remove two build dependencies that are not actually used

Same PLIST before and after.


(wiz)
diff -r1.29 -r1.30 pkgsrc/www/py-blosxom/Makefile

cvs diff -r1.29 -r1.30 pkgsrc/www/py-blosxom/Makefile (expand / switch to unified diff)

--- pkgsrc/www/py-blosxom/Makefile 2022/01/04 20:55:16 1.29
+++ pkgsrc/www/py-blosxom/Makefile 2023/05/02 16:34:17 1.30
@@ -1,38 +1,37 @@ @@ -1,38 +1,37 @@
1# $NetBSD: Makefile,v 1.29 2022/01/04 20:55:16 wiz Exp $ 1# $NetBSD: Makefile,v 1.30 2023/05/02 16:34:17 wiz Exp $
2 2
3PYBLOXSOMVERS= 1.5.3 3PYBLOXSOMVERS= 1.5.3
4DISTNAME= pyblosxom-${PYBLOXSOMVERS} 4DISTNAME= pyblosxom-${PYBLOXSOMVERS}
5PKGNAME= ${PYPKGPREFIX}-blosxom-${PYBLOXSOMVERS} 5PKGNAME= ${PYPKGPREFIX}-blosxom-${PYBLOXSOMVERS}
6PKGREVISION= 5 6PKGREVISION= 5
7CATEGORIES= www 7CATEGORIES= www
8MASTER_SITES= http://pyblosxom.github.com/download/ 8MASTER_SITES= http://pyblosxom.github.com/download/
9 9
10MAINTAINER= hauke@NetBSD.org 10MAINTAINER= hauke@NetBSD.org
11HOMEPAGE= https://pyblosxom.github.com/ 11HOMEPAGE= https://pyblosxom.github.com/
12COMMENT= PyBlosxom is a lightweight file-based weblog system 12COMMENT= Lightweight file-based weblog system
13 
14LICENSE= mit 13LICENSE= mit
15 14
16DIST_SUBDIR= ${DISTNAME} # upstream reissued tarball with no changes 15DIST_SUBDIR= ${DISTNAME} # upstream reissued tarball with no changes
17 16
18USE_LANGUAGES= #none 17USE_LANGUAGES= #none
19 18
20DOC_SUBDIR= share/doc/pyblosxom 19DOC_SUBDIR= share/doc/pyblosxom
21DOCDIR= ${PREFIX}/${DOC_SUBDIR} 20DOCDIR= ${PREFIX}/${DOC_SUBDIR}
22DOCFILES= AUTHORS INSTALL LICENSE README.rst UPGRADE WHATSNEW 21DOCFILES= AUTHORS INSTALL LICENSE README.rst UPGRADE WHATSNEW
23 22
24BUILD_DEPENDS+= ${PYPKGPREFIX}-pygments<2.6:../../textproc/py-pygments25 23#BUILD_DEPENDS+= ${PYPKGPREFIX}-pygments<2.6:../../textproc/py-pygments25
25BUILD_DEPENDS+= ${PYPKGPREFIX}-docutils>=0.12:../../textproc/py-docutils 24#BUILD_DEPENDS+= ${PYPKGPREFIX}-docutils>=0.12:../../textproc/py-docutils
26 25
27INSTALLATION_DIRS= ${DOC_SUBDIR} 26INSTALLATION_DIRS= ${DOC_SUBDIR}
28 27
29REPLACE_PYTHON= Pyblosxom/data/pyblosxom.cgi 28REPLACE_PYTHON= Pyblosxom/data/pyblosxom.cgi
30 29
31PYTHON_VERSIONS_ACCEPTED= 27 30PYTHON_VERSIONS_ACCEPTED= 27
32 31
33pre-configure: 32pre-configure:
34 cd ${WRKSRC} && ${FIND} Pyblosxom -type f -name '*.orig' \ 33 cd ${WRKSRC} && ${FIND} Pyblosxom -type f -name '*.orig' \
35 -exec ${RM} -f \{\} \; 34 -exec ${RM} -f \{\} \;
36 35
37# There is a set of manual files in docs/source that could be 36# There is a set of manual files in docs/source that could be
38# converted to HTML or PDF, and installed 37# converted to HTML or PDF, and installed