Index: head/devel/py-cli-helpers/Makefile =================================================================== --- head/devel/py-cli-helpers/Makefile (revision 453421) +++ head/devel/py-cli-helpers/Makefile (revision 453422) @@ -1,30 +1,31 @@ # Created by: Po-Chuan Hsieh # $FreeBSD$ PORTNAME= cli-helpers -PORTVERSION= 0.2.3 +PORTVERSION= 1.0.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= cli_helpers-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Helpers for building command-line apps LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>=1.6:textproc/py-pygments \ + ${PYTHON_PKGNAMEPREFIX}tabulate>=0.8.0:devel/py-tabulate \ ${PYTHON_PKGNAMEPREFIX}terminaltables>=3.0.0:textproc/py-terminaltables NO_ARCH= yes -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils USES= python .include .if ${PYTHON_REL} < 3000 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}backports.csv>=1.0.0:devel/py-backports.csv .endif .include Index: head/devel/py-cli-helpers/distinfo =================================================================== --- head/devel/py-cli-helpers/distinfo (revision 453421) +++ head/devel/py-cli-helpers/distinfo (revision 453422) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501694352 -SHA256 (cli_helpers-0.2.3.tar.gz) = eaa887b46ef448c8864ba460cce4fa26866e45e337dc32a2b4741ccb033c42f1 -SIZE (cli_helpers-0.2.3.tar.gz) = 35806 +TIMESTAMP = 1507883583 +SHA256 (cli_helpers-1.0.0.tar.gz) = 71ab0fbd89c8dfb7ce90086973bcdc4d21a1278a636eb6de2c2f53d1764ca275 +SIZE (cli_helpers-1.0.0.tar.gz) = 23744