ports/devel/py-fluent-logger/Makefile
Nicholas Kirby 58cdd73e7c 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)
2024-08-16 01:54:23 +03:00

22 lines
564 B
Makefile

PORTNAME= fluent-logger
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)
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}
USES= python
USE_PYTHON= autoplist concurrent pep517 pytest
NO_ARCH= yes
.include <bsd.port.mk>