Bug 282458

Summary: textproc/py-pallets-sphinx-themes: Missing dependency sphinx-notfound-page
Product: Ports & Packages Reporter: Danilo G. Baio <dbaio>
Component: Individual Port(s)Assignee: Nicola Vitale <nivit>
Status: Closed FIXED    
Severity: Affects Some People CC: agh
Priority: --- Flags: bugzilla: maintainer-feedback? (nivit)
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/pallets/pallets-sphinx-themes/blob/main/pyproject.toml#L24
Bug Depends on:    
Bug Blocks: 282435    

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!