Date: Sat, 27 Oct 2018 02:48:57 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483102 - head/devel/py-invoke Message-ID: <201810270248.w9R2mvOv072255@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <ndowens@yahoo.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810270248.w9R2mvOv072255>