From owner-svn-ports-all@freebsd.org Sat Oct 27 02:48:58 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BE44C10D3B4F; Sat, 27 Oct 2018 02:48:58 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 64CDD77C1F; Sat, 27 Oct 2018 02:48:58 +0000 (UTC) (envelope-from swills@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 456C92054; Sat, 27 Oct 2018 02:48:58 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9R2mwGx072257; Sat, 27 Oct 2018 02:48:58 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9R2mvOv072255; Sat, 27 Oct 2018 02:48:57 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201810270248.w9R2mvOv072255@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 27 Oct 2018 02:48:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483102 - head/devel/py-invoke X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/devel/py-invoke X-SVN-Commit-Revision: 483102 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Oct 2018 02:48:58 -0000 Author: swills Date: Sat Oct 27 02:48:57 2018 New Revision: 483102 URL: https://svnweb.freebsd.org/changeset/ports/483102 Log: devel/py-invoke: Update to 0.23.0 PR: 232433 Submitted by: Nathan Modified: head/devel/py-invoke/Makefile (contents, props changed) head/devel/py-invoke/distinfo (contents, props changed) Modified: head/devel/py-invoke/Makefile ============================================================================== --- head/devel/py-invoke/Makefile Sat Oct 27 02:42:27 2018 (r483101) +++ head/devel/py-invoke/Makefile Sat Oct 27 02:48:57 2018 (r483102) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= invoke -PORTVERSION= 0.17.0 -PORTREVISION= 0 +PORTVERSION= 0.23.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,14 +11,15 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Python task execution tool & library LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}semantic_version>0:devel/py-semantic_version@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}twine>0:devel/py-twine@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage@${PY_FLAVOR} + USES= python USE_PYTHON= autoplist distutils - -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}semantic_version>0:devel/py-semantic_version@${PY_FLAVOR} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}twine>0:devel/py-twine@${PY_FLAVOR} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage@${PY_FLAVOR} NO_ARCH= YES Modified: head/devel/py-invoke/distinfo ============================================================================== --- head/devel/py-invoke/distinfo Sat Oct 27 02:42:27 2018 (r483101) +++ head/devel/py-invoke/distinfo Sat Oct 27 02:48:57 2018 (r483102) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496245483 -SHA256 (invoke-0.17.0.tar.gz) = 981103f08e2aa7ada37a415da09be76ec4023a9dceb0475d51a00ad10ff8ea51 -SIZE (invoke-0.17.0.tar.gz) = 274701 +TIMESTAMP = 1539922390 +SHA256 (invoke-0.23.0.tar.gz) = 6fdc99a5d5bf820a44200df9d25f7317d56d84c91869019fa6ab87ed7bd04625 +SIZE (invoke-0.23.0.tar.gz) = 306938