Skip to content

Commit

Permalink
devel/py-typed-ast: Update to 1.5.5
Browse files Browse the repository at this point in the history
- Mark DEPRECATED and set EXPIRATION_DATE to 2023-08-31

Changes:	https://github.com/python/typed_ast/commits/master
  • Loading branch information
sunpoet committed Jul 9, 2023
1 parent 1af791a commit 9e3d18e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion 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}
Expand All @@ -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

Expand Down
6 changes: 3 additions & 3 deletions 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

0 comments on commit 9e3d18e

Please sign in to comment.