Index: head/devel/py-typed-ast/Makefile =================================================================== --- head/devel/py-typed-ast/Makefile (revision 496501) +++ head/devel/py-typed-ast/Makefile (revision 496502) @@ -1,23 +1,23 @@ # Created by: David Naylor # $FreeBSD$ PORTNAME= typed-ast PORTVERSION= 1.3.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= dbn@FreeBSD.org -COMMENT= Fast version of Python's ast module with support for PEP484 typed comments +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Fast version of Python's ast module with support for PEP484 typed comments #' LICENSE= APACHE20 PSFL LICENSE_COMB= multi -LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE USES= python:3.3+ -USE_PYTHON= autoplist distutils concurrent +USE_PYTHON= autoplist distutils post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/typed_ast/*.so .include Index: head/devel/py-typed-ast/pkg-descr =================================================================== --- head/devel/py-typed-ast/pkg-descr (revision 496501) +++ head/devel/py-typed-ast/pkg-descr (revision 496502) @@ -1,5 +1,5 @@ -Typed AST is a fork of the CPython 2.7 and 3.5 ast modules with the ability to -parse PEP 484 type comments. The primary goals of Typed ASP are correctness and +Typed AST is a fork of the CPython 2.7 and 3.6 ast modules with the ability to +parse PEP 484 type comments. The primary goals of Typed AST are correctness and speed. WWW: https://github.com/python/typed_ast