pkgsrc/net/py-netifaces/Makefile
adam 8421919bb1 py-netifaces: updated to 0.11.0
Version 0.11.0

* Added notice about needing a new maintainer.
* Fixed link to Travis CI.
* Added test.py to the source distribution.
* Fixed netmask calculation for IPv6.
* Fixes to gateway detection in some edge cases.
* Build CPython 2.7 wheels for 64-bit Windows (yes, you should be
  using Python 3 now, but still).
2021-06-01 05:10:05 +00:00

14 lines
411 B
Makefile

# $NetBSD: Makefile,v 1.12 2021/06/01 05:10:05 adam Exp $
DISTNAME= netifaces-0.11.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=n/netifaces/}
MAINTAINER= ryoon@NetBSD.org
HOMEPAGE= https://github.com/al45tair/netifaces
COMMENT= Portable access to network interfaces from Python
LICENSE= mit
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"