diff --git a/www/py-pelican/Makefile b/www/py-pelican/Makefile index 002db2b2b6b7..d684e26a4fe8 100644 --- a/www/py-pelican/Makefile +++ b/www/py-pelican/Makefile @@ -1,48 +1,48 @@ # Created by: Julien Laffaye PORTNAME= pelican -PORTVERSION= 4.7.1 +PORTVERSION= 4.7.2 CATEGORIES= www textproc python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= andreas@bilke.org COMMENT= Static site generator written in Python LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0.15:textproc/py-docutils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.7:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}feedgenerator>=1.9:www/py-feedgenerator@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}blinker>0:devel/py-blinker@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}unidecode>0:converters/py-unidecode@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rich>0:textproc/py-rich@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} USES= python:3.6+ shebangfix USE_GITHUB= yes USE_PYTHON= autoplist concurrent distutils SHEBANG_FILES= pelican/tools/templates/publishconf.py.jinja2 \ pelican/tools/templates/pelicanconf.py.jinja2 \ pelican/tools/*.py NO_ARCH= yes GH_ACCOUNT= getpelican OPTIONS_DEFINE= MARKDOWN SYNTAX OPTIONS_DEFAULT= MARKDOWN SYNTAX MARKDOWN_DESC= Markdown markup language format support MARKDOWN_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown>=3.1.1:textproc/py-markdown@${PY_FLAVOR} SYNTAX_DESC= Syntax Highlighting (via pygments) SYNTAX_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include diff --git a/www/py-pelican/distinfo b/www/py-pelican/distinfo index 5a4343f1afc3..25adfda6970d 100644 --- a/www/py-pelican/distinfo +++ b/www/py-pelican/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1634470938 -SHA256 (getpelican-pelican-4.7.1_GH0.tar.gz) = c64412935f12a07b15f50e433914632a9728917fc101a47bd10188919ceff11b -SIZE (getpelican-pelican-4.7.1_GH0.tar.gz) = 1401192 +TIMESTAMP = 1644759858 +SHA256 (getpelican-pelican-4.7.2_GH0.tar.gz) = b585beae7b6ce8e3370b9fad4a1c534370d4da68afc5f8690f7999becff8329a +SIZE (getpelican-pelican-4.7.2_GH0.tar.gz) = 1401737 diff --git a/www/py-pelican/pkg-descr b/www/py-pelican/pkg-descr index 398b0de28b74..a5b72d666729 100644 --- a/www/py-pelican/pkg-descr +++ b/www/py-pelican/pkg-descr @@ -1,9 +1,9 @@ Pelican is a static site generator, written in Python. - Write your content directly with your editor of choice (vim!) in reStructuredText, Markdown, or AsciiDoc formats - Includes a simple CLI tool to (re)generate your site - Easy to interface with distributed version control systems and web hooks - Completely static output is easy to host anywhere -WWW: http://docs.getpelican.com/ +WWW: https://docs.getpelican.com/