From owner-svn-ports-head@freebsd.org Sat Jul 11 07:46:02 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 12E87359DA1; Sat, 11 Jul 2020 07:46:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4B3hmT40fFz4Wmq; Sat, 11 Jul 2020 07:46:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BE386FB53; Sat, 11 Jul 2020 07:46:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 06B7k0ZW041558; Sat, 11 Jul 2020 07:46:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06B7k07a041556; Sat, 11 Jul 2020 07:46:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202007110746.06B7k07a041556@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 11 Jul 2020 07:46:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r541915 - head/devel/py-cli-helpers X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-cli-helpers X-SVN-Commit-Revision: 541915 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jul 2020 07:46:02 -0000 Author: sunpoet Date: Sat Jul 11 07:45:59 2020 New Revision: 541915 URL: https://svnweb.freebsd.org/changeset/ports/541915 Log: Update to 2.0.1 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 Sat Jul 11 07:45:54 2020 (r541914) +++ head/devel/py-cli-helpers/Makefile Sat Jul 11 07:45:59 2020 (r541915) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cli-helpers -PORTVERSION= 1.2.1 +PORTVERSION= 2.0.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}configobj>=5.0.5:d ${PYTHON_PKGNAMEPREFIX}terminaltables>=3.0.0:textproc/py-terminaltables@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wcwidth>=0:devel/py-wcwidth@${PY_FLAVOR} -USES= python +USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes @@ -30,10 +30,4 @@ STYLES_DESC= Style formatted output/tables via Pygment STYLES_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>=1.6:textproc/py-pygments@${PY_FLAVOR} -.include - -.if ${PYTHON_REL} < 3000 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}backports.csv>=1.0.0:devel/py-backports.csv@${PY_FLAVOR} -.endif - -.include +.include Modified: head/devel/py-cli-helpers/distinfo ============================================================================== --- head/devel/py-cli-helpers/distinfo Sat Jul 11 07:45:54 2020 (r541914) +++ head/devel/py-cli-helpers/distinfo Sat Jul 11 07:45:59 2020 (r541915) @@ -1,3 +1,3 @@ -TIMESTAMP = 1560277217 -SHA256 (cli_helpers-1.2.1.tar.gz) = 98db22eaa86827d99ee6af9f5f3923142d04df256425204530842b032849a165 -SIZE (cli_helpers-1.2.1.tar.gz) = 31718 +TIMESTAMP = 1590693118 +SHA256 (cli_helpers-2.0.1.tar.gz) = 18f7d8c5a22d85fc685d56a9f301d8b9f7f0d7d4e9033a27563b066c2ab41833 +SIZE (cli_helpers-2.0.1.tar.gz) = 32736