summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorJustin Bronder <jsbronder@cold-front.org>2022-02-28 13:19:18 -0500
committerKhem Raj <raj.khem@gmail.com>2022-03-01 09:06:56 -0800
commit02543ea3ef8c9651c82ce53318d566b7bbcf2ea1 (patch)
tree7b0791176d9b7d648471bb3623c507b1df55d6c4 /meta-python
parent4c1065c55c680d74193efcbc525b5e3b88519644 (diff)
downloadmeta-openembedded-02543ea3ef8c9651c82ce53318d566b7bbcf2ea1.tar.gz
python3-feedformatter: drop recipe
The current SRC_URI is pointing to a fork of an abandoned code.google.com project, the latter being what is actually on pypi. Aside from some activity in 2012 porting to python3, the fork hasn't seen any real activity. The package doesn't have wheel support and has no dependents in meta-openembedded Signed-off-by: Justin Bronder <jsbronder@cold-front.org> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb1
-rw-r--r--meta-python/recipes-devtools/python/python3-feedformatter_0.4.bb18
2 files changed, 0 insertions, 19 deletions
diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
index 2b20937f78..9626231bba 100644
--- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
+++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
@@ -124,7 +124,6 @@ RDEPENDS:packagegroup-meta-python3 = "\
124 python3-fasteners \ 124 python3-fasteners \
125 python3-fastjsonschema \ 125 python3-fastjsonschema \
126 python3-fastnumbers \ 126 python3-fastnumbers \
127 python3-feedformatter \
128 python3-fields \ 127 python3-fields \
129 python3-flask \ 128 python3-flask \
130 python3-flask-babel \ 129 python3-flask-babel \
diff --git a/meta-python/recipes-devtools/python/python3-feedformatter_0.4.bb b/meta-python/recipes-devtools/python/python3-feedformatter_0.4.bb
deleted file mode 100644
index 6932b3b549..0000000000
--- a/meta-python/recipes-devtools/python/python3-feedformatter_0.4.bb
+++ /dev/null
@@ -1,18 +0,0 @@
1DESCRIPTION = "A Python library for generating news feeds in RSS and Atom formats"
2HOMEPAGE = "http://code.google.com/p/feedformatter/"
3SECTION = "devel/python"
4LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://COPYING;md5=258e3f39e2383fbd011035d04311008d"
6
7SRC_URI = "git://github.com/marianoguerra/feedformatter.git;branch=master;protocol=https"
8SRCREV = "7391193c83e10420b5a2d8ef846d23fc368c6d85"
9
10S = "${WORKDIR}/git"
11
12inherit setuptools3
13
14RDEPENDS:${PN} += "\
15 ${PYTHON_PN}-datetime \
16 ${PYTHON_PN}-io \
17 ${PYTHON_PN}-xml \
18 "