From d0d7f59b6778cff1c2a0fef8fcb284ff8f304064 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 20 Apr 2022 02:12:32 +0200 Subject: [PATCH] python3-tinycss2: initial add 1.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-python/python3-tinycss2_1.1.1.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 recipes-python/python3-tinycss2_1.1.1.bb diff --git a/recipes-python/python3-tinycss2_1.1.1.bb b/recipes-python/python3-tinycss2_1.1.1.bb new file mode 100644 index 0000000..1d9d7d7 --- /dev/null +++ b/recipes-python/python3-tinycss2_1.1.1.bb @@ -0,0 +1,14 @@ +SUMMARY = "A tiny CSS parser" +HOMEPAGE = "https://www.courtbouillon.org/tinycss2" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1d072d7e30e34f33f8ae956ada04fa2c" + +inherit pypi python_setuptools_build_meta + +#DEPENDS += "${PYTHON_PN}-six-native" + +SRC_URI[sha256sum] = "b2e44dd8883c360c35dd0d1b5aad0b610e5156c2cb3b33434634e539ead9d8bf" + +RDEPENDS:${PN} += " \ + ${PYTHON_PN}-webencodings \ +"