Date: Tue, 14 Jul 2020 02:59:13 +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: r542193 - head/devel/py-tokenize-rt Message-ID: <202007140259.06E2xDf5042871@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Tue Jul 14 02:59:12 2020 New Revision: 542193 URL: https://svnweb.freebsd.org/changeset/ports/542193 Log: devel/py-tokenize-rt: update to 4.0.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 Tue Jul 14 02:50:45 2020 (r542192) +++ head/devel/py-tokenize-rt/Makefile Tue Jul 14 02:59:12 2020 (r542193) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= tokenize-rt -PORTVERSION= 3.2.0 +PORTVERSION= 4.0.0 CATEGORIES= devel MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,13 +13,7 @@ COMMENT= Wrapper around the stdlib `tokenize` which ro LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python +USES= python:3.6+ USE_PYTHON= autoplist distutils -.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> +.include <bsd.port.mk> Modified: head/devel/py-tokenize-rt/distinfo ============================================================================== --- head/devel/py-tokenize-rt/distinfo Tue Jul 14 02:50:45 2020 (r542192) +++ head/devel/py-tokenize-rt/distinfo Tue Jul 14 02:59:12 2020 (r542193) @@ -1,3 +1,3 @@ -TIMESTAMP = 1570807965 -SHA256 (tokenize_rt-3.2.0.tar.gz) = 2f44eee8f620102f8a03c50142795121faf86e020d208896ea7a7047bbe933cf -SIZE (tokenize_rt-3.2.0.tar.gz) = 5753 +TIMESTAMP = 1594695122 +SHA256 (tokenize_rt-4.0.0.tar.gz) = 07d5f88b6a953612159b160129bcf9425677c8d062b0cb83250968ba803e1c64 +SIZE (tokenize_rt-4.0.0.tar.gz) = 5464
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007140259.06E2xDf5042871>