Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jul 2023 21:39:01 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9e3d18e38637 - main - devel/py-typed-ast: Update to 1.5.5
Message-ID:  <202307092139.369Ld1bK072654@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9e3d18e38637b2545514bb076073e1df22bdb687

commit 9e3d18e38637b2545514bb076073e1df22bdb687
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-07-09 21:24:41 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-07-09 21:34:37 +0000

    devel/py-typed-ast: Update to 1.5.5
    
    - Mark DEPRECATED and set EXPIRATION_DATE to 2023-08-31
    
    Changes:        https://github.com/python/typed_ast/commits/master
---
 devel/py-typed-ast/Makefile | 5 ++++-
 devel/py-typed-ast/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/devel/py-typed-ast/Makefile b/devel/py-typed-ast/Makefile
index 6fcd4ed5ed64..a476010e95f2 100644
--- a/devel/py-typed-ast/Makefile
+++ b/devel/py-typed-ast/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	typed-ast
-PORTVERSION=	1.5.4
+PORTVERSION=	1.5.5
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,6 +13,9 @@ LICENSE=	APACHE20 PSFL
 LICENSE_COMB=	multi
 LICENSE_FILE_APACHE20=	${WRKSRC}/LICENSE
 
+DEPRECATED=	This project is no longer maintained. Use the standard library ast module instead
+EXPIRATION_DATE=2023-08-31
+
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils
 
diff --git a/devel/py-typed-ast/distinfo b/devel/py-typed-ast/distinfo
index f0d9862c1695..a257d20ca511 100644
--- a/devel/py-typed-ast/distinfo
+++ b/devel/py-typed-ast/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1653925988
-SHA256 (typed_ast-1.5.4.tar.gz) = 39e21ceb7388e4bb37f4c679d72707ed46c2fbf2a5609b8b8ebc4b067d977df2
-SIZE (typed_ast-1.5.4.tar.gz) = 252491
+TIMESTAMP = 1688902155
+SHA256 (typed_ast-1.5.5.tar.gz) = 94282f7a354f36ef5dbce0ef3467ebf6a258e370ab33d5b40c249fa996e590dd
+SIZE (typed_ast-1.5.5.tar.gz) = 252841



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