From cf059689f866db9c35dc3c5322562a562cb96450 Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Tue, 28 Jul 2020 09:35:06 +0800 Subject: python3-semantic-version: upgrade 2.4.2 -> 2.8.5 -License-Update: Copyright update. Signed-off-by: Zheng Ruoqin / Signed-off-by: Bruce Ashfield --- .../python/python3-semantic-version_2.8.5.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python3-semantic-version_2.8.5.bb (limited to 'meta-openstack/recipes-devtools/python/python3-semantic-version_2.8.5.bb') diff --git a/meta-openstack/recipes-devtools/python/python3-semantic-version_2.8.5.bb b/meta-openstack/recipes-devtools/python/python3-semantic-version_2.8.5.bb new file mode 100644 index 0000000..b91b655 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-semantic-version_2.8.5.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "A library which provides a few tools to handle SemVer in Python." +HOMEPAGE = "http://pypi.python.org/pypi/semantic_version" +SECTION = "devel/python" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://LICENSE;md5=4fb31e3c1c7eeb8b5e8c07657cdd54e2" + +PYPI_PACKAGE = "semantic_version" + +SRC_URI[md5sum] = "76d7364def7ee487b6153d40b13de904" +SRC_URI[sha256sum] = "d2cb2de0558762934679b9a104e82eca7af448c9f4974d1f3eeccff651df8a54" + +inherit setuptools3 pypi + -- cgit v1.2.3-54-g00ecf