summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pyperclip_1.11.0.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2026-01-21 11:02:40 +0200
committerKhem Raj <raj.khem@gmail.com>2026-01-21 15:31:07 -0800
commita25b352d19d28ef66ad36352332a815e4adf667f (patch)
treed5e91c96fc6f3d1fd5b98051ba7d1addc192ff86 /meta-python/recipes-devtools/python/python3-pyperclip_1.11.0.bb
parent61f918dbbfb37d508ca8197b6ecab38273aa092c (diff)
downloadmeta-openembedded-a25b352d19d28ef66ad36352332a815e4adf667f.tar.gz
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 <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyperclip_1.11.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pyperclip_1.11.0.bb14
1 files changed, 14 insertions, 0 deletions
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 @@
1DESCRIPTION = "A cross-platform clipboard module for Python. (only handles plain text for now)"
2HOMEPAGE = "https://github.com/asweigart/pyperclip"
3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b6cd06fd72984ac1f8428337aec8cff7"
5
6SRC_URI[sha256sum] = "244035963e4428530d9e3a6101a1ef97209c6825edab1567beac148ccc1db1b6"
7
8inherit pypi python_setuptools_build_meta
9
10RDEPENDS:${PN} += " \
11 python3-ctypes \
12"
13
14BBCLASSEXTEND = "native nativesdk"