diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-04-07 23:23:11 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-04-07 23:23:11 +0000 |
| commit | 40f907312497223c7f19d2a51eea4a4fc32e3948 (patch) | |
| tree | c208c35ae70dc2dbb276513bed0e433377e4027c /meta-openstack/recipes-devtools/python/python3-funcsigs_1.0.2.bb | |
| parent | 2972131015673292cf63e29aaa45a091a5e5f334 (diff) | |
| download | meta-cloud-services-40f907312497223c7f19d2a51eea4a4fc32e3948.tar.gz | |
meta-openstack: remove obsolete Python backport and dead project recipes
Remove 16 recipes for Python packages that are either built into
Python 3 or are dead/deprecated upstream projects:
Python 3 backports (unnecessary since Python 3.3+):
ordereddict, pathlib, funcsigs, enum-compat, singledispatch,
weakrefmethod, positional
Dead/deprecated projects:
aioeventlet, suds, suds-jurko, oauth2, trollius, pika-pool,
requestsexceptions, dogpile.core, tempita
No recipes in the layer depend on any of these packages.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-funcsigs_1.0.2.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-funcsigs_1.0.2.bb | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-funcsigs_1.0.2.bb b/meta-openstack/recipes-devtools/python/python3-funcsigs_1.0.2.bb deleted file mode 100644 index 1b4966b..0000000 --- a/meta-openstack/recipes-devtools/python/python3-funcsigs_1.0.2.bb +++ /dev/null | |||
| @@ -1,12 +0,0 @@ | |||
| 1 | DESCRIPTION = "Python function signatures from PEP362 for Python 2.6, 2.7 and 3.2+" | ||
| 2 | HOMEPAGE = "http://funcsigs.readthedocs.org" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d6bc91dc8e5793892189fe7481a2d354" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "7e583285b1fb8a76305d6d68f4ccc14e" | ||
| 8 | SRC_URI[sha256sum] = "a7bb0f2cf3a3fd1ab2732cb49eba4252c2af4240442415b4abce3b87022a8f50" | ||
| 9 | |||
| 10 | inherit setuptools3 pypi | ||
| 11 | |||
| 12 | CLEANBROKEN = "1" | ||
