mirror of
https://git.yoctoproject.org/poky
synced 2026-02-07 09:16:36 +01:00
python3-booleanpy: update 4.0 -> 5.0
pypi's inability to make up its mind regarding separators goes on (and on and on). (From OE-Core rev: 9ddb5e8e23ec4747f26713e1937878abd8d7fc60) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
2a86f487d7
commit
5d7a1af68f
14
meta/recipes-devtools/python/python3-booleanpy_5.0.bb
Normal file
14
meta/recipes-devtools/python/python3-booleanpy_5.0.bb
Normal file
@@ -0,0 +1,14 @@
|
||||
SUMMARY = "Define boolean algebras, create and parse boolean expressions and create custom boolean DSL"
|
||||
HOMEPAGE = "https://github.com/bastikr/boolean.py"
|
||||
|
||||
LICENSE = "BSD-2-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d118b5feceee598ebeca76e13395c2bd"
|
||||
|
||||
SRC_URI[sha256sum] = "60cbc4bad079753721d32649545505362c754e121570ada4658b852a3a318d95"
|
||||
|
||||
PYPI_PACKAGE = "boolean_py"
|
||||
UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user