opnsense-ports/sysutils/py-concurrent-log-handler/Makefile
Franco Fichtner d6d6c1082e */*: sync with upstream
Taken from: FreeBSD
2023-01-12 13:30:53 +01:00

19 lines
505 B
Makefile

PORTNAME= concurrent-log-handler
DISTVERSION= 0.9.19
CATEGORIES= sysutils python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= risner@stdio.com
COMMENT= RotatingFileHandler replacement with concurrency, gzip
WWW= https://pypi.org/project/concurrent-log-handler/
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}portalocker>=1.4.0:devel/py-portalocker@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>