Date: Thu, 21 Mar 2019 19:41:38 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r496502 - head/devel/py-typed-ast Message-ID: <201903211941.x2LJfcNW059267@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Mar 21 19:41:38 2019 New Revision: 496502 URL: https://svnweb.freebsd.org/changeset/ports/496502 Log: Take maintainership - Fix LICENSE_FILE - Fix typo PR: 236264 Submitted by: sunpoet (myself) Approved by: dbn (maintainer) Modified: head/devel/py-typed-ast/Makefile head/devel/py-typed-ast/pkg-descr Modified: head/devel/py-typed-ast/Makefile ============================================================================== --- head/devel/py-typed-ast/Makefile Thu Mar 21 19:41:32 2019 (r496501) +++ head/devel/py-typed-ast/Makefile Thu Mar 21 19:41:38 2019 (r496502) @@ -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 Modified: head/devel/py-typed-ast/pkg-descr ============================================================================== --- head/devel/py-typed-ast/pkg-descr Thu Mar 21 19:41:32 2019 (r496501) +++ head/devel/py-typed-ast/pkg-descr Thu Mar 21 19:41:38 2019 (r496502) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903211941.x2LJfcNW059267>