You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
920 B
Tcl
27 lines
920 B
Tcl
# -*- 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 machine’s 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
|