diff --git a/devel/py-logistro/Makefile b/devel/py-logistro/Makefile index 35e16059ff74..ba98de5f4118 100644 --- a/devel/py-logistro/Makefile +++ b/devel/py-logistro/Makefile @@ -1,28 +1,28 @@ PORTNAME= logistro -DISTVERSION= 1.0.11 +DISTVERSION= 2.0.1 CATEGORIES= devel MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Simple wrapper over logging for a couple basic features WWW= https://github.com/geopozo/logistro BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} USES= python USE_PYTHON= pep517 autoplist pytest TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} NO_ARCH= yes post-patch: # workaround for https://github.com/plotly/Kaleido/issues/288 @${REINPLACE_CMD} -e "s|version = \"0.0.0\"|version = \"${DISTVERSION}\"|" ${WRKSRC}/pyproject.toml -# tests as of 1.0.11: -# Results (18.81s): -# 17 passed +# tests as of 2.0.1: +# Results (4.48s): +# 12 passed .include diff --git a/devel/py-logistro/distinfo b/devel/py-logistro/distinfo index 4d1c38be6c85..237bfb62b76d 100644 --- a/devel/py-logistro/distinfo +++ b/devel/py-logistro/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741064677 -SHA256 (logistro-1.0.11.tar.gz) = 9386b65cde9cc71d8c356142a219868612357b3c54ed4e067a78f420c4e51846 -SIZE (logistro-1.0.11.tar.gz) = 7550 +TIMESTAMP = 1775965033 +SHA256 (logistro-2.0.1.tar.gz) = 8446affc82bab2577eb02bfcbcae196ae03129287557287b6a070f70c1985047 +SIZE (logistro-2.0.1.tar.gz) = 8398 diff --git a/devel/py-logistro/files/patch-pyproject.toml b/devel/py-logistro/files/patch-pyproject.toml index 1e41722659b8..31bf461f0d0a 100644 --- a/devel/py-logistro/files/patch-pyproject.toml +++ b/devel/py-logistro/files/patch-pyproject.toml @@ -1,23 +1,23 @@ ---- pyproject.toml.orig 2025-02-10 01:47:09 UTC +--- pyproject.toml.orig 2025-11-01 02:40:04 UTC +++ pyproject.toml @@ -1,17 +1,15 @@ [build-system] --requires = ["setuptools>=65.0.0", "wheel", "setuptools-git-versioning"] -+requires = ["setuptools>0", "wheel"] +-requires = ["setuptools", "wheel", "setuptools-git-versioning"] ++requires = ["setuptools", "wheel"] build-backend = "setuptools.build_meta" [tool.setuptools.packages] find = {namespaces = false} -[tool.setuptools-git-versioning] -enabled = true - [project] name = "logistro" -+version = "1.0.11" ++version = "2.0.1" description = "Simple wrapper over logging for a couple basic features" -dynamic = ["version"] +dynamic = [] readme = "README.md" + license = { "file" = "LICENSE" } requires-python = ">=3.8" - authors = [