blob: e7409f77e690ca87cbe571988eaac16cf5767b70 [file] [log] [blame]
Andrew Geisslereef63862021-01-29 15:58:13 -06001SUMMARY = "A Python package that provides customized docstring inheritance schemes between derived classes and their parents."
2HOMEPAGE = "https://github.com/rsokl/custom_inherit"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE.md;md5=f910a85a4c3da51edf780f17a7608434"
5
6PYPI_PACKAGE = "custom_inherit"
7
Patrick Williams705982a2024-01-12 09:51:57 -06008SRC_URI += "file://0001-versioneer.py-do-not-use-SafeConfigParser.patch"
Andrew Geissler220dafd2023-10-04 10:18:08 -05009SRC_URI[sha256sum] = "7052eb337bcce83551815264391cc4efc2bf70b295a3c52aba64f1ab57c3a8a2"
Andrew Geisslereef63862021-01-29 15:58:13 -060010
11inherit pypi setuptools3
Patrick Williams520786c2023-06-25 16:20:36 -050012
13RDEPENDS:${PN} += " \
14 python3-json \
15 python3-stringold \
16"