From 8d2689c2eb446776745bd1cb2ef7ce1424d0f840 Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Wed, 19 Aug 2020 02:36:43 +0800 Subject: python3-pysaml2: Change to python3 -License-Update: Rename from LICENSE.txt to LICENSE. Signed-off-by: Zheng Ruoqin / Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-pysaml2_git.bb | 24 ---------------------- .../python/python3-pysaml2_6.1.0.bb | 18 ++++++++++++++++ 2 files changed, 18 insertions(+), 24 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-pysaml2_git.bb create mode 100644 meta-openstack/recipes-devtools/python/python3-pysaml2_6.1.0.bb diff --git a/meta-openstack/recipes-devtools/python/python-pysaml2_git.bb b/meta-openstack/recipes-devtools/python/python-pysaml2_git.bb deleted file mode 100644 index 3e1aa9b..0000000 --- a/meta-openstack/recipes-devtools/python/python-pysaml2_git.bb +++ /dev/null @@ -1,24 +0,0 @@ -DESCRIPTION = "Python implementation of SAML Version 2 to be used in a WSGI environment" -HOMEPAGE = "https://github.com/rohe/pysaml2" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e53b335c47f863b1e324a1c9f2e8e3f3" - -PV = "3.0.2+git${SRCPV}" -SRCREV = "248c629aa570b16fdc79c5a5eb2b3c4c0ee52916" - -SRCNAME = "pysaml2" -SRC_URI = "git://github.com/rohe/${SRCNAME}.git" - -S = "${WORKDIR}/git" - -inherit setuptools3 - -DEPENDS += " \ - python-pip \ - " - -RDEPENDS_${PN} += " \ - python-zopeinterface \ - python-repoze.who \ - " diff --git a/meta-openstack/recipes-devtools/python/python3-pysaml2_6.1.0.bb b/meta-openstack/recipes-devtools/python/python3-pysaml2_6.1.0.bb new file mode 100644 index 0000000..bfd1c48 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-pysaml2_6.1.0.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "Python implementation of SAML Version 2 to be used in a WSGI environment" +HOMEPAGE = "https://github.com/rohe/pysaml2" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=861cc9087857b5bea2e11356c3de95d9" + +inherit setuptools3 pypi + +SRC_URI[sha256sum] = "f7b80553f84bf4e3c823266d2243ab6c0303785648402fbbc1c13a14737876d4" + +DEPENDS += " \ + python3-pip \ + " + +RDEPENDS_${PN} += " \ + python3-zopeinterface \ + python3-repoze.who \ + " -- cgit v1.2.3-54-g00ecf