diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-custom-inherit_2.4.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-custom-inherit_2.4.1.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-custom-inherit_2.4.1.bb b/meta-python/recipes-devtools/python/python3-custom-inherit_2.4.1.bb new file mode 100644 index 0000000000..478abbf1fd --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-custom-inherit_2.4.1.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | SUMMARY = "A Python package that provides customized docstring inheritance schemes between derived classes and their parents." | ||
| 2 | HOMEPAGE = "https://github.com/rsokl/custom_inherit" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=f910a85a4c3da51edf780f17a7608434" | ||
| 5 | |||
| 6 | PYPI_PACKAGE = "custom_inherit" | ||
| 7 | |||
| 8 | SRC_URI[sha256sum] = "7052eb337bcce83551815264391cc4efc2bf70b295a3c52aba64f1ab57c3a8a2" | ||
| 9 | |||
| 10 | inherit pypi setuptools3 | ||
| 11 | |||
| 12 | RDEPENDS:${PN} += " \ | ||
| 13 | python3-json \ | ||
| 14 | python3-stringold \ | ||
| 15 | " | ||
