https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250380
--- Comment #32 from [email protected] --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=a08dcbae9bc945ad6e78a4e5362fd760dc0220c0 commit a08dcbae9bc945ad6e78a4e5362fd760dc0220c0 Author: Sofian Brabez <[email protected]> AuthorDate: 2021-04-15 19:54:43 +0000 Commit: Sofian Brabez <[email protected]> CommitDate: 2021-04-15 21:00:24 +0000 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 textproc/py-feedparser/Makefile | 21 +- textproc/py-feedparser/files/sgmllib.py (gone) | 547 ------------------------- 2 files changed, 5 insertions(+), 563 deletions(-) -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "[email protected]"
