Bug 273168 - math/py-igraph: Update to 0.10.6
Summary: math/py-igraph: Update to 0.10.6
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: Daniel Engberg
URL:
Keywords:
Depends on: 273117
Blocks:
  Show dependency treegraph
 
Reported: 2023-08-16 22:24 UTC by Daniel Engberg
Modified: 2023-08-30 19:20 UTC (History)
1 user (show)

See Also:
lwhsu: maintainer-feedback+


Attachments
Patch for py-igraph (3.24 KB, patch)
2023-08-16 22:24 UTC, Daniel Engberg
lwhsu: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Engberg freebsd_committer freebsd_triage 2023-08-16 22:24:10 UTC
Created attachment 244156 [details]
Patch for py-igraph

* Switch to DISTVERSION
* Always use Flex from ports
* Use available dependencies in tree instead of vendored, this is also consistent with math/igraph

Compile tested on FreeBSD 13.2-RELEASE (amd64) (make, make check-plist)
Poudriere testport OK 12.4-RELEASE (amd64)
Poudriere testport OK 13.2-RELEASE (amd64)

Compile tested on FreeBSD 13.2-RELEASE (amd64) (make, make check-plist)
Poudriere testport OK 12.4-RELEASE (amd64)
Poudriere testport OK 13.2-RELEASE (amd64)
Comment 1 Li-Wen Hsu freebsd_committer freebsd_triage 2023-08-16 22:26:13 UTC
Thanks! Was trying to work on this but haven't completed.
Comment 2 Daniel Engberg freebsd_committer freebsd_triage 2023-08-16 23:03:13 UTC
Upstream shares the same filename as math/igraph however tarballs are not the same so we need to put one into a subdir to avoid clashing.
Comment 3 commit-hook freebsd_committer freebsd_triage 2023-08-30 19:19:39 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5793cc4d68a34d1d90ecda4f35a5416e6c837579

commit 5793cc4d68a34d1d90ecda4f35a5416e6c837579
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-08-30 03:29:19 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2023-08-30 19:18:32 +0000

    math/py-igraph: Update to 0.10.6

    * Switch to DISTVERSION
    * Always use Flex from ports
    * Use available dependencies in tree instead of vendored
      This is also consistent with math/igraph

    Changelog:
    https://github.com/igraph/python-igraph/releases/tag/0.10.6

    PR:             273168
    Reviewed by:    lwhsu (maintainer)
    Sponsored by:   Blinkinblox

 math/py-igraph/Makefile                   | 20 ++++++++++++++++----
 math/py-igraph/distinfo                   |  6 +++---
 math/py-igraph/files/patch-setup.py (new) | 24 ++++++++++++++++++++++++
 3 files changed, 43 insertions(+), 7 deletions(-)
Comment 4 Daniel Engberg freebsd_committer freebsd_triage 2023-08-30 19:20:38 UTC
Committed, thanks