svn commit: r496502 - head/devel/py-typed-ast
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Mar 21 19:41:44 UTC 2019
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 at FreeBSD.org
-COMMENT= Fast version of Python's ast module with support for PEP484 typed comments
+MAINTAINER= sunpoet at 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
More information about the svn-ports-head
mailing list