Andrew Geissler | 6ce62a2 | 2020-11-30 19:58:47 -0600 | [diff] [blame] | 1 | SUMMARY = "the blessed package to manage your versions by scm tags" |
| 2 | LICENSE = "MIT" |
| 3 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489" |
| 4 | |
| 5 | SRC_URI[md5sum] = "e6c9fad17c90516d640868eb833d5150" |
| 6 | SRC_URI[sha256sum] = "a8994582e716ec690f33fec70cca0f85bd23ec974e3f783233e4879090a7faa8" |
| 7 | |
| 8 | PYPI_PACKAGE = "setuptools_scm" |
| 9 | inherit pypi setuptools3 |
| 10 | |
Andrew Geissler | 09209ee | 2020-12-13 08:44:15 -0600 | [diff] [blame] | 11 | UPSTREAM_CHECK_REGEX = "setuptools_scm-(?P<pver>.*)\.tar" |
| 12 | |
Andrew Geissler | 6ce62a2 | 2020-11-30 19:58:47 -0600 | [diff] [blame] | 13 | RDEPENDS_${PN} = "\ |
| 14 | ${PYTHON_PN}-debugger \ |
| 15 | ${PYTHON_PN}-json \ |
| 16 | ${PYTHON_PN}-py \ |
| 17 | ${PYTHON_PN}-setuptools \ |
| 18 | " |
| 19 | RDEPENDS_${PN}_class-native = "\ |
| 20 | ${PYTHON_PN}-setuptools-native \ |
| 21 | " |
| 22 | |
| 23 | BBCLASSEXTEND = "native nativesdk" |