Bug 282458 - textproc/py-pallets-sphinx-themes: Missing dependency sphinx-notfound-page
Summary: textproc/py-pallets-sphinx-themes: Missing dependency sphinx-notfound-page
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Nicola Vitale
URL: https://github.com/pallets/pallets-sp...
Keywords:
Depends on:
Blocks: 282435
  Show dependency treegraph
 
Reported: 2024-11-01 00:40 UTC by Danilo G. Baio
Modified: 2024-11-02 10:10 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Danilo G. Baio freebsd_committer freebsd_triage 2024-11-01 00:40:01 UTC
Hi.

This requirement was introduced in version 2.2.0.

https://github.com/pallets/pallets-sphinx-themes/blob/main/CHANGES.rst#version-220
https://github.com/pallets/pallets-sphinx-themes/blob/main/pyproject.toml#L24

We are experiencing a build issue with WTForms (see bug 282435) because of this.
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-11-01 16:55:17 UTC
A commit in branch main references this bug:

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

commit 9e64c11c574e2b83c469f9e3438edd4b56b36971
Author:     Nicola Vitale <nivit@FreeBSD.org>
AuthorDate: 2024-11-01 16:51:23 +0000
Commit:     Nicola Vitale <nivit@FreeBSD.org>
CommitDate: 2024-11-01 16:54:43 +0000

    textproc/py-pallets-sphinx-themes: Add missing run dependency

    - Add textproc/py-sphinx-notfound-page to run dependencies

      This requirement was introduced in version 2.2.0.

      https://github.com/pallets/pallets-sphinx-themes/blob/main/CHANGES.rst#version-220
      https://github.com/pallets/pallets-sphinx-themes/blob/main/pyproject.toml#L24

    - Bump PORTREVISION

    PR:             282458

 textproc/py-pallets-sphinx-themes/Makefile | 2 ++
 1 file changed, 2 insertions(+)
Comment 2 Danilo G. Baio freebsd_committer freebsd_triage 2024-11-01 18:02:48 UTC
Thank you so much for taking care of this.

Kind regards,
Comment 3 Nicola Vitale freebsd_committer freebsd_triage 2024-11-02 10:10:40 UTC
Thank you for the PR!