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
This commit is contained in:
parent
c0b1bcd64e
commit
c26191dc30
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=558664
3 changed files with 12 additions and 6 deletions
|
@ -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 <bsd.port.mk>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue