From a2ed0e962735630c4142020ef05034b330699043 Mon Sep 17 00:00:00 2001 From: Grzegorz Kowalski Date: Sat, 16 Mar 2024 19:53:52 +0100 Subject: [PATCH] facadedevice: add release 1.0.4 from git --- .../facadedevice/python3-facadedevice-git.inc | 13 +++++++++++++ ...cadedevice.inc => python3-facadedevice-pypi.inc} | 0 ...atch => 0001-1.0.1-py3.10-fix-collections.patch} | 0 .../facadedevice/python3-facadedevice_1.0.1.bb | 4 ++-- .../facadedevice/python3-facadedevice_1.0.4.bb | 4 ++++ 5 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 recipes-python/facadedevice/python3-facadedevice-git.inc rename recipes-python/facadedevice/{python3-facadedevice.inc => python3-facadedevice-pypi.inc} (100%) rename recipes-python/facadedevice/python3-facadedevice/{0001-py3.10-fix-collections.patch => 0001-1.0.1-py3.10-fix-collections.patch} (100%) create mode 100644 recipes-python/facadedevice/python3-facadedevice_1.0.4.bb diff --git a/recipes-python/facadedevice/python3-facadedevice-git.inc b/recipes-python/facadedevice/python3-facadedevice-git.inc new file mode 100644 index 0000000..391d05c --- /dev/null +++ b/recipes-python/facadedevice/python3-facadedevice-git.inc @@ -0,0 +1,13 @@ +SUMMARY = "A descriptive interface for reactive high-level Tango devices" +LICENSE = "GPL-3.0" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=84dcc94da3adb52b53ae4fa38fe49e5d" + +SRC_URI = "git://github.com/MaxIV-KitsControls/tango-facadedevice.git;protocol=https;branch=master" +S = "${WORKDIR}/git" + +DEPENDS = "python3-setuptools-scm-native" +RDEPENDS:${PN} = "python3-pytango" + +inherit allarch python3targetconfig python_setuptools_build_meta + +BBCLASSEXTEND = "nativesdk" diff --git a/recipes-python/facadedevice/python3-facadedevice.inc b/recipes-python/facadedevice/python3-facadedevice-pypi.inc similarity index 100% rename from recipes-python/facadedevice/python3-facadedevice.inc rename to recipes-python/facadedevice/python3-facadedevice-pypi.inc diff --git a/recipes-python/facadedevice/python3-facadedevice/0001-py3.10-fix-collections.patch b/recipes-python/facadedevice/python3-facadedevice/0001-1.0.1-py3.10-fix-collections.patch similarity index 100% rename from recipes-python/facadedevice/python3-facadedevice/0001-py3.10-fix-collections.patch rename to recipes-python/facadedevice/python3-facadedevice/0001-1.0.1-py3.10-fix-collections.patch diff --git a/recipes-python/facadedevice/python3-facadedevice_1.0.1.bb b/recipes-python/facadedevice/python3-facadedevice_1.0.1.bb index a66ac56..32bfc00 100644 --- a/recipes-python/facadedevice/python3-facadedevice_1.0.1.bb +++ b/recipes-python/facadedevice/python3-facadedevice_1.0.1.bb @@ -1,7 +1,7 @@ -require python3-facadedevice.inc +require python3-facadedevice-pypi.inc # pypi package for 1.0.1 SRC_URI[sha256sum] = "87c71636b5b217ced3d8a6fdf4e3b3a5a24589be8940b0dee35314079783b659" # patch new collections API in Python 3.10 -SRC_URI += "file://0001-py3.10-fix-collections.patch" +SRC_URI += "file://0001-1.0.1-py3.10-fix-collections.patch" diff --git a/recipes-python/facadedevice/python3-facadedevice_1.0.4.bb b/recipes-python/facadedevice/python3-facadedevice_1.0.4.bb new file mode 100644 index 0000000..d6d7ac2 --- /dev/null +++ b/recipes-python/facadedevice/python3-facadedevice_1.0.4.bb @@ -0,0 +1,4 @@ +require python3-facadedevice-git.inc + +# tag 1.0.4 +SRCREV = "c20e6d939efb80be8f2872434d4a8a7629ad954f"