git: 58cdd73e7cba - main - devel/py-fluent-logger: Update 0.9.2 → 0.11.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 15 Aug 2024 22:57:35 UTC
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=58cdd73e7cba0ab10b09cc4cb9f6f7eea70db74b commit 58cdd73e7cba0ab10b09cc4cb9f6f7eea70db74b Author: Nicholas Kirby <nick@kirby.cx> AuthorDate: 2024-08-15 22:54:23 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-08-15 22:54:23 +0000 devel/py-fluent-logger: Update 0.9.2 → 0.11.1 Also: - Reorganized Makefile as per portlint, portfmt, and portclippy - Changed to pep517 build - Added pytest Changelogs: https://github.com/fluent/fluent-logger-python/releases/tag/v0.11.0 https://github.com/fluent/fluent-logger-python/releases/tag/v0.11.1 PR: 280522 Approved by: edwardchuang@gmail.com (maintainer, timeout > 14 days) --- devel/py-fluent-logger/Makefile | 10 ++++++---- devel/py-fluent-logger/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/devel/py-fluent-logger/Makefile b/devel/py-fluent-logger/Makefile index 85f2759dca7e..1213a54a9ff1 100644 --- a/devel/py-fluent-logger/Makefile +++ b/devel/py-fluent-logger/Makefile @@ -1,9 +1,9 @@ PORTNAME= fluent-logger -PORTVERSION= 0.9.2 -PORTREVISION= 1 +DISTVERSION= 0.11.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= fluent_logger-${DISTVERSION} MAINTAINER= edwardchuang@gmail.com COMMENT= Structured logger for Fluentd (Python) @@ -11,10 +11,12 @@ WWW= https://github.com/fluent/fluent-logger-python LICENSE= APACHE20 +BUILD_DEPENDS= py311-hatchling>0:devel/py-hatchling@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msgpack>0:devel/py-msgpack@${PY_FLAVOR} -NO_ARCH= yes -USE_PYTHON= autoplist concurrent distutils USES= python +USE_PYTHON= autoplist concurrent pep517 pytest + +NO_ARCH= yes .include <bsd.port.mk> diff --git a/devel/py-fluent-logger/distinfo b/devel/py-fluent-logger/distinfo index 56a47173c670..fe7ffde609f7 100644 --- a/devel/py-fluent-logger/distinfo +++ b/devel/py-fluent-logger/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1520787461 -SHA256 (fluent-logger-0.9.2.tar.gz) = 84aa4d843a530e5724927849995b8d7698413a670ee4bc0fcaafc9bcbf8b49bc -SIZE (fluent-logger-0.9.2.tar.gz) = 12270 +TIMESTAMP = 1722394626 +SHA256 (fluent_logger-0.11.1.tar.gz) = 6727525ba08671b758e3ac222f36fa3345bc1a77b81e7ddbc045ced68f44cd77 +SIZE (fluent_logger-0.11.1.tar.gz) = 58650