summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-booleanpy_4.0.bb
diff options
context:
space:
mode:
authorSamantha Jalabert <samantha.jalabert@syslinbit.com>2023-09-25 11:41:41 +0000
committerArmin Kuster <akuster808@gmail.com>2023-10-04 07:52:48 -0700
commit9f2267bd0cd0fecc662b7f803a9717c0da34e1da (patch)
tree02d8eea3942bdcb18804b5b7b8e2b170ca251b05 /meta-python/recipes-devtools/python/python3-booleanpy_4.0.bb
parentf7b22577696dce96cc9e46bf3336a6aaf10c8f04 (diff)
downloadmeta-openembedded-9f2267bd0cd0fecc662b7f803a9717c0da34e1da.tar.gz
Remove python3-booleanpy
python3-booleanpy recipe is moved to openembedded-core. Signed-off-by: Marta Rybczynska <mrybczynska@syslinbit.com> Signed-off-by: Samantha Jalabert <samantha.jalabert@syslinbit.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 1beedf1eb71d80f66ff33addee918e79b275c907) Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-booleanpy_4.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-booleanpy_4.0.bb13
1 files changed, 0 insertions, 13 deletions
diff --git a/meta-python/recipes-devtools/python/python3-booleanpy_4.0.bb b/meta-python/recipes-devtools/python/python3-booleanpy_4.0.bb
deleted file mode 100644
index 41fd3d960a..0000000000
--- a/meta-python/recipes-devtools/python/python3-booleanpy_4.0.bb
+++ /dev/null
@@ -1,13 +0,0 @@
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"