mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 22:35:25 +01:00
python3-tinycss2: Add it for python3-cssselect2
Tinycss2 is a low-level CSS parser and generator written in and generate CSS strings corresponding to these objects. Python: it can parse strings, return objects representing tokens and blocks, Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
c5e880f224
commit
0d687432de
|
|
@ -0,0 +1,13 @@
|
||||||
|
SUMMARY = "A tiny CSS parser"
|
||||||
|
DESCRIPTION = "Tinycss2 is a low-level CSS parser and generator written in \
|
||||||
|
Python: it can parse strings, return objects representing tokens and blocks, \
|
||||||
|
and generate CSS strings corresponding to these objects."
|
||||||
|
|
||||||
|
LICENSE = "BSD-3-Clause"
|
||||||
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=1d072d7e30e34f33f8ae956ada04fa2c"
|
||||||
|
|
||||||
|
SRC_URI[sha256sum] = "d339d2b616ba90ccce58da8495a78f46e55d4d25f9fd71dfd526f07e7d53f957"
|
||||||
|
|
||||||
|
inherit pypi python_setuptools_build_meta
|
||||||
|
|
||||||
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
Loading…
Reference in New Issue
Block a user