diff options
author | jgart <jgart@dismail.de> | 2024-07-11 16:20:21 -0500 |
---|---|---|
committer | jgart <jgart@dismail.de> | 2024-07-11 16:23:30 -0500 |
commit | fb11149feaa177a95e1f0d640e4f03881257e83e (patch) | |
tree | 6645f60d5bf53952a6f887a69063d5c524190812 /gnu | |
parent | 2088c135d4e58ea18a82e44cb2de1c4e10492900 (diff) | |
download | guix-fb11149feaa177a95e1f0d640e4f03881257e83e.tar.gz guix-fb11149feaa177a95e1f0d640e4f03881257e83e.zip |
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
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 1 |
1 files changed, 1 insertions, 0 deletions
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") |