diff --git a/devel/py-coloredlogs/Makefile b/devel/py-coloredlogs/Makefile index 821e25d41d19..cf2c34cd847f 100644 --- a/devel/py-coloredlogs/Makefile +++ b/devel/py-coloredlogs/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= coloredlogs -PORTVERSION= 14.1 +PORTVERSION= 15.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,11 +12,16 @@ COMMENT= Colored terminal output for Python logging module LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}humanfriendly>=7.1:textproc/py-humanfriendly@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}humanfriendly>=9.1:textproc/py-humanfriendly@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes +OPTIONS_DEFINE= CRON +CRON_DESC= Cron support + +CRON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}capturer>=2.4:devel/py-capturer@${PY_FLAVOR} + .include diff --git a/devel/py-coloredlogs/distinfo b/devel/py-coloredlogs/distinfo index 4ec492778b5c..64c40f644a99 100644 --- a/devel/py-coloredlogs/distinfo +++ b/devel/py-coloredlogs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1607674359 -SHA256 (coloredlogs-14.1.tar.gz) = 45add58d9000cae86358f9bb996ffbd788b0cc61df48938dbfc959dbee242f54 -SIZE (coloredlogs-14.1.tar.gz) = 276622 +TIMESTAMP = 1608366362 +SHA256 (coloredlogs-15.0.tar.gz) = 5e78691e2673a8e294499e1832bb13efcfb44a86b92e18109fa18951093218ab +SIZE (coloredlogs-15.0.tar.gz) = 278159 diff --git a/devel/py-coloredlogs/pkg-descr b/devel/py-coloredlogs/pkg-descr index 5940262fecce..72212e6677ed 100644 --- a/devel/py-coloredlogs/pkg-descr +++ b/devel/py-coloredlogs/pkg-descr @@ -1,4 +1,5 @@ The coloredlogs package enables colored terminal output for Python's logging module. -WWW: https://coloredlogs.readthedocs.io +WWW: https://coloredlogs.readthedocs.io/en/latest/ +WWW: https://github.com/xolox/python-coloredlogs