pkgsrc/net/py-ifaddr/Makefile
adam 0aa5c0143a 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-08-10 09:12:00 +00:00

18 lines
471 B
Makefile

# $NetBSD: Makefile,v 1.6 2022/08/10 09:12:00 adam Exp $
DISTNAME= ifaddr-0.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=i/ifaddr/}
MAINTAINER= ryoon@NetBSD.org
HOMEPAGE= https://github.com/pydron/ifaddr
COMMENT= Enumerates all IP addresses on all network adapters of the system
LICENSE= mit
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"