summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-booleanpy_4.0.bb
diff options
context:
space:
mode:
authorSamantha Jalabert <samantha.jalabert@syslinbit.com>2023-09-22 14:46:16 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-09-27 11:47:42 +0100
commit6e818efb9e892e2abc5d5d7a079303b9807b0812 (patch)
tree4938abdfc1c8f301a4842975709ec7b39ec626e0 /meta/recipes-devtools/python/python3-booleanpy_4.0.bb
parentfe504a364ca64c7cb7d02fcb51eb82b8ce7456f7 (diff)
downloadpoky-6e818efb9e892e2abc5d5d7a079303b9807b0812.tar.gz
python3-booleanpy: Copy recipe from meta-python
commit: 47b8c97b76b3eb323a97c9079fb49c0348a2376c (From OE-Core rev: 384e76199066321402d52c15499d1877b03957bb) Signed-off-by: Marta Rybczynska <mrybczynska@syslinbit.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-booleanpy_4.0.bb')
-rw-r--r--meta/recipes-devtools/python/python3-booleanpy_4.0.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-booleanpy_4.0.bb b/meta/recipes-devtools/python/python3-booleanpy_4.0.bb
new file mode 100644
index 0000000000..41fd3d960a
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-booleanpy_4.0.bb
@@ -0,0 +1,13 @@
1SUMMARY = "Define boolean algebras, create and parse boolean expressions and create custom boolean DSL"
2HOMEPAGE = "https://github.com/bastikr/boolean.py"
3
4LICENSE = "BSD-2-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d118b5feceee598ebeca76e13395c2bd"
6
7SRC_URI[sha256sum] = "17b9a181630e43dde1851d42bef546d616d5d9b4480357514597e78b203d06e4"
8
9PYPI_PACKAGE = "boolean.py"
10
11inherit pypi setuptools3
12
13BBCLASSEXTEND = "native nativesdk"