Bug 273553 - [NEW PORT] www/py-readability-lxml Fast html to text parser
Summary: [NEW PORT] www/py-readability-lxml Fast html to text parser
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Joel Bodenmann
URL: https://github.com/buriy/python-reada...
Keywords:
Depends on:
Blocks: 273554
  Show dependency treegraph
 
Reported: 2023-09-04 05:33 UTC by Martin Neubauer
Modified: 2023-09-11 15:19 UTC (History)
1 user (show)

See Also:


Attachments
patch adding www/py-readability-lxml (3.56 KB, patch)
2023-09-04 05:33 UTC, Martin Neubauer
m.ne: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Neubauer 2023-09-04 05:33:52 UTC
Created attachment 244625 [details]
patch adding www/py-readability-lxml

Dependency for offpunk
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-09-11 15:17:20 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4b0d2e11183ec9124b5f36436b2b79491816ff99

commit 4b0d2e11183ec9124b5f36436b2b79491816ff99
Author:     Martin Neubauer <m.ne@gmx.net>
AuthorDate: 2023-09-11 11:49:00 +0000
Commit:     Joel Bodenmann <jbo@FreeBSD.org>
CommitDate: 2023-09-11 14:56:54 +0000

    www/py-readability-lxml: Add new port

    Fast HTML to text parser (article readability tool).

    PR:                     273553
    Approved by:            zirias (mentor)
    Differential Revision:  https://reviews.freebsd.org/D41813

 www/Makefile                                       |  1 +
 www/py-readability-lxml/Makefile (new)             | 28 ++++++++++++++++++++++
 www/py-readability-lxml/distinfo (new)             |  3 +++
 .../files/patch-readability_compat_two.py (new)    | 11 +++++++++
 www/py-readability-lxml/pkg-descr (new)            |  2 ++
 5 files changed, 45 insertions(+)
Comment 2 Joel Bodenmann freebsd_committer freebsd_triage 2023-09-11 15:19:25 UTC
Committed, thanks!