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"