python3-custom-inherit_2.4.1.bb 609 B

1234567891011121314151617
  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. PYPI_PACKAGE = "custom_inherit"
  6. UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
  7. SRC_URI += "file://0001-versioneer.py-do-not-use-SafeConfigParser.patch"
  8. SRC_URI[sha256sum] = "7052eb337bcce83551815264391cc4efc2bf70b295a3c52aba64f1ab57c3a8a2"
  9. inherit pypi setuptools3
  10. RDEPENDS:${PN} += " \
  11. python3-json \
  12. python3-stringold \
  13. "