pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-pelican Updated www/pelican to 3.7.1nb1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ed1fb72d47f8
branches:  trunk
changeset: 358011:ed1fb72d47f8
user:      nils <nils%pkgsrc.org@localhost>
date:      Fri Feb 03 09:59:41 2017 +0000

description:
Updated www/pelican to 3.7.1nb1.
Pkgsrc changes :
- dependency to www/py-feedgenerator updated to 1.9 (otherwise, pelican
  does not work) ;
- tabs alignement to make pkglint happy.

diffstat:

 www/py-pelican/Makefile |  13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diffs (36 lines):

diff -r 64fae6a3d012 -r ed1fb72d47f8 www/py-pelican/Makefile
--- a/www/py-pelican/Makefile   Fri Feb 03 09:57:52 2017 +0000
+++ b/www/py-pelican/Makefile   Fri Feb 03 09:59:41 2017 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2017/02/02 20:30:55 nils Exp $
+# $NetBSD: Makefile,v 1.6 2017/02/03 09:59:41 nils Exp $
 
 DISTNAME=              pelican-3.7.1
+PKGREVISION=           1
 GITHUB_PROJECT=                pelican
 PKGNAME=               ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=            www textproc
@@ -16,7 +17,7 @@
 DEPENDS+=              ${PYPKGPREFIX}-markdown-[0-9]*:../../textproc/py-markdown
 DEPENDS+=              ${PYPKGPREFIX}-jinja2>=2.7:../../textproc/py-jinja2
 DEPENDS+=              ${PYPKGPREFIX}-pygments>=1.4:../../textproc/py-pygments
-DEPENDS+=              ${PYPKGPREFIX}-feedgenerator>=1.6:../../www/py-feedgenerator
+DEPENDS+=              ${PYPKGPREFIX}-feedgenerator>=1.9:../../www/py-feedgenerator
 DEPENDS+=              ${PYPKGPREFIX}-pytz>=0a:../../time/py-pytz
 DEPENDS+=              ${PYPKGPREFIX}-blinker-[0-9]*:../../devel/py-blinker
 DEPENDS+=              ${PYPKGPREFIX}-Unidecode-[0-9]*:../../textproc/py-Unidecode
@@ -31,10 +32,10 @@
 REPLACE_PYTHON+=       pelican/tools/templates/pelicanconf.py.in
 REPLACE_PYTHON+=       pelican/tools/templates/publishconf.py.in
 
-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
+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



Home | Main Index | Thread Index | Old Index