[Bug 252381] math/py-python-igraph: upgrade to 0.8.3

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jan 3 10:30:53 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252381

            Bug ID: 252381
           Summary: math/py-python-igraph: upgrade to 0.8.3
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: lwhsu at FreeBSD.org
          Reporter: thierry at FreeBSD.org
          Assignee: lwhsu at FreeBSD.org
             Flags: maintainer-feedback?(lwhsu at FreeBSD.org)

Created attachment 221239
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=221239&action=edit
Patch to upgrade math/py-python-igraph to 0.8.3

Release notes at <https://github.com/igraph/python-igraph/releases/tag/0.8.3>.

The attached patch:

- Upgrade to 0.8.3
- Update WWW: URL
- Set LIB_DEPENDS for math/igraph
- Depends on py-cairocffi
- Let it find an image viewer for FreeBSD
        Without that, you cannot run code like:
>>> import igraph as ig
>>> g = ig.Graph.Famous("petersen")
>>> ig.plot(g)

- Add a plist
- Add a test target.

Note: in the tarball downloaded from CHEESESHOP there is no doc, but if we
download from GitHub, it contains a directory doc, and I have a patch to
optionnally build it (with sphinx) if you prefer.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list