From 7f775376da134bf50690268664daa1bd77c2a3b4 Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Tue, 29 Sep 2020 11:19:53 +0800 Subject: python3-pastedeploy: upgrade 2.0.1 -> 2.1.0 Consolidate inc and bb files into a single bb file. -License-Update: Update PKG-INFO. Signed-off-by: Zheng Ruoqin Signed-off-by: Bruce Ashfield --- .../python/python3-pastedeploy_2.1.0.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python3-pastedeploy_2.1.0.bb (limited to 'meta-openstack/recipes-devtools/python/python3-pastedeploy_2.1.0.bb') diff --git a/meta-openstack/recipes-devtools/python/python3-pastedeploy_2.1.0.bb b/meta-openstack/recipes-devtools/python/python3-pastedeploy_2.1.0.bb new file mode 100644 index 0000000..c08644f --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-pastedeploy_2.1.0.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "Load, configure, and compose WSGI applications and servers" +HOMEPAGE = "http://pythonpaste.org/deploy/" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=57609488f8ad28ebf6844a5169a85215" + +PYPI_PACKAGE = "PasteDeploy" + +SRC_URI[md5sum] = "f1e62dc76092433b7ae150cd81603fbd" +SRC_URI[sha256sum] = "e7559878b6e92023041484be9bcb6d767cf4492fc3de7257a5dae76a7cc11a9b" + +inherit setuptools3 pypi + +DEPENDS += "${PYTHON_PN}-pytest-runner-native" + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-paste \ + ${PYTHON_PN}-setuptools \ +" -- cgit v1.2.3-54-g00ecf