./mail/feed2exec, The programmable feed reader

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.20.0, Package name: py312-feed2exec-0.20.0, Maintainer: schmonz

feed2exec is a simple program that runs custom actions on new RSS feed
items (or whatever feedparser can read). It currently has support for
writing into mailboxes (Maildir folders) or executing commands, but more
actions can be easily implemented through plugins. Email are saved as
multipart plain/HTML and can be sent to arbitrary folders.


Required to run:
[textproc/py-html2text] [textproc/py-feedparser] [devel/py-setuptools] [databases/py-sqlite3] [textproc/py-lxml] [textproc/py-html5lib] [devel/py-xdg] [textproc/py-Unidecode] [devel/py-requests] [devel/py-click] [devel/py-attrs] [devel/py-wcwidth] [devel/py-requests-file] [time/py-dateparser] [devel/py-cachecontrol] [lang/python310]

Required to build:
[textproc/py-sphinx] [devel/py-flakes] [devel/py-setuptools_scm] [devel/py-tox] [devel/py-wheel]

Master sites:

Filesize: 674.556 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-10-13 11:05:25 by Thomas Klausner | Files touched by this commit (1)
Log message:
feed2exec: add missing tool dependency
   2024-08-10 09:04:19 by Thomas Klausner | Files touched by this commit (1)
Log message:
feed2exec: remove unused test dependency
   2024-08-10 09:00:02 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
feed2exec: not for Python 3.9
   2024-01-18 13:14:15 by Thomas Klausner | Files touched by this commit (1)
Log message:
feed2exec: does not support Python 3.8 because some of its dependencies don't
   2024-01-18 13:09:35 by Amitai Schleier | Files touched by this commit (4) | Package updated
Log message:
feed2exec: update to 0.20.0. Changes:

* Add matchtitleregex and droptitleregex plugin and tests
* implement codespell linting, fixing all found errors
* more related software: rss-bridge
* isort: sort imports all over
* add missing readthedocs configuration file, now mandatory
* cross-reference droptitle and droptitle-regex

pkgsrc changes:

- Convert to wheel.mk
- Avoid self-conflicts when installing under multiple pythons
   2023-11-07 23:38:10 by Thomas Klausner | Files touched by this commit (112)
Log message:
*: latest py-sphinx only support Python 3.9+
   2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247)
Log message:
*: recursive bump for Python 3.11 as new default