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>
This commit is contained in:
Justin Bronder 2022-02-28 13:19:18 -05:00 committed by Khem Raj
parent 4c1065c55c
commit 02543ea3ef
2 changed files with 0 additions and 19 deletions

View File

@ -124,7 +124,6 @@ RDEPENDS:packagegroup-meta-python3 = "\
python3-fasteners \
python3-fastjsonschema \
python3-fastnumbers \
python3-feedformatter \
python3-fields \
python3-flask \
python3-flask-babel \

View File

@ -1,18 +0,0 @@
DESCRIPTION = "A Python library for generating news feeds in RSS and Atom formats"
HOMEPAGE = "http://code.google.com/p/feedformatter/"
SECTION = "devel/python"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://COPYING;md5=258e3f39e2383fbd011035d04311008d"
SRC_URI = "git://github.com/marianoguerra/feedformatter.git;branch=master;protocol=https"
SRCREV = "7391193c83e10420b5a2d8ef846d23fc368c6d85"
S = "${WORKDIR}/git"
inherit setuptools3
RDEPENDS:${PN} += "\
${PYTHON_PN}-datetime \
${PYTHON_PN}-io \
${PYTHON_PN}-xml \
"