-
-
Notifications
You must be signed in to change notification settings - Fork 201
Open
Labels
Description
Problem Description
Hi! 👋
I'm currently looking into packaging pdoc for Arch Linux.
I noticed that you are vendoring markdown2 from a custom location, which seems to be an outdated version of https://github.com/trentm/python-markdown2
As packager it is not clear to me what the upside of vendoring this (still actively developed) library is.
Proposal
It would be great to rely on https://github.com/trentm/python-markdown2 (this is packaged in many distributions) instead of vendoring an older copy of it.
Alternatives
Keep on vendoring.
Additional context
Distributions usually strive to have only one version of a given thing available in the repository, as that is easier to handle in security related situations.
See also Fedora's good write up on bundled libraries.