27cc6c5c5b
Makes structured logging with key-value logging, incremental context building, and arbitrary formatting easy. WWW: http://www.structlog.org/ PR: 208888 Submitted by: Dave Cottlehuber <dch@skunkwerks.at>
21 lines
472 B
Makefile
21 lines
472 B
Makefile
# Created by: Dave Cottlehuber <dch@skunkwerks.at>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= structlog
|
|
PORTVERSION= 16.0.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= dch@skunkwerks.at
|
|
COMMENT= Structured Logging for Python
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>=0.3.3:devel/py-colorama \
|
|
${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|