diff options
-rw-r--r-- | devel/py-typed-ast/Makefile | 8 | ||||
-rw-r--r-- | devel/py-typed-ast/pkg-descr | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/py-typed-ast/Makefile b/devel/py-typed-ast/Makefile index 1f6a9dbfcbbe..06bfb33fc8ba 100644 --- a/devel/py-typed-ast/Makefile +++ b/devel/py-typed-ast/Makefile @@ -7,15 +7,15 @@ 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 diff --git a/devel/py-typed-ast/pkg-descr b/devel/py-typed-ast/pkg-descr index db31cb0056bb..bd3839cf9215 100644 --- a/devel/py-typed-ast/pkg-descr +++ b/devel/py-typed-ast/pkg-descr @@ -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 |