Date: Tue, 8 May 2018 19:36:16 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469394 - in head/devel: . py-u-msgpack-python Message-ID: <201805081936.w48JaGSL007882@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue May 8 19:36:16 2018 New Revision: 469394 URL: https://svnweb.freebsd.org/changeset/ports/469394 Log: Add py-u-msgpack-python 2.5.0 u-msgpack-python is a lightweight MessagePack serializer and deserializer module written in pure Python, compatible with both Python 2 and Python 3, as well as CPython and PyPy implementations of Python. u-msgpack-python is fully compliant with the latest MessagePack specification. In particular, it supports the new binary, UTF-8 string, application-defined ext, and timestamp types. WWW: https://pypi.org/project/u-msgpack-python/ WWW: https://github.com/vsergeev/u-msgpack-python Added: head/devel/py-u-msgpack-python/ head/devel/py-u-msgpack-python/Makefile (contents, props changed) head/devel/py-u-msgpack-python/distinfo (contents, props changed) head/devel/py-u-msgpack-python/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue May 8 19:35:39 2018 (r469393) +++ head/devel/Makefile Tue May 8 19:36:16 2018 (r469394) @@ -5053,6 +5053,7 @@ SUBDIR += py-typed-ast SUBDIR += py-typing SUBDIR += py-tzlocal + SUBDIR += py-u-msgpack-python SUBDIR += py-ua_parser SUBDIR += py-ujson SUBDIR += py-uncompyle2 Added: head/devel/py-u-msgpack-python/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-u-msgpack-python/Makefile Tue May 8 19:36:16 2018 (r469394) @@ -0,0 +1,20 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= u-msgpack-python +PORTVERSION= 2.5.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Portable, lightweight MessagePack (de)serializer + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +NO_ARCH= yes +USE_PYTHON= autoplist concurrent distutils +USES= python + +.include <bsd.port.mk> Added: head/devel/py-u-msgpack-python/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-u-msgpack-python/distinfo Tue May 8 19:36:16 2018 (r469394) @@ -0,0 +1,3 @@ +TIMESTAMP = 1523534361 +SHA256 (u-msgpack-python-2.5.0.tar.gz) = 7ff18ae3721fa75571f9329c08f7c0120416a6ae36194bd8674f65b3b78d0702 +SIZE (u-msgpack-python-2.5.0.tar.gz) = 16012 Added: head/devel/py-u-msgpack-python/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-u-msgpack-python/pkg-descr Tue May 8 19:36:16 2018 (r469394) @@ -0,0 +1,8 @@ +u-msgpack-python is a lightweight MessagePack serializer and deserializer module +written in pure Python, compatible with both Python 2 and Python 3, as well as +CPython and PyPy implementations of Python. u-msgpack-python is fully compliant +with the latest MessagePack specification. In particular, it supports the new +binary, UTF-8 string, application-defined ext, and timestamp types. + +WWW: https://pypi.org/project/u-msgpack-python/ +WWW: https://github.com/vsergeev/u-msgpack-python
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805081936.w48JaGSL007882>