summaryrefslogtreecommitdiff
path: root/devel/py-fluent-logger
diff options
context:
space:
mode:
authorNicholas Kirby <nick@kirby.cx>2024-08-16 01:54:23 +0300
committerVladimir Druzenko <vvd@FreeBSD.org>2024-08-16 01:54:23 +0300
commit58cdd73e7cba0ab10b09cc4cb9f6f7eea70db74b (patch)
treee80d03d6633b7b3226e2f062f5d47aef4d4f44cb /devel/py-fluent-logger
parentnet-mgmt/librenms: Update to 24.8.0 (diff)
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)
Diffstat (limited to 'devel/py-fluent-logger')
-rw-r--r--devel/py-fluent-logger/Makefile10
-rw-r--r--devel/py-fluent-logger/distinfo6
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