head	1.3;
access;
symbols
	pkgsrc-2026Q1:1.3.0.8
	pkgsrc-2026Q1-base:1.3
	pkgsrc-2025Q4:1.3.0.6
	pkgsrc-2025Q4-base:1.3
	pkgsrc-2025Q3:1.3.0.4
	pkgsrc-2025Q3-base:1.3
	pkgsrc-2025Q2:1.3.0.2
	pkgsrc-2025Q2-base:1.3
	pkgsrc-2025Q1:1.2.0.4
	pkgsrc-2025Q1-base:1.2
	pkgsrc-2024Q4:1.2.0.2
	pkgsrc-2024Q4-base:1.2
	pkgsrc-2024Q3:1.1.0.4
	pkgsrc-2024Q3-base:1.1
	pkgsrc-2024Q2:1.1.0.2
	pkgsrc-2024Q2-base:1.1;
locks; strict;
comment	@# @;


1.3
date	2025.04.12.21.37.06;	author adam;	state Exp;
branches;
next	1.2;
commitid	IJnVw0oumzhkcOQF;

1.2
date	2024.11.11.07.28.29;	author wiz;	state Exp;
branches;
next	1.1;
commitid	1fBDq3LwS98NncxF;

1.1
date	2024.04.30.08.55.30;	author wiz;	state Exp;
branches;
next	;
commitid	5Y3Io0GCDHVA898F;


desc
@@


1.3
log
@Fix PLIST after py-setuptools update; bump depends and revision
@
text
@# $NetBSD: Makefile,v 1.2 2024/11/11 07:28:29 wiz Exp $

DISTNAME=	u-msgpack-python-2.8.0
PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/-python//}
PKGREVISION=	1
CATEGORIES=	devel python
MASTER_SITES=	${MASTER_SITE_PYPI:=u/u-msgpack-python/}

MAINTAINER=	kamelderouiche@@yahoo.com
HOMEPAGE=	https://github.com/vsergeev/u-msgpack-python
COMMENT=	MessagePack serializer and deserializer written in pure Python
LICENSE=	mit

TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools

USE_LANGUAGES=	# none

.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
@


1.2
log
@py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2024/04/30 08:55:30 wiz Exp $
d5 1
d14 1
a14 1
TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
a17 2
PYTHON_VERSIONS_INCOMPATIBLE=	27

@


1.1
log
@devel/py-u-msgpack: import py-u-msgpack-2.8.0

Packaged for wip by K.I.A.Derouiche and myself.

u-msgpack-python is a lightweight serializer and deserializer
module written in pure Python, compatible with both Python 2
and 3, as well CPython and PyPy implementations of Python.
u-msgpack-python is fully compliant with the latest.
In particular, it supports the new binary, UTF-8 string,
application-defined ext, and timestamp types.
@
text
@d1 1
a1 1
# $NetBSD$
a13 1
TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
@

