From c4e68eb9226fca593f8f763f77ac6029e00f8739 Mon Sep 17 00:00:00 2001 From: Grzegorz Kowalski Date: Thu, 14 Mar 2024 20:27:14 +0100 Subject: [PATCH] add facadedevice --- recipes-python/facadedevice/python3-facadedevice.inc | 9 +++++++++ .../facadedevice/python3-facadedevice_1.0.1.bb | 4 ++++ 2 files changed, 13 insertions(+) create mode 100644 recipes-python/facadedevice/python3-facadedevice.inc create mode 100644 recipes-python/facadedevice/python3-facadedevice_1.0.1.bb diff --git a/recipes-python/facadedevice/python3-facadedevice.inc b/recipes-python/facadedevice/python3-facadedevice.inc new file mode 100644 index 0000000..3abda7d --- /dev/null +++ b/recipes-python/facadedevice/python3-facadedevice.inc @@ -0,0 +1,9 @@ +SUMMARY = "A descriptive interface for reactive high-level Tango devices" +LICENSE = "GPL-3.0" +# pypi package does not include license file, however PKG_INFO provides license information +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=51ac512fff37e3d87577031dd63ac362" + +RDEPENDS:${PN} = "python3-pytango" +inherit allarch python3targetconfig pypi setuptools3 + +BBCLASSEXTEND = "nativesdk" diff --git a/recipes-python/facadedevice/python3-facadedevice_1.0.1.bb b/recipes-python/facadedevice/python3-facadedevice_1.0.1.bb new file mode 100644 index 0000000..2be4f94 --- /dev/null +++ b/recipes-python/facadedevice/python3-facadedevice_1.0.1.bb @@ -0,0 +1,4 @@ +require python3-facadedevice.inc + +# pypi package for 1.0.1 +SRC_URI[sha256sum] = "87c71636b5b217ced3d8a6fdf4e3b3a5a24589be8940b0dee35314079783b659"