diff options
-rw-r--r-- | devel/py-fluent-logger/Makefile | 10 | ||||
-rw-r--r-- | 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 |