diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3-booleanpy_5.0.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-booleanpy_5.0.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-booleanpy_5.0.bb b/meta/recipes-devtools/python/python3-booleanpy_5.0.bb new file mode 100644 index 0000000000..e51ad9d2c1 --- /dev/null +++ b/meta/recipes-devtools/python/python3-booleanpy_5.0.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | SUMMARY = "Define boolean algebras, create and parse boolean expressions and create custom boolean DSL" | ||
| 2 | HOMEPAGE = "https://github.com/bastikr/boolean.py" | ||
| 3 | |||
| 4 | LICENSE = "BSD-2-Clause" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d118b5feceee598ebeca76e13395c2bd" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "60cbc4bad079753721d32649545505362c754e121570ada4658b852a3a318d95" | ||
| 8 | |||
| 9 | PYPI_PACKAGE = "boolean_py" | ||
| 10 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | ||
| 11 | |||
| 12 | inherit pypi setuptools3 | ||
| 13 | |||
| 14 | BBCLASSEXTEND = "native nativesdk" | ||
