Bugs fixed * Unpacker doesn't increment refcount of ExtType hook. * Packer raises no exception for inputs doesn't fit to msgpack format. 0.4.1 Changes * fallback.Unpacker.feed() supports bytearray. Bugs fixed * Unpacker doesn't increment refcount of hooks. Hooks may be GCed while unpacking. * Unpacker may read unfilled internal buffer.
19 lines
524 B
Makefile
19 lines
524 B
Makefile
# $NetBSD: Makefile,v 1.10 2014/06/08 23:17:37 rodent Exp $
|
|
|
|
DISTNAME= msgpack-python-0.4.2
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-python-/-/}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://pypi.python.org/packages/source/m/msgpack-python/
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= http://msgpack.org/
|
|
COMMENT= MessagePack (de)serializer for Python
|
|
LICENSE= apache-2.0
|
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
EGG_NAME= ${DISTNAME:S/-/_/}
|
|
|
|
.include "../../devel/msgpack/buildlink3.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|