Date: Wed, 22 May 2019 04:41:22 +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: r502251 - in head/devel: . py-tokenize-rt Message-ID: <201905220441.x4M4fMjq072621@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Wed May 22 04:41:22 2019 New Revision: 502251 URL: https://svnweb.freebsd.org/changeset/ports/502251 Log: devel/py-tokenize-rt: create port A wrapper around the stdlib `tokenize` which roundtrips. WWW: https://github.com/asottile/tokenize-rt Added: head/devel/py-tokenize-rt/ head/devel/py-tokenize-rt/Makefile (contents, props changed) head/devel/py-tokenize-rt/distinfo (contents, props changed) head/devel/py-tokenize-rt/pkg-descr (contents, props changed) Modified: head/devel/Makefile (contents, props changed) Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed May 22 04:20:54 2019 (r502250) +++ head/devel/Makefile Wed May 22 04:41:22 2019 (r502251) @@ -4980,6 +4980,7 @@ SUBDIR += py-tinyarray SUBDIR += py-tinyrpc SUBDIR += py-tipper + SUBDIR += py-tokenize-rt SUBDIR += py-toolz SUBDIR += py-tooz SUBDIR += py-toposort Added: head/devel/py-tokenize-rt/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-tokenize-rt/Makefile Wed May 22 04:41:22 2019 (r502251) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= tokenize-rt +PORTVERSION= 2.2.0 +CATEGORIES= devel +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= tokenize_rt-${PORTVERSION} + +MAINTAINER= swills@FreeBSD.org +COMMENT= Wrapper around the stdlib `tokenize` which roundtrips + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python +USE_PYTHON= autoplist distutils + +.include <bsd.port.mk> Added: head/devel/py-tokenize-rt/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-tokenize-rt/distinfo Wed May 22 04:41:22 2019 (r502251) @@ -0,0 +1,3 @@ +TIMESTAMP = 1558497906 +SHA256 (tokenize_rt-2.2.0.tar.gz) = 56a0a093db01e984297e4a15813b4196764dc09c5c352617f22ad6c26d4c8042 +SIZE (tokenize_rt-2.2.0.tar.gz) = 3832 Added: head/devel/py-tokenize-rt/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-tokenize-rt/pkg-descr Wed May 22 04:41:22 2019 (r502251) @@ -0,0 +1,3 @@ +A wrapper around the stdlib `tokenize` which roundtrips. + +WWW: https://github.com/asottile/tokenize-rt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905220441.x4M4fMjq072621>