summaryrefslogtreecommitdiffstats
path: root/meta-offline-voice-agent/recipes-python/python3-rasa/python3-html5tagger_1.3.0.bb
blob: 72a5ab70b9fa5b5d871835b476d211cefa110e50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SUMMARY = "Create HTML documents from Python"
HOMEPAGE = "https://github.com/sanic-org/html5tagger"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=605b9ee741fb194674b08ff2532e52b1"

PYPI_PACKAGE = "html5tagger"

SRC_URI[md5sum] = "5f2b0c139ecd9d00f314e9c8c2ad99b3"
SRC_URI[sha256sum] = "84fa3dfb49e5c83b79bbd856ab7b1de8e2311c3bb46a8be925f119e3880a8da9"

DEPENDS += "python3-setuptools-scm-native"

inherit pypi setuptools3