Bug 284702 - www/py-beautifulsoup: Missing Dependency Typing Extensions
Summary: www/py-beautifulsoup: Missing Dependency Typing Extensions
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: Wen Heping
URL:
Keywords:
: 284696 (view as bug list)
Depends on:
Blocks:
 
Reported: 2025-02-10 04:22 UTC by Matthew Wener
Modified: 2025-02-12 18:56 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (wen)


Attachments
Patch: Add Typing Extensions as Run Depend (1.23 KB, patch)
2025-02-10 04:28 UTC, Matthew Wener
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Wener 2025-02-10 04:22:03 UTC
BS4 4.13 added typing-extensions as a run dependency. This is missing from the makefile.

dependencies = [
    "typing-extensions",
    "soupsieve >1.2",
]
Comment 1 Matthew Wener 2025-02-10 04:28:52 UTC
Created attachment 257373 [details]
Patch: Add Typing Extensions as Run Depend
Comment 2 commit-hook freebsd_committer freebsd_triage 2025-02-10 07:25:18 UTC
A commit in branch main references this bug:

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

commit c2ef18926793439a6e2b1710f4bfb5ff4dba21d6
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2025-02-10 07:23:03 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2025-02-10 07:24:44 +0000

    www/py-beautifulsoup: Add missing RUN_D

    PR:             284702
    Reported by:    matthew@wener.org

 www/py-beautifulsoup/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
Comment 3 Nicholas Taylor 2025-02-10 08:04:48 UTC
*** Bug 284696 has been marked as a duplicate of this bug. ***
Comment 4 Matthew Wener 2025-02-12 18:56:44 UTC
Fixed. Thank you.