From d9d19dbc85f1d5c6e907162f8f101c3384451c77 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 6 Nov 2024 14:30:46 +0800 Subject: python3-pychromecast: upgrade 14.0.4 -> 14.0.5 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-pychromecast_14.0.4.bb | 17 ----------------- .../python/python3-pychromecast_14.0.5.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pychromecast_14.0.4.bb create mode 100644 meta-python/recipes-devtools/python/python3-pychromecast_14.0.5.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-pychromecast_14.0.4.bb b/meta-python/recipes-devtools/python/python3-pychromecast_14.0.4.bb deleted file mode 100644 index 6f06f53a17..0000000000 --- a/meta-python/recipes-devtools/python/python3-pychromecast_14.0.4.bb +++ /dev/null @@ -1,17 +0,0 @@ -SUMMARY = "Library for Python 3.6+ to communicate with the Google Chromecast." -HOMEPAGE = "https://github.com/balloob/pychromecast" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=b1dbd4e85f47b389bdadee9c694669f5" - -SRC_URI += "file://0001-Allow-newer-version-of-wheel-and-setuptools.patch" -SRC_URI[sha256sum] = "1fc05d63db152fe6f71efdee77d14228dc4c55e99d734de4757455800b1f3ba4" - -PYPI_PACKAGE = "PyChromecast" - -inherit pypi python_setuptools_build_meta - -RDEPENDS:${PN} += "\ - python3-zeroconf (>=0.131.0) \ - python3-protobuf (>=4.25.2) \ - python3-casttube (>=0.2.1) \ -" diff --git a/meta-python/recipes-devtools/python/python3-pychromecast_14.0.5.bb b/meta-python/recipes-devtools/python/python3-pychromecast_14.0.5.bb new file mode 100644 index 0000000000..5deb5e92f7 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pychromecast_14.0.5.bb @@ -0,0 +1,17 @@ +SUMMARY = "Library for Python 3.6+ to communicate with the Google Chromecast." +HOMEPAGE = "https://github.com/balloob/pychromecast" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=b1dbd4e85f47b389bdadee9c694669f5" + +SRC_URI += "file://0001-Allow-newer-version-of-wheel-and-setuptools.patch" +SRC_URI[sha256sum] = "a8671ee4ea4a7095e2e0670e2215145ec1e3e0aa0737ff74d648ae4dc268b2b1" + +PYPI_PACKAGE = "PyChromecast" + +inherit pypi python_setuptools_build_meta + +RDEPENDS:${PN} += "\ + python3-zeroconf (>=0.131.0) \ + python3-protobuf (>=4.25.2) \ + python3-casttube (>=0.2.1) \ +" -- cgit v1.2.3-54-g00ecf