mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-26 06:10:50 +00:00
python3-semver: Upgrade 3.0.2 -> 3.0.4
Upgrade to release 3.0.4: - Re-enable Trove license identifier - Fix source dist file License-Update: Replaced organization placeholder in LICENSE Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
14
meta-python/recipes-devtools/python/python3-semver_3.0.4.bb
Normal file
14
meta-python/recipes-devtools/python/python3-semver_3.0.4.bb
Normal file
@@ -0,0 +1,14 @@
|
||||
DESCRIPTION = "Python module for Semantic Versioning"
|
||||
HOMEPAGE = "https://github.com/python-semver/python-semver"
|
||||
BUGTRACKER = "https://github.com/python-semver/python-semver"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3ce011bad2c5218ddd4973952a6db93a"
|
||||
|
||||
SRC_URI[sha256sum] = "afc7d8c584a5ed0a11033af086e8af226a9c0b206f313e0301f8dd7b6b589602"
|
||||
|
||||
inherit pypi python_setuptools_build_meta ptest-python-pytest
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
DEPENDS += " python3-setuptools-scm-native"
|
||||
|
||||
Reference in New Issue
Block a user