pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-pelican
Module Name: pkgsrc
Committed By: rillig
Date: Sat May 23 09:15:13 UTC 2020
Modified Files:
pkgsrc/www/py-pelican: Makefile
Log Message:
www/py-pelican: clean up interpreter replacement
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/py-pelican/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-pelican/Makefile
diff -u pkgsrc/www/py-pelican/Makefile:1.10 pkgsrc/www/py-pelican/Makefile:1.11
--- pkgsrc/www/py-pelican/Makefile:1.10 Fri Apr 24 21:51:54 2020
+++ pkgsrc/www/py-pelican/Makefile Sat May 23 09:15:13 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2020/04/24 21:51:54 nils Exp $
+# $NetBSD: Makefile,v 1.11 2020/05/23 09:15:13 rillig Exp $
DISTNAME= pelican-4.2.0
-PKGREVISION= 1
+PKGREVISION= 2
GITHUB_PROJECT= pelican
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www textproc
@@ -25,20 +25,13 @@ DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]
PYTHON_VERSIONED_DEPENDENCIES= sphinx:build
-USE_TOOLS+= bash:run make:build sed:build
+USE_TOOLS+= make:build sed:build
REPLACE_PYTHON+= pelican/tools/pelican_import.py
REPLACE_PYTHON+= pelican/tools/pelican_quickstart.py
REPLACE_PYTHON+= pelican/tools/pelican_themes.py
-REPLACE_PYTHON+= pelican/tools/templates/pelicanconf.py.in
-REPLACE_PYTHON+= pelican/tools/templates/publishconf.py.in
REPLACE_PYTHON+= pelican/tools/templates/publishconf.py.jinja2
-REPLACE_INTERPRETER+= bash
-REPLACE.bash.old= /usr/bin/env bash
-REPLACE.bash.new= ${TOOLS_PATH.bash}
-REPLACE_FILES.bash= pelican/tools/templates/develop_server.sh.in
-
SUBST_CLASSES+= version
SUBST_STAGE.version= pre-build
SUBST_MESSAGE.version= Removing useless import of pelican.
Home |
Main Index |
Thread Index |
Old Index