Port details |
- py-feedparser Universal feed parser written in Python
- 6.0.11 textproc =13 6.0.11Version of this port present on the latest quarterly branch.
- Maintainer: jadawin@FreeBSD.org
- Port Added: 2004-03-12 02:54:22
- Last Update: 2024-03-07 16:07:55
- Commit Hash: 40b7b1c
- People watching this port, also watch:: pcre, xorg-fonts-truetype, libxml2, libgpg-error, freetype2
- Also Listed In: python
- License: BSD2CLAUSE
- WWW:
- https://github.com/kurtmckee/feedparser
- Description:
- Universal Feed Parser is a Python module for downloading and parsing syndicated
feeds. It can handle RSS 0.90, Netscape RSS 0.91, Userland RSS 0.91, RSS 0.92,
RSS 0.93, RSS 0.94, RSS 1.0, RSS 2.0, Atom 0.3, Atom 1.0, and CDF feeds.
Universal Feed Parser is easy to use; the module is self-contained in a single
file, feedparser.py, and it has one primary public function, parse. parse
takes a number of arguments, but only one is required, and it can be a URL, a
local filename, or a raw string containing feed data in any format.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}feedparser>0:textproc/py-feedparser@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/textproc/py-feedparser/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/py-feedparser
- pkg install py39-feedparser
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-feedparser listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-feedparser
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1709135172
SHA256 (kurtmckee-feedparser-6.0.11_GH0.tar.gz) = 7474d23c879a4a7a2367801b417e2797c4abf25449e516d1b9139a3873af7ade
SIZE (kurtmckee-feedparser-6.0.11_GH0.tar.gz) = 253205
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-sgmllib3k>=0 : devel/py-sgmllib3k@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- This port is required by:
- for Build
-
Deleted ports which required this port:
- for Run
-
- deskutils/calibre
- devel/py-perceval
- finance/odoo14
- finance/odoo15
- finance/odoo16
- finance/odoo17
- irc/py-limnoria
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for py39-feedparser-6.0.11:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- textproc_py-feedparser
- USES:
- cpe python tar:bzip2
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.0.11 07 Mar 2024 16:07:55 |
Philippe Audeoud (jadawin) |
textproc/py-feedparser: update to 6.0.11
take maintainership
PR: 277378
Approved by: sbz (maintainer), bapt (mentor) |
6.0.10 23 Aug 2023 16:01:03 |
Sofian Brabez (sbz) |
textproc/py-feedparser: update to 6.0.10 |
6.0.8 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
6.0.8 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
6.0.8 20 Jul 2022 14:23:14 |
Tobias C. Berner (tcberner) |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
6.0.8 14 Oct 2021 12:19:40 |
Sofian Brabez (sbz) |
textproc/py-feedparser: update to 6.0.8 |
6.0.5 14 Oct 2021 11:02:08 |
Stefan Eßer (se) |
textproc/py-feedparser: Add CPE information
Approved by: portmgr (blanket) |
6.0.5 17 Jun 2021 19:26:21 |
Sofian Brabez (sbz) |
textproc/py-feedparser: update to 6.0.5 |
6.0.4 16 Jun 2021 11:02:29 |
Sofian Brabez (sbz) |
textproc/py-feedparser: update to 6.0.4 |
6.0.3 13 Jun 2021 20:42:28 |
Sofian Brabez (sbz) |
textproc/py-feedparser: update to 6.0.3 |
6.0.2_2 15 Apr 2021 21:00:24 |
Sofian Brabez (sbz) |
textproc/py-feedparser: use new devel/py-sgmllib3k as run dependency
Do not ship sgmllib via ${FILESDIR} because it breaks the egg
registration of the feedparser module when installed via distutil,
instead add new created port devel/py-sgmllib3k as run dependency. This
seems the right approach of solving this issue.
PR: 250380 |
6.0.2_1 15 Apr 2021 00:58:55 |
Jan Beich (jbeich) |
textproc/py-feedparser: unbreak egg d950078a6163
pkg_resources.DistributionNotFound: The 'sgmllib3k' distribution was not found
and is required by feedparser
PR: 250380 |
6.0.2 14 Apr 2021 12:14:18 |
Sofian Brabez (sbz) |
textproc/py-feedparser: update to 6.0.2
This update require adding the missing sgmllib for python3 versions and
makes the license dual contributed by James French. Also update the test
target and switch to github.
PR: 250380
Submitted by: jbeich
MFH: 2021Q2 |
5.2.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
5.2.1 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
5.2.1 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
5.2.1 06 Sep 2017 18:52:44 |
sbz |
- Create python3 version of textproc/py-feedparser
PR: 217480
Submitted by: dbaio
Approved by: portmgr (bdrewery)
Differential Revision: https://reviews.freebsd.org/D12197 |
5.2.1 02 Dec 2016 09:21:59 |
mat |
http://github.com redirects to https://github.com, spare everyone a redirect.
Sponsored by: Absolight |
5.2.1 02 Jun 2016 23:38:00 |
cpm |
- Update to 5.2.1
- Update LICENSE
- Add LICENSE_FILE
- Fix PORTDOCS
- Use post-install-DOCS-on target
- Remove .include <bsd.port.options.mk> line
- Use do-test target instead regression-test
- Remove unneeded patches
- Update WWW in pkg-descr
Reviewed by: amdmi3 (mentor)
Approved by: sbz (maintainer)
Differential Revision: D6549 |
5.1.3_3 07 Dec 2014 10:01:37 |
mva |
- Convert textproc/ to USES=python
With hat: python@ |
5.1.3_3 28 May 2014 22:06:54 |
sbz |
- Update COMMENT
- Update LICENSE
- Update pkg-descr
- Convert to USES=tar:bzip2
- Remove unnecessary RUN_DEPENDS
PR: ports/186751
Submitted by: Stephen R Guglielmo <srg at guglielmo.us> |
5.1.3_2 22 May 2014 10:17:41 |
miwi |
- Backport a fix for chardet issue which prevents mail/rss2email3 from
working correctly on certain environment.
PR: 187397
Submitted by: poyopoyo@puripuri.plala.or.jp
Approved by: maintainer timeout |
5.1.3_1 30 Jan 2014 03:13:00 |
miwi |
- Convert to PYDISTUTILS_AUTOPLIST
- Stage support
- Bump PORTREV |
5.1.3 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
5.1.3 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
5.1.3 18 Jul 2013 13:26:16 |
sbz |
- Convert new option framework
- Respect PORTDOCS
- Update RUN_DEPENDS |
5.1.3 18 Dec 2012 13:51:57 |
sbz |
- Update to 1.5.3
PR: ports/174511
Submitted by: Po-Chien Lin <linpc at cs.nctu.edu.tw> |
5.1.2 03 Jul 2012 19:13:34 |
sbz |
- Update to 5.1.2
- Make happy portlint |
5.0.1 18 Mar 2011 10:04:54 |
sbz |
Update my MAINTAINER address to sbz at FreeBSD.org.
Approved by: jadawin@ (mentor) |
5.0.1 10 Mar 2011 22:09:03 |
pav |
- Disable tests, they fail normally and hang on pointyhat
Approved by: maintainer |
5.0.1 08 Mar 2011 01:53:50 |
clsung |
- Update to 5.0.1
- Add LICENSE
- Remove old files
http://regis.goodking.ca/tb/logs/7-sbz/py27-feedparser-5.0.1.log
http://regis.goodking.ca/tb/logs/8-sbz/py27-feedparser-5.0.1.log
http://regis.goodking.ca/tb/logs/9-sbz/py27-feedparser-5.0.1.log
PR: ports/155367
Submitted by: maintainer (Sofian Brabez) |
4.1_2 25 Feb 2011 11:09:18 |
miwi |
- Clean up PYTHON_REL >= 230 < 240 |
4.1_2 27 Feb 2009 20:45:20 |
tabthorpe |
- Pass maintainership to submitter
Submitted by: Sofian Brabez via private email |
4.1_2 18 Dec 2008 02:24:04 |
linimon |
Reassign ports maintained by dryice@ for now due to other commitments.
Hat: portmgr |
4.1_2 06 Mar 2008 22:19:52 |
edwin |
Use ${MASTER_SITE_GOOGLE_CODE} instead of
http://something.googlecode.com/files
PR: ports/121435 (related) |
4.1_2 11 Jun 2007 16:06:18 |
dryice |
- update MASTER_SITES, thanks to Phil Pennock <pdp@spodhuis.org>
- update my mail address
- update USE_PYTHON |
4.1_2 22 Mar 2006 21:15:49 |
mnag |
- Depends of cjkcodecs if python < 2.4
- Bump PORTREVISION
PR: 94825
Submitted by: maintainer |
4.1_1 15 Mar 2006 18:21:26 |
garga |
- Fix MASTER_SITES
bsdchat.com is no longer available. Thanks for all their support!
PR: ports/94459
Submitted by: Dryice Liu <dryice@dryice.name> (maintainer) |
4.1_1 15 Mar 2006 15:10:30 |
arved |
RUN_DEPEND on chardet
PR: 94473
Submitted by: Dryice Liu <dryice@dryice.name> |
4.1 25 Jan 2006 23:09:16 |
arved |
Fix pkg-plist if python != 2.4 |
4.1 18 Jan 2006 21:53:47 |
pav |
- Update to 4.1
PR: ports/91699
Submitted by: Dryice Dong Liu <dryice@dryice.name> (maintainer) |
3.3 11 Jan 2006 04:01:51 |
edwin |
[maintainer] change maintainer mail address
I'm the maintainer(dryice@liu.com.cn) of the following
ports. Please help to change the maintainer mail address to
dryice@dryice.name. This new mail address has a RDNS record
and will make the life easier. Thanks!
PR: ports/91624
Submitted by: Dryice Dong Liu <dryice@dryice.name> |
3.3 08 Apr 2005 12:21:07 |
novel |
- Install docs
- Require Python 2.1+
- Additional mirror MASTER_SITE
- Pass maintainership to submitter
PR: 79582
Submitted by: Dryice Liu <dryice@liu.com.cn> |
3.3 06 Nov 2004 04:10:18 |
kevlo |
Update to 3.3
PR: ports/72294
Submitted by: Choe, Cheng-Dae <whitekid@gmail.com> |
3.1 02 Jul 2004 08:56:51 |
pav |
- Update to 3.1
PR: ports/68538
Submitted by: Matthew X. Economou <xenophon@irtnog.org> |
2.76 12 Mar 2004 02:53:58 |
ijliao |
add py-feedparser 2.76
An RSS feed parser |