From owner-svn-ports-all@freebsd.org Tue Jul 14 02:59:13 2020 Return-Path: Delivered-To: svn-ports-all@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 A7D36352EA9; Tue, 14 Jul 2020 02:59:13 +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.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 4B5QG93Q6Pz3yCC; Tue, 14 Jul 2020 02:59:13 +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 59A981F807; Tue, 14 Jul 2020 02:59:13 +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 06E2xD4m042873; Tue, 14 Jul 2020 02:59:13 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06E2xDf5042871; Tue, 14 Jul 2020 02:59:13 GMT (envelope-from swills@FreeBSD.org) Message-Id: <202007140259.06E2xDf5042871@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 14 Jul 2020 02:59:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r542193 - head/devel/py-tokenize-rt X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/devel/py-tokenize-rt X-SVN-Commit-Revision: 542193 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.33 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: Tue, 14 Jul 2020 02:59:13 -0000 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 - -.if ${PYTHON_REL} < 3000 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing>=0:devel/py-typing@${PY_FLAVOR} -.endif - -.include +.include 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