03754d8a24
1.40 Added "bytes_repr" option to serializer to serialize byte arrays into their Python bytes repr escaped form. (also added BytesNode to the parser where it directly deserializes into a byte array) This can be more convenient than having to deal with base-64 encoded bytes, but the serialized data is usually about twice as large and it is slower to process.
18 lines
445 B
Makefile
18 lines
445 B
Makefile
# $NetBSD: Makefile,v 1.11 2022/02/09 21:24:58 adam Exp $
|
|
|
|
DISTNAME= serpent-1.40
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=s/serpent/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/irmen/Serpent
|
|
COMMENT= Simple serialization library
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|