Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 1 | SUMMARY = "the blessed package to manage your versions by scm tags" |
| 2 | LICENSE = "MIT" |
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=838c366f69b72c5df05c96dff79b35f2" |
| 4 | |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 5 | SRC_URI[md5sum] = "f17493d53f0d842bb0152f214775640b" |
| 6 | SRC_URI[sha256sum] = "49ab4685589986a42da85706b3311a2f74f1af567d39fee6cb1e088d7a75fb5f" |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 7 | |
| 8 | PYPI_PACKAGE = "setuptools_scm" |
| 9 | inherit pypi |
| 10 | |
| 11 | RDEPENDS_${PN}_class-target = "${PYTHON_PN}-py ${PYTHON_PN}-setuptools ${PYTHON_PN}-argparse ${PYTHON_PN}-debugger ${PYTHON_PN}-json" |
| 12 | RDEPENDS_${PN}_class-native = "${PYTHON_PN}-setuptools-native" |
| 13 | |
| 14 | BBCLASSEXTEND = "native" |