./net/py-ifaddr, Enumerates all IP addresses on all network adapters of the system

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.2.0, Package name: py310-ifaddr-0.2.0, Maintainer: ryoon

ifaddr is a small Python library that allows you to find all the
IP addresses of the computer.


Required to run:
[devel/py-setuptools] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 10.239 KB

Version history: (Expand)


CVS history: (Expand)


   2022-08-10 11:12:00 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-ifaddr: updated to 0.2.0

0.2.0

Added an option to include IP-less adapters, thanks to memory
Fixed a bug where an interface's name was bytes, not str, on Windows
Added an implementation of netifaces.interfaces() (available through \ 
ifaddr.netifaces.interfaces())
Added type hints

Backwards incompatible/breaking changes:

Dropped Python 3.6 support
   2022-01-14 12:49:45 by Thomas Klausner | Files touched by this commit (34)
Log message:
*: remove workaround patches for python 3.6
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 13:07:15 by Nia Alarie | Files touched by this commit (958)
Log message:
net: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Not committed (merge conflicts...):

net/radsecproxy/distinfo

The following distfiles could not be fetched (fetched conditionally?):

./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz
./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch
./net/djbdns/distinfo djbdns-1.05-test28.diff.xz
./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch
./net/djbdns/distinfo djbdns-1.05-multiip.diff
./net/djbdns/distinfo djbdns-cachestats.patch
   2021-10-07 16:43:07 by Nia Alarie | Files touched by this commit (962)
Log message:
net: Remove SHA1 hashes for distfiles
   2020-06-20 04:08:56 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(net/py-ifaddr) fix build for py3, Explicitly read file as UTF-8, tks joerg@
   2020-06-10 12:18:17 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-ifaddr: updated to 0.1.7

0.1.7
Fixed Python 3 compatibility in the examples
Exposed network interface indexes in Adapter.index
Added the license file to distributions on PyPI
Fixed Illumos/Solaris compatibility
Set up universal wheels, ifaddr will have both source and wheel distributions on \ 
PyPI from now on
   2019-12-31 11:02:07 by Makoto Fujiwara | Files touched by this commit (1)
Log message:
(net/py-ifaddr) revert wrong change on Makefile