Bug 280001

Summary: [NEW-PORT] net/py-netifaces-plus: Getting network addresses from Python (fork of py-netifaces)
Product: Ports & Packages Reporter: Xavier Beaudouin <kiwi>
Component: Individual Port(s)Assignee: Mateusz Piotrowski <0mp>
Status: Closed FIXED    
Severity: Affects Only Me CC: 0mp
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
py-netifaces-plus git diff none

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.