mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 16:21:50 -04:00
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)
22 lines
564 B
Makefile
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>
|