freebsd-ports/devel/py-structlog/Makefile
Matthew Seaman 27cc6c5c5b Structured Logging for Python
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>
2016-05-15 17:49:55 +00:00

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>