svn commit: r505374 - head/devel/py-typed-ast

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jun 29 20:52:47 UTC 2019


Author: sunpoet
Date: Sat Jun 29 20:52:42 2019
New Revision: 505374
URL: https://svnweb.freebsd.org/changeset/ports/505374

Log:
  Update to 1.4.0
  
  Changes:	https://github.com/python/typed_ast/commits/master

Modified:
  head/devel/py-typed-ast/Makefile
  head/devel/py-typed-ast/distinfo

Modified: head/devel/py-typed-ast/Makefile
==============================================================================
--- head/devel/py-typed-ast/Makefile	Sat Jun 29 20:52:35 2019	(r505373)
+++ head/devel/py-typed-ast/Makefile	Sat Jun 29 20:52:42 2019	(r505374)
@@ -2,19 +2,20 @@
 # $FreeBSD$
 
 PORTNAME=	typed-ast
-PORTVERSION=	1.3.2
+PORTVERSION=	1.4.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	typed_ast-${PORTVERSION}
 
 MAINTAINER=	sunpoet at FreeBSD.org
-COMMENT=	Fast version of Python's ast module with support for PEP484 typed comments #'
+COMMENT=	Fork of Python ast modules with type comment support
 
 LICENSE=	APACHE20 PSFL
 LICENSE_COMB=	multi
 LICENSE_FILE_APACHE20=	${WRKSRC}/LICENSE
 
-USES=		python:3.3+
+USES=		python:3.5+
 USE_PYTHON=	autoplist distutils
 
 post-install:

Modified: head/devel/py-typed-ast/distinfo
==============================================================================
--- head/devel/py-typed-ast/distinfo	Sat Jun 29 20:52:35 2019	(r505373)
+++ head/devel/py-typed-ast/distinfo	Sat Jun 29 20:52:42 2019	(r505374)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1555604328
-SHA256 (typed-ast-1.3.2.tar.gz) = 244bc007c2da0750e323657da76dab686327939fe4ff77b23ce49a01b0a85da7
-SIZE (typed-ast-1.3.2.tar.gz) = 205780
+TIMESTAMP = 1561396894
+SHA256 (typed_ast-1.4.0.tar.gz) = 66480f95b8167c9c5c5c87f32cf437d585937970f3fc24386f313a4c97b44e34
+SIZE (typed_ast-1.4.0.tar.gz) = 206620


More information about the svn-ports-all mailing list