Date: Mon, 04 May 2026 21:23:22 +0000 From: Vladimir Druzenko <vvd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Cc: Generic Rikka <rikka.goering@outlook.de> Subject: git: 08f9d0cd9027 - main - www/py-pelican: Update 4.11.0 => 4.12.0, take maintainership Message-ID: <69f90e4a.1a1b1.13024a25@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=08f9d0cd90278f7208361e8303ed01a389c1581b commit 08f9d0cd90278f7208361e8303ed01a389c1581b Author: Generic Rikka <rikka.goering@outlook.de> AuthorDate: 2026-05-04 21:20:49 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2026-05-04 21:20:49 +0000 www/py-pelican: Update 4.11.0 => 4.12.0, take maintainership Changelog: https://docs.getpelican.com/en/latest/changelog.html#id1 PR: 294991 Sponsored by: UNIS Labs --- www/py-pelican/Makefile | 18 +++++++----------- www/py-pelican/distinfo | 6 +++--- 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/www/py-pelican/Makefile b/www/py-pelican/Makefile index fb41e06b8213..31e1460b54bc 100644 --- a/www/py-pelican/Makefile +++ b/www/py-pelican/Makefile @@ -1,10 +1,9 @@ PORTNAME= pelican -DISTVERSION= 4.11.0 -PORTREVISION= 2 +DISTVERSION= 4.12.0 CATEGORIES= www textproc python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= rikka.goering@outlook.de COMMENT= Static site generator written in Python WWW= https://docs.getpelican.com/ @@ -38,21 +37,18 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.9:www/py-beautifulsoup@${P git>0:devel/git \ hs-pandoc>:textproc/hs-pandoc -USES= python shebangfix +USES= python:3.11+ shebangfix USE_GITHUB= yes GH_ACCOUNT= getpelican -USE_PYTHON= autoplist concurrent pep517 pytest +USE_PYTHON= autoplist pep517 pytest SHEBANG_FILES= pelican/tools/*.py \ pelican/tools/templates/pelicanconf.py.jinja2 \ pelican/tools/templates/publishconf.py.jinja2 NO_ARCH= yes -.include <bsd.port.pre.mk> - do-test: - cd ${WRKSRC} && ${SETENV} \ - PYTHONPATH=${STAGEDIR}${PYTHON_SITELIBDIR} \ - ${PYTHON_CMD} -m pytest -v pelican/tests/ + cd ${WRKSRC} && ${SETENV} PYTHONPATH=${STAGEDIR}${PYTHON_SITELIBDIR} \ + ${PYTHON_CMD} -m pytest -v pelican/tests/ -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/www/py-pelican/distinfo b/www/py-pelican/distinfo index 02ee8a472a54..35a22c62ecf1 100644 --- a/www/py-pelican/distinfo +++ b/www/py-pelican/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1738951263 -SHA256 (getpelican-pelican-4.11.0_GH0.tar.gz) = d18b0a9b2cf0427d05b9b8a955bf7bb1028c9849fb2fa44c562d0fe34b6e3655 -SIZE (getpelican-pelican-4.11.0_GH0.tar.gz) = 1573316 +TIMESTAMP = 1777867643 +SHA256 (getpelican-pelican-4.12.0_GH0.tar.gz) = 0c87c230ec6cc07a1ed181c312242517f1eface73d6b5f6b6001d6ed991b0148 +SIZE (getpelican-pelican-4.12.0_GH0.tar.gz) = 1582796home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f90e4a.1a1b1.13024a25>
