svn commit: r558664 - head/devel/py-coloredlogs

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 19 20:24:56 UTC 2020


Author: sunpoet
Date: Sat Dec 19 20:24:48 2020
New Revision: 558664
URL: https://svnweb.freebsd.org/changeset/ports/558664

Log:
  Update to 15.0
  
  - Add CRON option
  - Update WWW
  
  Changes:	https://github.com/xolox/python-coloredlogs/blob/master/CHANGELOG.rst
  		https://coloredlogs.readthedocs.io/en/latest/changelog.html

Modified:
  head/devel/py-coloredlogs/Makefile
  head/devel/py-coloredlogs/distinfo
  head/devel/py-coloredlogs/pkg-descr

Modified: head/devel/py-coloredlogs/Makefile
==============================================================================
--- head/devel/py-coloredlogs/Makefile	Sat Dec 19 20:24:43 2020	(r558663)
+++ head/devel/py-coloredlogs/Makefile	Sat Dec 19 20:24:48 2020	(r558664)
@@ -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 mo
 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 <bsd.port.mk>

Modified: head/devel/py-coloredlogs/distinfo
==============================================================================
--- head/devel/py-coloredlogs/distinfo	Sat Dec 19 20:24:43 2020	(r558663)
+++ head/devel/py-coloredlogs/distinfo	Sat Dec 19 20:24:48 2020	(r558664)
@@ -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

Modified: head/devel/py-coloredlogs/pkg-descr
==============================================================================
--- head/devel/py-coloredlogs/pkg-descr	Sat Dec 19 20:24:43 2020	(r558663)
+++ head/devel/py-coloredlogs/pkg-descr	Sat Dec 19 20:24:48 2020	(r558664)
@@ -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


More information about the svn-ports-all mailing list