[Bug 293057] INDEX file misses Python packages for non default version
Date: Mon, 09 Feb 2026 12:36:12 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293057
Bug ID: 293057
Summary: INDEX file misses Python packages for non default
version
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs@FreeBSD.org
Reporter: ps.ports@smyrak.com
CC: bapt@FreeBSD.org
Steps to reproduce:
$ grep ^py31[1-4]-poetry-core /usr/ports/INDEX-$(uname -K | cut -b -2)
There shall be an entry for each Python major version yet there is only one for
the default one which is currently 3.11.
Since INDEX does not sport these packages, pkg-version in its default mode of
operation that's INDEX based is blind to the missing packages, and believes
there are no outdated packages on the system.
$ pkg version --ports -vl\< | grep py31
py312-cssselect-1.3.0 < needs updating (port has 1.4.0)
py312-maturin-1.11.5 < needs updating (port has 1.11.5_1)
py312-poetry-core-2.2.1 < needs updating (port has 2.3.0)
py312-urllib3-2.6.2,1 < needs updating (port has 2.6.3,1)
$ pkg version --index -vl\< | grep py31
$
--
You are receiving this mail because:
You are the assignee for the bug.