7fdd32d755
1.0.2: Bug fixes
22 lines
567 B
Makefile
22 lines
567 B
Makefile
# $NetBSD: Makefile,v 1.26 2021/01/04 16:38:52 adam Exp $
|
|
|
|
DISTNAME= msgpack-1.0.2
|
|
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++
|
|
|
|
do-test:
|
|
cd ${WRKSRC} && pytest-${PYVERSSUFFIX} test
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../lang/python/versioned_dependencies.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|