Date: Fri, 3 Nov 2017 20:27:27 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453422 - head/devel/py-cli-helpers Message-ID: <201711032027.vA3KRRMe036686@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Nov 3 20:27:27 2017 New Revision: 453422 URL: https://svnweb.freebsd.org/changeset/ports/453422 Log: Update to 1.0.0 - Allow concurrent installation (USE_PYTHON=concurrent) Changes: https://github.com/dbcli/cli_helpers/blob/master/CHANGELOG Modified: head/devel/py-cli-helpers/Makefile head/devel/py-cli-helpers/distinfo Modified: head/devel/py-cli-helpers/Makefile ============================================================================== --- head/devel/py-cli-helpers/Makefile Fri Nov 3 20:27:21 2017 (r453421) +++ head/devel/py-cli-helpers/Makefile Fri Nov 3 20:27:27 2017 (r453422) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cli-helpers -PORTVERSION= 0.2.3 +PORTVERSION= 1.0.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,10 +15,11 @@ 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 <bsd.port.pre.mk> Modified: head/devel/py-cli-helpers/distinfo ============================================================================== --- head/devel/py-cli-helpers/distinfo Fri Nov 3 20:27:21 2017 (r453421) +++ head/devel/py-cli-helpers/distinfo Fri Nov 3 20:27:27 2017 (r453422) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711032027.vA3KRRMe036686>