From owner-svn-ports-head@freebsd.org Sun Jan 3 20:07:14 2021 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 27E6E4DCAA0; Sun, 3 Jan 2021 20:07:14 +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 4D88tQ67h6z4V00; Sun, 3 Jan 2021 20:07:10 +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 AEA0956EF; Sun, 3 Jan 2021 20:07:08 +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 103K78Hf002887; Sun, 3 Jan 2021 20:07:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 103K78wk002883; Sun, 3 Jan 2021 20:07:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202101032007.103K78wk002883@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 3 Jan 2021 20:07:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r560122 - head/devel/py-invoke X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-invoke X-SVN-Commit-Revision: 560122 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.34 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: Sun, 03 Jan 2021 20:07:14 -0000 Author: sunpoet Date: Sun Jan 3 20:07:07 2021 New Revision: 560122 URL: https://svnweb.freebsd.org/changeset/ports/560122 Log: Update to 1.5.0 - Clean up after r559531 Changes: https://www.pyinvoke.org/changelog.html https://github.com/pyinvoke/invoke/blob/master/sites/www/changelog.rst Modified: head/devel/py-invoke/Makefile head/devel/py-invoke/distinfo Modified: head/devel/py-invoke/Makefile ============================================================================== --- head/devel/py-invoke/Makefile Sun Jan 3 20:07:03 2021 (r560121) +++ head/devel/py-invoke/Makefile Sun Jan 3 20:07:07 2021 (r560122) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= invoke -PORTVERSION= 1.4.1 -PORTREVISION= 1 +PORTVERSION= 1.5.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}semantic-version>=0:devel/py-semantic-version@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}twine>=0:devel/py-twine@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} USES= python:3.6+ @@ -23,12 +23,4 @@ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -.include - -.if ${PYTHON_REL} < 3600 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}twine1>=0:devel/py-twine1@${PY_FLAVOR} -.else -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}twine>=0:devel/py-twine@${PY_FLAVOR} -.endif - -.include +.include Modified: head/devel/py-invoke/distinfo ============================================================================== --- head/devel/py-invoke/distinfo Sun Jan 3 20:07:03 2021 (r560121) +++ head/devel/py-invoke/distinfo Sun Jan 3 20:07:07 2021 (r560122) @@ -1,3 +1,3 @@ -TIMESTAMP = 1580562289 -SHA256 (invoke-1.4.1.tar.gz) = de3f23bfe669e3db1085789fd859eb8ca8e0c5d9c20811e2407fa042e8a5e15d -SIZE (invoke-1.4.1.tar.gz) = 332271 +TIMESTAMP = 1609598885 +SHA256 (invoke-1.5.0.tar.gz) = f0c560075b5fb29ba14dad44a7185514e94970d1b9d57dcd3723bec5fed92650 +SIZE (invoke-1.5.0.tar.gz) = 338382