aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-custom-inherit_2.4.1.bb
blob: e7409f77e690ca87cbe571988eaac16cf5767b70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SUMMARY = "A Python package that provides customized docstring inheritance schemes between derived classes and their parents."
HOMEPAGE = "https://github.com/rsokl/custom_inherit"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=f910a85a4c3da51edf780f17a7608434"

PYPI_PACKAGE = "custom_inherit"

SRC_URI += "file://0001-versioneer.py-do-not-use-SafeConfigParser.patch"
SRC_URI[sha256sum] = "7052eb337bcce83551815264391cc4efc2bf70b295a3c52aba64f1ab57c3a8a2"

inherit pypi setuptools3

RDEPENDS:${PN} += " \
    python3-json \
    python3-stringold \
"