blob: 5295bdaed31c7e1867bfba24f38c2b4122b05f16 [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"
3LICENSE = "BSD"
4LIC_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"