pkgsrc/net/py-dpkt/Makefile
khorben fa7a853d88 py-dpkt: update to version 1.9.4
dpkt-1.9.3:
 - drop python 2.6 support
 - add python 3.7, 3.8 support
 - fix netbios name encoding and decoding
 - properly set type of last vlan tag to type of eth.data layer
 - fix QinQ vlan tag parsing with miscellaneous data
 - add explicit iter to dpkt.Packet so dict() maps the fields nicely
 - fix ipv6 packet so that it can be used for generating IPv6 data
 - handle zero Eth type
 - python 3 compatibility fixes

dpkt-1.9.0:
 - add support for Python 3.4, 3.5. Python 2.6 and 2.7 are still supported.
2020-09-29 02:40:24 +00:00

19 lines
527 B
Makefile

# $NetBSD: Makefile,v 1.14 2020/09/29 02:40:24 khorben Exp $
DISTNAME= dpkt-1.9.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_GITHUB:=kbandla/}
GITHUB_PROJECT= dpkt
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= pettai@NetBSD.org
HOMEPAGE= https://github.com/kbandla/dpkt
COMMENT= Python packet creation / parsing library
LICENSE= modified-bsd
USE_LANGUAGES= # none
# TODO: Migrate MASTER_SITES to MASTER_SITE_PYPI
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"