Date: Fri, 11 Oct 2019 15:52:20 +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: r514285 - head/devel/py-tokenize-rt Message-ID: <201910111552.x9BFqKBa055658@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Fri Oct 11 15:52:19 2019 New Revision: 514285 URL: https://svnweb.freebsd.org/changeset/ports/514285 Log: devel/py-tokenize-rt: update to 3.2.0 Modified: head/devel/py-tokenize-rt/Makefile (contents, props changed) head/devel/py-tokenize-rt/distinfo (contents, props changed) Modified: head/devel/py-tokenize-rt/Makefile ============================================================================== --- head/devel/py-tokenize-rt/Makefile Fri Oct 11 15:29:25 2019 (r514284) +++ head/devel/py-tokenize-rt/Makefile Fri Oct 11 15:52:19 2019 (r514285) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= tokenize-rt -PORTVERSION= 3.1.0 +PORTVERSION= 3.2.0 CATEGORIES= devel MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,4 +16,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= python USE_PYTHON= autoplist distutils -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PYTHON_REL} < 3000 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing>=0:devel/py-typing@${PY_FLAVOR} +.endif + +.include <bsd.port.post.mk> Modified: head/devel/py-tokenize-rt/distinfo ============================================================================== --- head/devel/py-tokenize-rt/distinfo Fri Oct 11 15:29:25 2019 (r514284) +++ head/devel/py-tokenize-rt/distinfo Fri Oct 11 15:52:19 2019 (r514285) @@ -1,3 +1,3 @@ -TIMESTAMP = 1562451106 -SHA256 (tokenize_rt-3.1.0.tar.gz) = 0ac30f3386b212beb2a0e6dfaa6cb619f711587e9d05436907438ceb51319d58 -SIZE (tokenize_rt-3.1.0.tar.gz) = 4668 +TIMESTAMP = 1570807965 +SHA256 (tokenize_rt-3.2.0.tar.gz) = 2f44eee8f620102f8a03c50142795121faf86e020d208896ea7a7047bbe933cf +SIZE (tokenize_rt-3.2.0.tar.gz) = 5753
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910111552.x9BFqKBa055658>