Andrew Geissler | eef6386 | 2021-01-29 15:58:13 -0600 | [diff] [blame] | 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 | |
Patrick Williams | 705982a | 2024-01-12 09:51:57 -0600 | [diff] [blame] | 8 | SRC_URI += "file://0001-versioneer.py-do-not-use-SafeConfigParser.patch" |
Andrew Geissler | 220dafd | 2023-10-04 10:18:08 -0500 | [diff] [blame] | 9 | SRC_URI[sha256sum] = "7052eb337bcce83551815264391cc4efc2bf70b295a3c52aba64f1ab57c3a8a2" |
Andrew Geissler | eef6386 | 2021-01-29 15:58:13 -0600 | [diff] [blame] | 10 | |
| 11 | inherit pypi setuptools3 |
Patrick Williams | 520786c | 2023-06-25 16:20:36 -0500 | [diff] [blame] | 12 | |
| 13 | RDEPENDS:${PN} += " \ |
| 14 | python3-json \ |
| 15 | python3-stringold \ |
| 16 | " |