Files
2025-10-28 21:50:33 -04:00

27 lines
920 B
Tcl
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup python 1.0
PortGroup deprecated 1.0
name py-netifaces
version 0.11.0
revision 0
maintainers {ryandesign @ryandesign} openmaintainer
license MIT
description an easy way to get the address(es) of the machines network interfaces from Python
long_description {*}${description}
homepage https://alastairs-place.net/projects/netifaces/
checksums rmd160 40b7990e7ea06f6c03d5626519c4164de60da92e \
sha256 043a79146eb2907edf439899f262b3dfe41717d34124298ed281139a8b93ca32 \
size 30106
# See https://github.com/al45tair/netifaces/issues/78
deprecated.upstream_support no
python.versions 310 311