head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2023.03.24.07.10.38;	author wiz;	state dead;
branches;
next	1.1;
commitid	dPm4X98QB3HGvliE;

1.1
date	2023.03.09.06.51.21;	author wiz;	state Exp;
branches;
next	;
commitid	jso51SbdrMk2TpgE;


desc
@@


1.2
log
@py-msgpack104: remove

py-borgbackup accepts py-msgpack again
@
text
@# $NetBSD: Makefile,v 1.1 2023/03/09 06:51:21 wiz Exp $

DISTNAME=	msgpack-1.0.4
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
CATEGORIES=	devel python
MASTER_SITES=	${MASTER_SITE_PYPI:=m/msgpack/}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://msgpack.org/
COMMENT=	MessagePack (de)serializer for Python
LICENSE=	apache-2.0

PYTHON_VERSIONED_DEPENDENCIES=	test:test

USE_LANGUAGES=	c c++

DISTUTILS_BUILDDIR_IN_TEST_ENV=		yes

do-test:
	cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} test

.include "../../lang/python/egg.mk"
.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"
@


1.1
log
@devel/py-msgpack104: import py-msgpack-1.0.4

MessagePack (de)serializer for Python.

MessagePack is a binary-based efficient data interchange format that is
focused on high performance. It is like JSON, but very fast and small.

This is the old 1.0.4 release for use by py-borgbackup.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.30 2023/03/09 05:32:11 adam Exp $
@

