From 63d42c9c308b53bf23da7f5866fe9b05c64fc2fc Mon Sep 17 00:00:00 2001 From: zangrc Date: Mon, 6 Jan 2020 15:40:17 +0800 Subject: python-xstatic-angular-schema-form: Add python3 version Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../python/python-xstatic-angular-schema-form.inc | 22 ++++++++++++++++++++ .../python-xstatic-angular-schema-form_0.8.13.0.bb | 24 ++-------------------- ...python3-xstatic-angular-schema-form_0.8.13.0.bb | 2 ++ 3 files changed, 26 insertions(+), 22 deletions(-) create mode 100644 meta-openstack/recipes-devtools/python/python-xstatic-angular-schema-form.inc create mode 100644 meta-openstack/recipes-devtools/python/python3-xstatic-angular-schema-form_0.8.13.0.bb (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-angular-schema-form.inc b/meta-openstack/recipes-devtools/python/python-xstatic-angular-schema-form.inc new file mode 100644 index 0000000..7bfa957 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-xstatic-angular-schema-form.inc @@ -0,0 +1,22 @@ +DESCRIPTION = "Angular Schema Form packaged for setuptools (easy_install) / pip." +HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Angular-Schema-Form" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=0e4430cb0dfdb98d3008c66d8339f31a" + +PYPI_PACKAGE = "XStatic-Angular-Schema-Form" + +SRC_URI[md5sum] = "d0faab81c36f4cfc03e092fedc30018d" +SRC_URI[sha256sum] = "7c08634901751267fe26d266fc027cf6ed2e5f422696985cec750594b3f4e300" + +inherit pypi + +# DEPENDS_default: python-pip + +DEPENDS += " \ + ${PYTHON_PN}-pip \ + " + +# RDEPENDS_default: +RDEPENDS_${PN} += " \ + " diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-angular-schema-form_0.8.13.0.bb b/meta-openstack/recipes-devtools/python/python-xstatic-angular-schema-form_0.8.13.0.bb index 5c71b52..25c7626 100644 --- a/meta-openstack/recipes-devtools/python/python-xstatic-angular-schema-form_0.8.13.0.bb +++ b/meta-openstack/recipes-devtools/python/python-xstatic-angular-schema-form_0.8.13.0.bb @@ -1,22 +1,2 @@ -DESCRIPTION = "Angular Schema Form packaged for setuptools (easy_install) / pip." -HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Angular-Schema-Form" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://PKG-INFO;md5=0e4430cb0dfdb98d3008c66d8339f31a" - -PYPI_PACKAGE = "XStatic-Angular-Schema-Form" - -SRC_URI[md5sum] = "d0faab81c36f4cfc03e092fedc30018d" -SRC_URI[sha256sum] = "7c08634901751267fe26d266fc027cf6ed2e5f422696985cec750594b3f4e300" - -inherit setuptools pypi - -# DEPENDS_default: python-pip - -DEPENDS += " \ - python-pip \ - " - -# RDEPENDS_default: -RDEPENDS_${PN} += " \ - " +require python-xstatic-angular-schema-form.inc +inherit setuptools diff --git a/meta-openstack/recipes-devtools/python/python3-xstatic-angular-schema-form_0.8.13.0.bb b/meta-openstack/recipes-devtools/python/python3-xstatic-angular-schema-form_0.8.13.0.bb new file mode 100644 index 0000000..eae97b2 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-xstatic-angular-schema-form_0.8.13.0.bb @@ -0,0 +1,2 @@ +require python-xstatic-angular-schema-form.inc +inherit setuptools3 -- cgit v1.2.3-54-g00ecf