mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-07 11:37:12 +00:00
26c4d0beda
Upgrade to release 0.26.2: - Minor doc improvements From release 0.26.1: - Add readthedocs configuration - Add py.typed marker From release 0.26: - Update the required python version - Add type annotations to the module and the unit tests Fixes: WARNING: python3-textparser-0.26.2-r0 do_check_backend: QA Issue: inherits setuptools3 but has pyproject.toml with setuptools.build_meta, use the correct class [pep517-backend] Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
16 lines
427 B
BlitzBasic
16 lines
427 B
BlitzBasic
DESCRIPTION = "A text parser written in the Python language."
|
|
HOMEPAGE = "https://github.com/eerimoq/textparser"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=fe9942a8bba5458a9dbd11277bc347ad"
|
|
|
|
SRC_URI[sha256sum] = "859825876a9c38f7c313ee1cf991a59d6b56232a9f67be6dcc0a758d84654fba"
|
|
|
|
PYPI_PACKAGE = "textparser"
|
|
|
|
DEPENDS += "python3-setuptools-scm-native"
|
|
|
|
inherit pypi python_setuptools_build_meta
|
|
|
|
CLEANBROKEN = "1"
|
|
|