The package only installs metadata files, and no actual code files: $ pkg info -l py39-python-igraph-0.9.9_2 py39-python-igraph-0.9.9_2: /usr/local/lib/python3.9/site-packages/python_igraph-0.9.9-py3.9.egg-info/PKG-INFO /usr/local/lib/python3.9/site-packages/python_igraph-0.9.9-py3.9.egg-info/SOURCES.txt /usr/local/lib/python3.9/site-packages/python_igraph-0.9.9-py3.9.egg-info/dependency_links.txt /usr/local/lib/python3.9/site-packages/python_igraph-0.9.9-py3.9.egg-info/requires.txt /usr/local/lib/python3.9/site-packages/python_igraph-0.9.9-py3.9.egg-info/top_level.txt /usr/local/share/licenses/py39-python-igraph-0.9.9_2/GPLv2 /usr/local/share/licenses/py39-python-igraph-0.9.9_2/LICENSE /usr/local/share/licenses/py39-python-igraph-0.9.9_2/catalog.mk
Is bug 267994 related, in any way? (math/igraph bug 269797 prevents me from testing math/py-python-igraph on 14.0-CURRENT.)
(In reply to Graham Perrin from comment #1) Probably not.
*** Bug 261468 has been marked as a duplicate of this bug. ***
Fixed.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=df6dd49864287f93136614aa967f7df02f5df9fa commit df6dd49864287f93136614aa967f7df02f5df9fa Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-03-27 15:02:03 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-03-27 21:54:45 +0000 math/py-python-igraph: Fix the problem that it didn't install anything The Python package was renamed into 'igraph', and when the source tarball is taken for 'igraph' it builds properly. PR: 269786 Approved by: portmgr (bugfix) math/py-python-igraph/Makefile | 11 ++++++----- math/py-python-igraph/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 8 deletions(-)