Opened 9 months ago
Last modified 9 days ago
#63747 assigned enhancement
pango @1.48.9_1 seems to need the Python package typogrify, at least on PPC Tiger, Mac OS X 10.4.11
Reported by: | ballapete (Peter "Pete" Dyballa) | Owned by: | mascguy (Christopher Nielsen) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.7.1 |
Keywords: | tiger pending | Cc: | ryandesign (Ryan Schmidt) |
Port: | pango |
Description
When I first upgraded today I saw a few times this Python package (https://pypi.org/project/typogrify/) mentioned, as needed to build documentation, I think. Since it does not exist in MacPorts I installed it with pip3
. Upgrading again it is mentioned early
|Executing subproject gi-docgen method meson | |WARNING: In subproject gi-docgen: Unknown options: "lt_cv_path_NM" |The value of new options can be set with: |meson setup <builddir> --reconfigure -Dnew_option=new_value ... |Project name: gi-docgen |Project version: 2021.8 |Program python3 (jinja2, markdown, markupsafe, pygments, toml, typogrify) found: YES (/opt/local/bin/python3) modules: jinja2, markdown, markupsafe, pygments, toml, typogrify |Program gi-docgen.py found: YES (/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_x11_pango/pango/work/pango-1.48.9/subprojects/gi-docgen/gi-docgen.py) |Configuring gi-docgen.pc using configuration |Build targets in project: 0 |Subproject gi-docgen finished.
These files mention it:
pango-1.48.9/subprojects/gi-docgen/gidocgen/utils.py:from typogrify.filters import typogrify pango-1.48.9/subprojects/gi-docgen/gidocgen/utils.py: return Markup(typogrify(text, ignore_tags=['h1', 'h2', 'h3', 'h4'])) pango-1.48.9/subprojects/gi-docgen/meson.build: 'typogrify', pango-1.48.9/subprojects/gi-docgen/pyproject.toml:typogrify = "^2" pango-1.48.9/subprojects/gi-docgen/setup.cfg: typogrify
Is it worth to create a dependency and provide a port?
Change History (2)
comment:1 Changed 9 months ago by mascguy (Christopher Nielsen)
Cc: | mascguy removed |
---|---|
Owner: | set to mascguy |
Status: | new → assigned |
comment:2 Changed 9 days ago by mascguy (Christopher Nielsen)
Keywords: | pending added |
---|
Note: See
TracTickets for help on using
tickets.
I'll take a closer look over the next day or two