blob: 2870ec9c01624d854df1d71eb6369c3c1027cf0c [file] [log] [blame]
Andrew Geisslerd221e032020-07-10 16:13:21 -05001DESCRIPTION = "A cross-platform clipboard module for Python. (only handles plain text for now)"
2HOMEPAGE = "https://github.com/asweigart/pyperclip"
Andrew Geissler5199d832021-09-24 16:47:35 -05003LICENSE = "BSD-3-Clause"
Andrew Geisslerd221e032020-07-10 16:13:21 -05004LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=d7dd4b0d1f7153322a546e89b5a0a632"
5
Andrew Geissler97771a32021-03-05 15:23:11 -06006SRC_URI[sha256sum] = "105254a8b04934f0bc84e9c24eb360a591aaf6535c9def5f29d92af107a9bf57"
Andrew Geisslerd221e032020-07-10 16:13:21 -05007
8inherit pypi setuptools3
9
Patrick Williams213cb262021-08-07 19:21:33 -050010RDEPENDS:${PN} += " \
Andrew Geisslerd221e032020-07-10 16:13:21 -050011 ${PYTHON_PN}-ctypes \
12"
13
14BBCLASSEXTEND = "native nativesdk"