diff mbox series

[meta-python,5/5] python3-typed-ast: remove EOL package

Message ID 20230810153953.17293-5-jsbronder@cold-front.org
State Under Review
Headers show
Series [meta-python,1/5] python3-mypy-extensions: upgrade 0.4.3 -> 1.0.0 | expand

Commit Message

Justin Bronder Aug. 10, 2023, 3:39 p.m. UTC
No longer required by python3-mypy and no longer maintained upstream.
https://github.com/python/typed_ast/issues/179

Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
---
 .../packagegroups/packagegroup-meta-python.bb        |  1 -
 .../python/python3-typed-ast_1.5.4.bb                | 12 ------------
 2 files changed, 13 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python3-typed-ast_1.5.4.bb

Comments

Khem Raj Aug. 10, 2023, 6:28 p.m. UTC | #1
Thanks for cleanup, I wish we did this with more recipes in this repo.
Its a lot of energy to keep these going with newer toolchain and etc.

On Thu, Aug 10, 2023 at 8:40 AM Justin Bronder <jsbronder@cold-front.org> wrote:
>
> No longer required by python3-mypy and no longer maintained upstream.
> https://github.com/python/typed_ast/issues/179
>
> Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
> ---
>  .../packagegroups/packagegroup-meta-python.bb        |  1 -
>  .../python/python3-typed-ast_1.5.4.bb                | 12 ------------
>  2 files changed, 13 deletions(-)
>  delete mode 100644 meta-python/recipes-devtools/python/python3-typed-ast_1.5.4.bb
>
> diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
> index 9500f80e0..f75007e13 100644
> --- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
> +++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
> @@ -437,7 +437,6 @@ RDEPENDS:packagegroup-meta-python3 = "\
>      python3-txaio \
>      python3-txdbus \
>      python3-txws \
> -    python3-typed-ast \
>      python3-typeguard \
>      python3-tzlocal \
>      python3-u-msgpack-python \
> diff --git a/meta-python/recipes-devtools/python/python3-typed-ast_1.5.4.bb b/meta-python/recipes-devtools/python/python3-typed-ast_1.5.4.bb
> deleted file mode 100644
> index e6c1746a8..000000000
> --- a/meta-python/recipes-devtools/python/python3-typed-ast_1.5.4.bb
> +++ /dev/null
> @@ -1,12 +0,0 @@
> -SUMMARY = "Modified fork of CPython's ast module that parses `# type:` comments"
> -HOMEPAGE = "https://github.com/python/typed_ast"
> -LICENSE = "Apache-2.0 & MIT"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=97f1494e93daf66a5df47118407a4c4f"
> -
> -PYPI_PACKAGE = "typed_ast"
> -
> -inherit pypi setuptools3
> -
> -SRC_URI[sha256sum] = "39e21ceb7388e4bb37f4c679d72707ed46c2fbf2a5609b8b8ebc4b067d977df2"
> -
> -BBCLASSEXTEND = "native"
> --
> 2.41.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#104329): https://lists.openembedded.org/g/openembedded-devel/message/104329
> Mute This Topic: https://lists.openembedded.org/mt/100665774/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
index 9500f80e0..f75007e13 100644
--- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
+++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
@@ -437,7 +437,6 @@  RDEPENDS:packagegroup-meta-python3 = "\
     python3-txaio \
     python3-txdbus \
     python3-txws \
-    python3-typed-ast \
     python3-typeguard \
     python3-tzlocal \
     python3-u-msgpack-python \
diff --git a/meta-python/recipes-devtools/python/python3-typed-ast_1.5.4.bb b/meta-python/recipes-devtools/python/python3-typed-ast_1.5.4.bb
deleted file mode 100644
index e6c1746a8..000000000
--- a/meta-python/recipes-devtools/python/python3-typed-ast_1.5.4.bb
+++ /dev/null
@@ -1,12 +0,0 @@ 
-SUMMARY = "Modified fork of CPython's ast module that parses `# type:` comments"
-HOMEPAGE = "https://github.com/python/typed_ast"
-LICENSE = "Apache-2.0 & MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=97f1494e93daf66a5df47118407a4c4f"
-
-PYPI_PACKAGE = "typed_ast"
-
-inherit pypi setuptools3
-
-SRC_URI[sha256sum] = "39e21ceb7388e4bb37f4c679d72707ed46c2fbf2a5609b8b8ebc4b067d977df2"
-
-BBCLASSEXTEND = "native"