diff mbox series

[meta-python] python3-pytz-deprecation-shim: Remove outdated recipe meant to be a short lived shim

Message ID 20230927062605.1703566-1-derek@asterius.io
State Under Review
Headers show
Series [meta-python] python3-pytz-deprecation-shim: Remove outdated recipe meant to be a short lived shim | expand

Commit Message

Derek Straka Sept. 27, 2023, 6:26 a.m. UTC
The upstream package hasn't been updated since 2020 and was meant to be a short term bridge to remote pytz.  As noted in the usage documents, "This library is intended for temporary usage only, and should allow you to drop your dependency on pytz while also giving your users notice that eventually you will remove support for the pytz-specific interface."  Three years should be sufficient for folks to move on from a temp library, so removing the recipe.

Signed-off-by: Derek Straka <derek@asterius.io>
---
 .../python3-pytz-deprecation-shim_0.1.0.post0.bb  | 15 ---------------
 1 file changed, 15 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python3-pytz-deprecation-shim_0.1.0.post0.bb

Comments

Khem Raj Sept. 27, 2023, 9:21 p.m. UTC | #1
On Tue, Sep 26, 2023 at 11:26 PM Derek Straka <derek@asterius.io> wrote:
>
> The upstream package hasn't been updated since 2020 and was meant to be a short term bridge to remote pytz.  As noted in the usage documents, "This library is intended for temporary usage only, and should allow you to drop your dependency on pytz while also giving your users notice that eventually you will remove support for the pytz-specific interface."  Three years should be sufficient for folks to move on from a temp library, so removing the recipe.

I am fine with reasoning to remove it but we also need to remove the
recipes depending on it.
meta-python/recipes-devtools/python/python3-tzlocal_5.0.1.bb depends
on it. Additionally this needs to be
removed from meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb

Finally, commit msg is a long one line. Please reformat it so it is
readable on a terminal with 80 columns.

>
> Signed-off-by: Derek Straka <derek@asterius.io>
> ---
>  .../python3-pytz-deprecation-shim_0.1.0.post0.bb  | 15 ---------------
>  1 file changed, 15 deletions(-)
>  delete mode 100644 meta-python/recipes-devtools/python/python3-pytz-deprecation-shim_0.1.0.post0.bb
>
> diff --git a/meta-python/recipes-devtools/python/python3-pytz-deprecation-shim_0.1.0.post0.bb b/meta-python/recipes-devtools/python/python3-pytz-deprecation-shim_0.1.0.post0.bb
> deleted file mode 100644
> index 022cf39ac..000000000
> --- a/meta-python/recipes-devtools/python/python3-pytz-deprecation-shim_0.1.0.post0.bb
> +++ /dev/null
> @@ -1,15 +0,0 @@
> -SUMMARY = "Shims to help you safely remove pytz"
> -HOMEPAGE = "https://github.com/pganssle/pytz-deprecation-shim"
> -LICENSE = "Apache-2.0"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=fca9fd5c15a28eb874ba38577a585d48"
> -
> -SRC_URI[sha256sum] = "af097bae1b616dde5c5744441e2ddc69e74dfdcb0c263129610d85b87445a59d"
> -
> -PYPI_PACKAGE = "pytz_deprecation_shim"
> -PYPI_SRC_URI = "https://files.pythonhosted.org/packages/94/f0/909f94fea74759654390a3e1a9e4e185b6cd9aa810e533e3586f39da3097/${PYPI_PACKAGE}-${PV}.tar.gz"
> -
> -inherit pypi python_setuptools_build_meta
> -
> -RDEPENDS:${PN} += "\
> -        ${PYTHON_PN}-zoneinfo \
> -"
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#105170): https://lists.openembedded.org/g/openembedded-devel/message/105170
> Mute This Topic: https://lists.openembedded.org/mt/101612869/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-devtools/python/python3-pytz-deprecation-shim_0.1.0.post0.bb b/meta-python/recipes-devtools/python/python3-pytz-deprecation-shim_0.1.0.post0.bb
deleted file mode 100644
index 022cf39ac..000000000
--- a/meta-python/recipes-devtools/python/python3-pytz-deprecation-shim_0.1.0.post0.bb
+++ /dev/null
@@ -1,15 +0,0 @@ 
-SUMMARY = "Shims to help you safely remove pytz"
-HOMEPAGE = "https://github.com/pganssle/pytz-deprecation-shim"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=fca9fd5c15a28eb874ba38577a585d48"
-
-SRC_URI[sha256sum] = "af097bae1b616dde5c5744441e2ddc69e74dfdcb0c263129610d85b87445a59d"
-
-PYPI_PACKAGE = "pytz_deprecation_shim"
-PYPI_SRC_URI = "https://files.pythonhosted.org/packages/94/f0/909f94fea74759654390a3e1a9e4e185b6cd9aa810e533e3586f39da3097/${PYPI_PACKAGE}-${PV}.tar.gz"
-
-inherit pypi python_setuptools_build_meta
-
-RDEPENDS:${PN} += "\
-        ${PYTHON_PN}-zoneinfo \
-"