From a25b352d19d28ef66ad36352332a815e4adf667f Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 21 Jan 2026 11:02:40 +0200 Subject: python3-pyperclip: Upgrade 1.9.0 -> 1.11.0 Upgrade to release 1.11.0: - Mention Wayland in error message - Update __init__.py License-Update: Use LICENSE.txt Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-pyperclip_1.11.0.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pyperclip_1.11.0.bb (limited to 'meta-python/recipes-devtools/python/python3-pyperclip_1.11.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-pyperclip_1.11.0.bb b/meta-python/recipes-devtools/python/python3-pyperclip_1.11.0.bb new file mode 100644 index 0000000000..09c7fc8f86 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyperclip_1.11.0.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "A cross-platform clipboard module for Python. (only handles plain text for now)" +HOMEPAGE = "https://github.com/asweigart/pyperclip" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b6cd06fd72984ac1f8428337aec8cff7" + +SRC_URI[sha256sum] = "244035963e4428530d9e3a6101a1ef97209c6825edab1567beac148ccc1db1b6" + +inherit pypi python_setuptools_build_meta + +RDEPENDS:${PN} += " \ + python3-ctypes \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf