Bug 280001 - [NEW-PORT] net/py-netifaces-plus: Getting network addresses from Python (fork of py-netifaces)
Summary: [NEW-PORT] net/py-netifaces-plus: Getting network addresses from Python (fork...
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: Mateusz Piotrowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-26 09:46 UTC by Xavier Beaudouin
Modified: 2024-07-25 11:21 UTC (History)
1 user (show)

See Also:


Attachments
py-netifaces-plus git diff (2.55 KB, patch)
2024-06-26 09:48 UTC, Xavier Beaudouin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Xavier Beaudouin 2024-06-26 09:46:08 UTC

    
Comment 1 Xavier Beaudouin 2024-06-26 09:48:42 UTC
Created attachment 251706 [details]
py-netifaces-plus git diff

This port is a fork of py-netifaces. The project now has no maintainers, so there is a new project that is completly the same idea.

Tested on FreeBSD 14.1 with poudiere as well, portfmt and portlink has been used.
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-07-24 16:53:18 UTC
A commit in branch main references this bug:

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

commit c9089318d55702f926d4625ac5705160de06d9ca
Author:     Xavier Beaudouin <kiwi@oav.net>
AuthorDate: 2024-06-26 09:43:16 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2024-07-24 16:51:56 +0000

    net/py-netifaces-plus: Portable network interface information

    PR:             280001
    Sponsored by:   Klara, Inc.
    Co-authored-by: Mateusz Piotrowski <0mp@FreeBSD.org>

 net/Makefile                          |  1 +
 net/py-netifaces-plus/Makefile (new)  | 25 +++++++++++++++++++++++++
 net/py-netifaces-plus/distinfo (new)  |  3 +++
 net/py-netifaces-plus/pkg-descr (new) |  4 ++++
 4 files changed, 33 insertions(+)
Comment 3 Mateusz Piotrowski freebsd_committer freebsd_triage 2024-07-25 11:21:35 UTC
The port has landed. Thanks for the patch. I modified it before committing to fix some issues.