Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jun 2019 20:52:42 +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: r505374 - head/devel/py-typed-ast
Message-ID:  <201906292052.x5TKqgN8071319@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906292052.x5TKqgN8071319>