mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to 2.5.5
- Install only the reStructured files as documentation, because we should install textproc/py-sphinx to create other formats, but py-sphinx requires Jinja2 as dependency. PR: ports/151575 Submitted by: Olivier Duchateau <duchateau.olivier at gmail.com>
This commit is contained in:
parent
7e3b13225a
commit
2d0350da80
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264530
3 changed files with 18 additions and 59 deletions
|
@ -6,8 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= Jinja2
|
PORTNAME= Jinja2
|
||||||
PORTVERSION= 2.5.2
|
PORTVERSION= 2.5.5
|
||||||
PORTREVISION= 0
|
|
||||||
CATEGORIES= devel python
|
CATEGORIES= devel python
|
||||||
MASTER_SITES= CHEESESHOP \
|
MASTER_SITES= CHEESESHOP \
|
||||||
http://nivi.interfree.it/distfiles/${PORTNAME}/
|
http://nivi.interfree.it/distfiles/${PORTNAME}/
|
||||||
|
@ -28,7 +27,9 @@ OPTIONS+= BABEL "Enable Babel extension" off
|
||||||
post-install:
|
post-install:
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
@${MKDIR} ${DOCSDIR}
|
@${MKDIR} ${DOCSDIR}
|
||||||
@cd ${WRKSRC}/docs/_build/html && ${COPYTREE_SHARE} . ${DOCSDIR}
|
@cd ${WRKSRC}/docs/ && \
|
||||||
|
${FIND} . -type f -regex '.*\.rst' \
|
||||||
|
-exec ${INSTALL_DATA} "{}" "${DOCSDIR}/{}" \;
|
||||||
.endif
|
.endif
|
||||||
.if !defined(NOPORTEXAMPLES)
|
.if !defined(NOPORTEXAMPLES)
|
||||||
@${MKDIR} ${EXAMPLESDIR}
|
@${MKDIR} ${EXAMPLESDIR}
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (Jinja2-2.5.2.tar.gz) = 3829be2926a067ee024e6d3e5327dbf7
|
MD5 (Jinja2-2.5.5.tar.gz) = 83b20c1eeb31f49d8e6392efae91b7d5
|
||||||
SHA256 (Jinja2-2.5.2.tar.gz) = 19040f01b3a9d8c63e4d57936f78710908199b69370ab44a0f7407dd891f019b
|
SHA256 (Jinja2-2.5.5.tar.gz) = 22f9675e42dc640c4469d4f7d210baecb5e695823af954c813d51c930235675d
|
||||||
SIZE (Jinja2-2.5.2.tar.gz) = 697422
|
SIZE (Jinja2-2.5.5.tar.gz) = 438586
|
||||||
|
|
|
@ -140,55 +140,17 @@
|
||||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/jinja2/visitor.py
|
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/jinja2/visitor.py
|
||||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/jinja2/visitor.pyc
|
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/jinja2/visitor.pyc
|
||||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/jinja2/visitor.pyo
|
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/jinja2/visitor.pyo
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/.buildinfo
|
%%PORTDOCS%%%%DOCSDIR%%/api.rst
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/_sources/api.txt
|
%%PORTDOCS%%%%DOCSDIR%%/changelog.rst
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/_sources/changelog.txt
|
%%PORTDOCS%%%%DOCSDIR%%/extensions.rst
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/_sources/extensions.txt
|
%%PORTDOCS%%%%DOCSDIR%%/faq.rst
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/_sources/faq.txt
|
%%PORTDOCS%%%%DOCSDIR%%/index.rst
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/_sources/index.txt
|
%%PORTDOCS%%%%DOCSDIR%%/integration.rst
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/_sources/integration.txt
|
%%PORTDOCS%%%%DOCSDIR%%/intro.rst
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/_sources/intro.txt
|
%%PORTDOCS%%%%DOCSDIR%%/sandbox.rst
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/_sources/sandbox.txt
|
%%PORTDOCS%%%%DOCSDIR%%/switching.rst
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/_sources/switching.txt
|
%%PORTDOCS%%%%DOCSDIR%%/templates.rst
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/_sources/templates.txt
|
%%PORTDOCS%%%%DOCSDIR%%/tricks.rst
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/_sources/tricks.txt
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/_static/basic.css
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/_static/darkmetal.png
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/_static/default.css
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/_static/doctools.js
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/_static/file.png
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/_static/headerbg.png
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/_static/implementation.png
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/_static/jinja.js
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/_static/jinjabanner.png
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/_static/jquery.js
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/_static/metal.png
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/_static/minus.png
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/_static/navigation.png
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/_static/note.png
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/_static/plus.png
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/_static/print.css
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/_static/pygments.css
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/_static/searchtools.js
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/_static/style.css
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/_static/underscore.js
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/_static/watermark.png
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/_static/watermark_blur.png
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/api.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/changelog.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/extensions.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/faq.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/genindex.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/index.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/integration.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/intro.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/objects.inv
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/sandbox.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/search.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/searchindex.js
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/switching.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/templates.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/tricks.html
|
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/basic/cycle.py
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/basic/cycle.py
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/basic/debugger.py
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/basic/debugger.py
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/basic/inheritance.py
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/basic/inheritance.py
|
||||||
|
@ -206,7 +168,6 @@
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rwbench/django/index.html
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rwbench/django/index.html
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rwbench/django/layout.html
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rwbench/django/layout.html
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rwbench/djangoext.py
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rwbench/djangoext.py
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rwbench/djangoext.pyc
|
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rwbench/genshi/helpers.html
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rwbench/genshi/helpers.html
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rwbench/genshi/index.html
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rwbench/genshi/index.html
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rwbench/genshi/layout.html
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rwbench/genshi/layout.html
|
||||||
|
@ -217,7 +178,6 @@
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rwbench/mako/index.html
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rwbench/mako/index.html
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rwbench/mako/layout.html
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rwbench/mako/layout.html
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rwbench/rwbench.py
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rwbench/rwbench.py
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rwbench/rwbench.pyc
|
|
||||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/rwbench/mako
|
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/rwbench/mako
|
||||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/rwbench/jinja
|
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/rwbench/jinja
|
||||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/rwbench/genshi
|
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/rwbench/genshi
|
||||||
|
@ -226,8 +186,6 @@
|
||||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/basic/templates
|
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/basic/templates
|
||||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/basic
|
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/basic
|
||||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
|
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
|
||||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/_static
|
|
||||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources
|
|
||||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||||
@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/jinja2/testsuite/res/templates/foo
|
@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/jinja2/testsuite/res/templates/foo
|
||||||
@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/jinja2/testsuite/res/templates
|
@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/jinja2/testsuite/res/templates
|
||||||
|
|
Loading…
Add table
Reference in a new issue