Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-pelican www/py-pelican: clean up interpreter re...
details: https://anonhg.NetBSD.org/pkgsrc/rev/fb2def0835a4
branches: trunk
changeset: 432559:fb2def0835a4
user: rillig <rillig%pkgsrc.org@localhost>
date: Sat May 23 09:15:13 2020 +0000
description:
www/py-pelican: clean up interpreter replacement
diffstat:
www/py-pelican/Makefile | 13 +++----------
1 files changed, 3 insertions(+), 10 deletions(-)
diffs (35 lines):
diff -r d34f40426bbd -r fb2def0835a4 www/py-pelican/Makefile
--- a/www/py-pelican/Makefile Sat May 23 09:13:40 2020 +0000
+++ b/www/py-pelican/Makefile Sat May 23 09:15:13 2020 +0000
@@ -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 @@
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