Bug 269786 - math/py-python-igraph: Package doesn't install anything
Summary: math/py-python-igraph: Package doesn't install anything
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Yuri Victorovich
URL: https://github.com/igraph/python-igra...
Keywords:
: 261468 (view as bug list)
Depends on:
Blocks:
 
Reported: 2023-02-23 19:50 UTC by Yuri Victorovich
Modified: 2023-03-27 21:55 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri Victorovich freebsd_committer freebsd_triage 2023-02-23 19:50:07 UTC
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
Comment 1 Graham Perrin freebsd_committer freebsd_triage 2023-02-24 06:47:51 UTC
Is bug 267994 related, in any way?

(math/igraph bug 269797 prevents me from testing math/py-python-igraph on 14.0-CURRENT.)
Comment 2 Yuri Victorovich freebsd_committer freebsd_triage 2023-03-27 21:18:37 UTC
(In reply to Graham Perrin from comment #1)

Probably not.
Comment 3 Yuri Victorovich freebsd_committer freebsd_triage 2023-03-27 21:52:05 UTC
*** Bug 261468 has been marked as a duplicate of this bug. ***
Comment 4 Yuri Victorovich freebsd_committer freebsd_triage 2023-03-27 21:54:50 UTC
Fixed.
Comment 5 commit-hook freebsd_committer freebsd_triage 2023-03-27 21:55:24 UTC
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(-)