svn commit: r494722 - in head/devel: . py-typed-ast12
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Mar 5 17:29:20 UTC 2019
Author: sunpoet
Date: Tue Mar 5 17:29:18 2019
New Revision: 494722
URL: https://svnweb.freebsd.org/changeset/ports/494722
Log:
Add py-typed-ast12 1.2.0 (copied from py-typed-ast)
- Fix LICENSE_FILE
- Add PORTSCOUT
- Fix typo
Changes: https://github.com/python/typed_ast/commits/master
Added:
head/devel/py-typed-ast12/
- copied from r494357, head/devel/py-typed-ast/
Modified:
head/devel/Makefile
head/devel/py-typed-ast12/Makefile
head/devel/py-typed-ast12/distinfo
head/devel/py-typed-ast12/pkg-descr
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Tue Mar 5 17:16:49 2019 (r494721)
+++ head/devel/Makefile Tue Mar 5 17:29:18 2019 (r494722)
@@ -5240,6 +5240,7 @@
SUBDIR += py-txaio
SUBDIR += py-typechecks
SUBDIR += py-typed-ast
+ SUBDIR += py-typed-ast12
SUBDIR += py-typing
SUBDIR += py-typing-extensions
SUBDIR += py-tzlocal
Modified: head/devel/py-typed-ast12/Makefile
==============================================================================
--- head/devel/py-typed-ast/Makefile Sat Mar 2 00:52:15 2019 (r494357)
+++ head/devel/py-typed-ast12/Makefile Tue Mar 5 17:29:18 2019 (r494722)
@@ -2,23 +2,26 @@
# $FreeBSD$
PORTNAME= typed-ast
-PORTVERSION= 1.1.0
+PORTVERSION= 1.2.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX= 12
-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
+PORTSCOUT= limit:^1\.2\.
+
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_ast27.so
- ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_ast3.so
+ ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_ast27.so
+ ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_ast3.so
.include <bsd.port.mk>
Modified: head/devel/py-typed-ast12/distinfo
==============================================================================
--- head/devel/py-typed-ast/distinfo Sat Mar 2 00:52:15 2019 (r494357)
+++ head/devel/py-typed-ast12/distinfo Tue Mar 5 17:29:18 2019 (r494722)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1501775423
-SHA256 (typed-ast-1.1.0.tar.gz) = 57fe287f0cdd9ceaf69e7b71a2e94a24b5d268b35df251a88fef5cc241bf73aa
-SIZE (typed-ast-1.1.0.tar.gz) = 200587
+TIMESTAMP = 1551490146
+SHA256 (typed-ast-1.2.0.tar.gz) = b4726339a4c180a8b6ad9d8b50d2b6dc247e1b79b38fe2290549c98e82e4fd15
+SIZE (typed-ast-1.2.0.tar.gz) = 202702
Modified: head/devel/py-typed-ast12/pkg-descr
==============================================================================
--- head/devel/py-typed-ast/pkg-descr Sat Mar 2 00:52:15 2019 (r494357)
+++ head/devel/py-typed-ast12/pkg-descr Tue Mar 5 17:29:18 2019 (r494722)
@@ -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-all
mailing list