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


1.1
date	2026.05.31.12.15.31;	author yurix;	state Exp;
branches;
next	;
commitid	5CXErwnPNnM8MXHG;


desc
@@


1.1
log
@py-erlpack: add version 1.0.1

Erlpack is a encoder and decoder for data in the erlang term format for python.
@
text
@# $NetBSD$

DISTNAME=	erlpack-1.0.1
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
CATEGORIES=	converters
MASTER_SITES=	${MASTER_SITE_PYPI:=e/erlpack/}

MAINTAINER=	yurix@@NetBSD.org
HOMEPAGE=	https://github.com/discord/erlpack
COMMENT=	Erlang Term Format encoder/decoder for Python
LICENSE=	apache-2.0

USE_LANGUAGES+=	c++

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