All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization] [PATCH] python3-wsgiref: remove recipe
@ 2020-11-10  6:48 zhengruoqin
  2020-11-10  6:47 ` [meta-virtualization] [PATCH] python3-tempita: Consolidate in a single file zhengruoqin
  0 siblings, 1 reply; 7+ messages in thread
From: zhengruoqin @ 2020-11-10  6:48 UTC (permalink / raw)
  To: meta-virtualization

This is a standalone release of the wsgiref library, that provides
validation support for WSGI 1.0.1 (PEP 3333) for Python versions < 3.2,
and includes the new wsgiref.util.test() utility function.But the
current version of python3 is 3.9.0, so remove this recipe.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
---
 .../python/python-wsgiref.inc                 | 23 -------------------
 .../python/python3-wsgiref_0.1.2.bb           |  2 --
 2 files changed, 25 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-wsgiref.inc
 delete mode 100644 meta-openstack/recipes-devtools/python/python3-wsgiref_0.1.2.bb

diff --git a/meta-openstack/recipes-devtools/python/python-wsgiref.inc b/meta-openstack/recipes-devtools/python/python-wsgiref.inc
deleted file mode 100644
index 1449bea0..00000000
--- a/meta-openstack/recipes-devtools/python/python-wsgiref.inc
+++ /dev/null
@@ -1,23 +0,0 @@
-DESCRIPTION = "WSGI (PEP 333) Reference Library"
-HOMEPAGE = "http://cheeseshop.python.org/pypi/wsgiref"
-SECTION = "devel/python"
-LICENSE = "PSF"
-LIC_FILES_CHKSUM = "file://PKG-INFO;md5=fe761dfec1d54629c6b9a3bbc7b1baf5"
-
-# Archived version so we need to overwrite what the pypi class will derive
-PYPI_SRC_URI = "https://pypi.python.org/packages/source/w/wsgiref/wsgiref-${PV}.zip"
-
-SRC_URI[md5sum] = "29b146e6ebd0f9fb119fe321f7bcf6cb"
-SRC_URI[sha256sum] = "c7e610c800957046c04c8014aab8cce8f0b9f0495c8cd349e57c1f7cabf40e79"
-
-inherit pypi
-
-# DEPENDS_default: python-pip
-
-DEPENDS += " \
-        ${PYTHON_PN}-pip \
-        "
-
-# RDEPENDS_default: 
-RDEPENDS_${PN} += " \
-        "
diff --git a/meta-openstack/recipes-devtools/python/python3-wsgiref_0.1.2.bb b/meta-openstack/recipes-devtools/python/python3-wsgiref_0.1.2.bb
deleted file mode 100644
index 0fa887af..00000000
--- a/meta-openstack/recipes-devtools/python/python3-wsgiref_0.1.2.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-require python-wsgiref.inc
-inherit setuptools3
-- 
2.25.1




^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-11-15  4:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-10  6:48 [meta-virtualization] [PATCH] python3-wsgiref: remove recipe zhengruoqin
2020-11-10  6:47 ` [meta-virtualization] [PATCH] python3-tempita: Consolidate in a single file zhengruoqin
2020-11-10  6:47   ` [meta-virtualization] [PATCH] python3-routes: upgrade 2.4.1 -> 2.5.1 zhengruoqin
2020-11-10  6:47     ` [meta-virtualization] [PATCH] python3-paste: upgrade 3.4.6 -> 3.5.0 zhengruoqin
2020-11-10  6:46       ` [meta-virtualization] [PATCH] python3-keyring: upgrade 21.4.0 -> 21.5.0 zhengruoqin
2020-11-10  6:45         ` [meta-virtualization] [PATCH] python3-kazoo: upgrade 2.7.0 -> 2.8.0 zhengruoqin
2020-11-15  4:18           ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.