blob: 48bad2b99fd615a55006751c961f2e0fb79c9384 [file] [log] [blame]
Andrew Geissler6ce62a22020-11-30 19:58:47 -06001SUMMARY = "the blessed package to manage your versions by scm tags"
2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489"
4
Andrew Geissler706d5aa2021-02-12 15:55:30 -06005SRC_URI[md5sum] = "e6c9fad17c90516d640868eb833d5150"
6SRC_URI[sha256sum] = "a8994582e716ec690f33fec70cca0f85bd23ec974e3f783233e4879090a7faa8"
Andrew Geissler6ce62a22020-11-30 19:58:47 -06007
8PYPI_PACKAGE = "setuptools_scm"
9inherit pypi setuptools3
10
Andrew Geissler09209ee2020-12-13 08:44:15 -060011UPSTREAM_CHECK_REGEX = "setuptools_scm-(?P<pver>.*)\.tar"
12
Andrew Geissler6ce62a22020-11-30 19:58:47 -060013RDEPENDS_${PN} = "\
14 ${PYTHON_PN}-debugger \
15 ${PYTHON_PN}-json \
16 ${PYTHON_PN}-py \
17 ${PYTHON_PN}-setuptools \
18"
19RDEPENDS_${PN}_class-native = "\
20 ${PYTHON_PN}-setuptools-native \
Andrew Geissler6ce62a22020-11-30 19:58:47 -060021"
22
23BBCLASSEXTEND = "native nativesdk"