summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-uritools_5.0.0.bb
blob: 35a8f2a0d96d77fd32a9697da9bb6b89cc2be7aa (plain)
1
2
3
4
5
6
7
8
9
10
11
SUMMARY = "URI parsing, classification and composition"
HOMEPAGE = "https://github.com/tkem/uritools/"

LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e21bbe53b2730bfe1911cf381b81821e"

SRC_URI[sha256sum] = "68180cad154062bd5b5d9ffcdd464f8de6934414b25462ae807b00b8df9345de"

inherit pypi python_setuptools_build_meta ptest-python-pytest

BBCLASSEXTEND = "native nativesdk"