lilyp pushed a commit to branch gnome-team
in repository guix.
commit fb11149feaa177a95e1f0d640e4f03881257e83e
Author: jgart <[email protected]>
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")