[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: python-typed-ast: Add comment regarding pack
From: |
guix-commits |
Subject: |
branch master updated: gnu: python-typed-ast: Add comment regarding package's end of life. |
Date: |
Thu, 11 Jul 2024 17:25:17 -0400 |
This is an automated email from the git hooks/post-receive script.
jgart pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new fb11149fea gnu: python-typed-ast: Add comment regarding package's end
of life.
fb11149fea is described below
commit fb11149feaa177a95e1f0d640e4f03881257e83e
Author: jgart <jgart@dismail.de>
AuthorDate: Thu Jul 11 16:20:21 2024 -0500
gnu: python-typed-ast: Add comment regarding package's end of life.
* gnu/packages/python-xyz.scm (python-typed-ast): Add comment.
Change-Id: I6817270eca0c19bc786aa77460759f32d47a2948
---
gnu/packages/python-xyz.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index daaa521568..3e0c8a976a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -26299,6 +26299,7 @@ source bytes using the UTF-8 encoding and then rewrites
Python 3.6 style
@code{f} strings.")
(license license:expat)))
+;; TODO: https://github.com/python/typed_ast/issues/179
(define-public python-typed-ast
(package
(name "python-typed-ast")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: python-typed-ast: Add comment regarding package's end of life.,
guix-commits <=