mirror of
https://git.yoctoproject.org/poky
synced 2026-02-10 02:33:02 +01:00
python3-uritools: upgrade 4.0.3 -> 5.0.0
Changelog: -Require Python 3.9 or later (breaking change). -Update CI environment. License-Update: update copyright year (From OE-Core rev: 072b051c1fe34b01f617e2d8ea502b7f15d4e1de) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
65a681e192
commit
2f172b4016
11
meta/recipes-devtools/python/python3-uritools_5.0.0.bb
Normal file
11
meta/recipes-devtools/python/python3-uritools_5.0.0.bb
Normal file
@@ -0,0 +1,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"
|
||||
Reference in New Issue
Block a user