Date: Thu, 04 Dec 2025 10:05:32 +0000 From: Nicola Vitale <nivit@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d10a320286c7 - main - textproc/py-genshi: Update to 0.7.10 Message-ID: <69315cec.39210.1fd83860@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by nivit: URL: https://cgit.FreeBSD.org/ports/commit/?id=d10a320286c7956fd9f3267dac0d0c622474fc4e commit d10a320286c7956fd9f3267dac0d0c622474fc4e Author: Nicola Vitale <nivit@FreeBSD.org> AuthorDate: 2025-12-04 10:02:42 +0000 Commit: Nicola Vitale <nivit@FreeBSD.org> CommitDate: 2025-12-04 10:02:42 +0000 textproc/py-genshi: Update to 0.7.10 - Make tests via pytest ChangeLog: https://github.com/edgewall/genshi/releases/tag/0.7.10 Reported by: Simon Cross <notifications@github.com> --- textproc/py-genshi/Makefile | 12 +++++++----- textproc/py-genshi/distinfo | 6 +++--- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/textproc/py-genshi/Makefile b/textproc/py-genshi/Makefile index 2926f0b74fc5..76d8646a491b 100644 --- a/textproc/py-genshi/Makefile +++ b/textproc/py-genshi/Makefile @@ -1,8 +1,9 @@ PORTNAME= Genshi -PORTVERSION= 0.7.9 +PORTVERSION= 0.7.10 CATEGORIES= textproc www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME:tl}-${DISTVERSION} MAINTAINER= nivit@FreeBSD.org COMMENT= Toolkit for generation of output for the web @@ -15,7 +16,11 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=63.1.0:devel/py-setuptools@${P ${PYTHON_PKGNAMEPREFIX}wheel>=0.43.0:devel/py-wheel@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist pep517 +USE_PYTHON= autoplist pep517 pytest + +# tests: 808 passed +TEST_ENV= PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \ + PYTHONPATH="${STAGEDIR}${PYTHON_SITELIBDIR}" OPTIONS_DEFINE= BABEL BABEL_DESC= I18n support through the Babel plugin @@ -25,7 +30,4 @@ BABEL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=0.8:devel/py-babel@${PY_FLAVOR} post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/genshi/_speedups${PYTHON_TAG}.so -do-test: - @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test - .include <bsd.port.mk> diff --git a/textproc/py-genshi/distinfo b/textproc/py-genshi/distinfo index 493e3a87bb07..6634005274ec 100644 --- a/textproc/py-genshi/distinfo +++ b/textproc/py-genshi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1718724739 -SHA256 (Genshi-0.7.9.tar.gz) = c76170a8b2dc18944e0915103c284cb889dfcee34e0e140ba3363c80f7541ad2 -SIZE (Genshi-0.7.9.tar.gz) = 269399 +TIMESTAMP = 1764841535 +SHA256 (genshi-0.7.10.tar.gz) = 85b0db113625314f0f44f3fe6ef0eb2564d6c34dd2ee5677b495d15142bb4973 +SIZE (genshi-0.7.10.tar.gz) = 237292home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69315cec.39210.1fd83860>
