1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

MessagePack is a binary-based efficient data interchange format that is focused

on high performance.  It is like JSON, but very fast and small.

WWW: http://pypi.python.org/pypi/msgpack-python/

PR:		ports/159111
Submitted by:	Andrey Zonov <andrey@zonov.org>
This commit is contained in:
Pav Lucistnik 2011-08-08 20:11:36 +00:00
parent 63cc16e46f
commit 8949c974c4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279282
5 changed files with 37 additions and 0 deletions

View File

@ -2965,6 +2965,7 @@
SUBDIR += py-mongoengine
SUBDIR += py-mongokit
SUBDIR += py-mox
SUBDIR += py-msgpack
SUBDIR += py-mwlib
SUBDIR += py-mwlib.ext
SUBDIR += py-mwlib.rl

22
devel/py-msgpack/Makefile Normal file
View File

@ -0,0 +1,22 @@
# New ports collection makefile for: py-msgpack
# Date created: 11 July 2011
# Whom: Andrey Zonov <andrey@zonov.org>
#
# $FreeBSD$
#
PORTNAME= msgpack
PORTVERSION= 0.1.9
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= msgpack-python-${PORTVERSION}
MAINTAINER= andrey@zonov.org
COMMENT= MessagePack (de)serializer for Python
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= msgpack_python
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (msgpack-python-0.1.9.tar.gz) = 6956ae4c954dceddc5b46b6d426a2a2b81dc43b43bff611530ff03dc46159eaf
SIZE (msgpack-python-0.1.9.tar.gz) = 42638

View File

@ -0,0 +1,4 @@
MessagePack is a binary-based efficient data interchange format that is focused
on high performance. It is like JSON, but very fast and small.
WWW: http://pypi.python.org/pypi/msgpack-python/

View File

@ -0,0 +1,8 @@
%%PYTHON_SITELIBDIR%%/msgpack/_msgpack.so
%%PYTHON_SITELIBDIR%%/msgpack/__init__.py
%%PYTHON_SITELIBDIR%%/msgpack/__init__.pyc
%%PYTHON_SITELIBDIR%%/msgpack/__init__.pyo
%%PYTHON_SITELIBDIR%%/msgpack/__version__.py
%%PYTHON_SITELIBDIR%%/msgpack/__version__.pyo
%%PYTHON_SITELIBDIR%%/msgpack/__version__.pyc
@dirrm %%PYTHON_SITELIBDIR%%/msgpack