Brad Bishop | 0011132 | 2018-04-01 22:23:53 -0400 | [diff] [blame] | 1 | DESCRIPTION = "Self-service finite-state machines for the programmer on the go" |
| 2 | HOMEPAGE = "https://github.com/glyph/Automat" |
| 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4ad213bcca81688e94593e5f60c87477" |
| 5 | |
| 6 | FILESEXTRAPATHS_prepend := "${THISDIR}/python-automat:" |
| 7 | |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 8 | SRC_URI[md5sum] = "b72d5b7a83c2b1bd6e9ec3614a69f9ea" |
| 9 | SRC_URI[sha256sum] = "cbd78b83fa2d81fe2a4d23d258e1661dd7493c9a50ee2f1a5b2cac61c1793b0e" |
Brad Bishop | 0011132 | 2018-04-01 22:23:53 -0400 | [diff] [blame] | 10 | |
| 11 | PYPI_PACKAGE = "Automat" |
| 12 | |
| 13 | inherit pypi |
| 14 | |
| 15 | SRC_URI_append = " \ |
| 16 | file://0001-setup.py-remove-the-dependency-on-m2r.patch \ |
| 17 | " |
| 18 | |
| 19 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" |
| 20 | |
| 21 | RDEPENDS_${PN} += "\ |
| 22 | ${PYTHON_PN}-attrs \ |
| 23 | ${PYTHON_PN}-six \ |
| 24 | " |