diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2020-07-31 16:22:23 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-08-03 17:43:01 -0700 |
commit | 09739f31d72819be2da44573288d1d70f002be72 (patch) | |
tree | 42486df9648d0e57d436b72dcf552aed34010147 /meta-python/recipes-devtools/python/python3-dynamic-dispatch_1.0.3.bb | |
parent | 5ff8e5595dd51dac28710b566a4088ea084f11ce (diff) | |
download | meta-openembedded-09739f31d72819be2da44573288d1d70f002be72.tar.gz |
python3-dynamic-dispatch: Upgrade 1.0.2 -> 1.0.3
Upgrade to release 1.0.3:
- Fix bug when instantiating a thrice derived classes via dynamic
dispatch.
Also a HOMEPAGE has been set.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-dynamic-dispatch_1.0.3.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-dynamic-dispatch_1.0.3.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-dynamic-dispatch_1.0.3.bb b/meta-python/recipes-devtools/python/python3-dynamic-dispatch_1.0.3.bb new file mode 100644 index 0000000000..2bf487584a --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-dynamic-dispatch_1.0.3.bb | |||
@@ -0,0 +1,19 @@ | |||
1 | SUMMARY = "dynamic dispatch decorator for classes and functions" | ||
2 | HOMEPAGE = "https://github.com/XevoInc/dynamic_dispatch" | ||
3 | LICENSE = "Apache-2.0" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ea70b07c354e36056bd35e17c9c3face" | ||
5 | |||
6 | inherit pypi setuptools3 | ||
7 | |||
8 | SRC_URI[md5sum] = "6bd3cc24427de753eed0656e89d5302c" | ||
9 | SRC_URI[sha256sum] = "fbc676aaedc8ec542056c21e5e206b8b62b8d11c3f3c5cfb32b273936da89604" | ||
10 | |||
11 | PYPI_PACKAGE = "dynamic_dispatch" | ||
12 | |||
13 | DEPENDS += "python3-setuptools-scm-native" | ||
14 | RDEPENDS_${PN} += "\ | ||
15 | python3-typing \ | ||
16 | python3-typeguard \ | ||
17 | " | ||
18 | |||
19 | BBCLASSEXTEND = "native nativesdk" | ||