Date: Wed, 30 Oct 2013 21:35:28 +0000 (UTC) From: Veniamin Gvozdikov <vg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332178 - in head/databases: . py-tarantool Message-ID: <201310302135.r9ULZS28058105@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vg Date: Wed Oct 30 21:35:27 2013 New Revision: 332178 URL: http://svnweb.freebsd.org/changeset/ports/332178 Log: This package is a pure-python client library for Tarantool Database. WWW: https://github.com/mailru/tarantool-python WWW: https://pypi.python.org/pypi/tarantool PR: ports/183501 Submitted by: myself Approved by: eadler, osa, rm (mentors, implicit) Added: head/databases/py-tarantool/ head/databases/py-tarantool/Makefile (contents, props changed) head/databases/py-tarantool/distinfo (contents, props changed) head/databases/py-tarantool/pkg-descr (contents, props changed) head/databases/py-tarantool/pkg-plist (contents, props changed) Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Wed Oct 30 21:34:16 2013 (r332177) +++ head/databases/Makefile Wed Oct 30 21:35:27 2013 (r332178) @@ -785,6 +785,7 @@ SUBDIR += py-swift SUBDIR += py-swiftclient SUBDIR += py-sybase + SUBDIR += py-tarantool SUBDIR += py-umemcache SUBDIR += py-whisper SUBDIR += pydbdesigner Added: head/databases/py-tarantool/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/py-tarantool/Makefile Wed Oct 30 21:35:27 2013 (r332178) @@ -0,0 +1,19 @@ +# Created by: Veniamin Gvozdikov <vg@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= tarantool +PORTVERSION= 0.3.4 +CATEGORIES= databases python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= vg@FreeBSD.org +COMMENT= Client library for Tarantool Database + +LICENSE= BSD + +USE_PYTHON= yes +USE_PYDISTUTILS=yes +INSTALLS_EGGINFO=yes + +.include <bsd.port.mk> Added: head/databases/py-tarantool/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/py-tarantool/distinfo Wed Oct 30 21:35:27 2013 (r332178) @@ -0,0 +1,2 @@ +SHA256 (tarantool-0.3.4.tar.gz) = 30bfa162220bb7bcad333eddac0eb82f7db42d848bd65a84d029eb2f6b52b7a7 +SIZE (tarantool-0.3.4.tar.gz) = 17728 Added: head/databases/py-tarantool/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/py-tarantool/pkg-descr Wed Oct 30 21:35:27 2013 (r332178) @@ -0,0 +1,4 @@ +This package is a pure-python client library for Tarantool Database. + +WWW: https://github.com/mailru/tarantool-python +WWW: https://pypi.python.org/pypi/tarantool Added: head/databases/py-tarantool/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/py-tarantool/pkg-plist Wed Oct 30 21:35:27 2013 (r332178) @@ -0,0 +1,27 @@ +%%PYTHON_SITELIBDIR%%/tarantool/__init__.py +%%PYTHON_SITELIBDIR%%/tarantool/__init__.pyc +%%PYTHON_SITELIBDIR%%/tarantool/__init__.pyo +%%PYTHON_SITELIBDIR%%/tarantool/connection.py +%%PYTHON_SITELIBDIR%%/tarantool/connection.pyc +%%PYTHON_SITELIBDIR%%/tarantool/connection.pyo +%%PYTHON_SITELIBDIR%%/tarantool/const.py +%%PYTHON_SITELIBDIR%%/tarantool/const.pyc +%%PYTHON_SITELIBDIR%%/tarantool/const.pyo +%%PYTHON_SITELIBDIR%%/tarantool/error.py +%%PYTHON_SITELIBDIR%%/tarantool/error.pyc +%%PYTHON_SITELIBDIR%%/tarantool/error.pyo +%%PYTHON_SITELIBDIR%%/tarantool/request.py +%%PYTHON_SITELIBDIR%%/tarantool/request.pyc +%%PYTHON_SITELIBDIR%%/tarantool/request.pyo +%%PYTHON_SITELIBDIR%%/tarantool/response.py +%%PYTHON_SITELIBDIR%%/tarantool/response.pyc +%%PYTHON_SITELIBDIR%%/tarantool/response.pyo +%%PYTHON_SITELIBDIR%%/tarantool/schema.py +%%PYTHON_SITELIBDIR%%/tarantool/schema.pyc +%%PYTHON_SITELIBDIR%%/tarantool/schema.pyo +%%PYTHON_SITELIBDIR%%/tarantool/space.py +%%PYTHON_SITELIBDIR%%/tarantool/space.pyc +%%PYTHON_SITELIBDIR%%/tarantool/space.pyo +@dirrm %%PYTHON_SITELIBDIR%%/tarantool +@dirrmtry %%PYTHON_LIBDIR%%/site-packages +@dirrmtry %%PYTHON_LIBDIR%%
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310302135.r9ULZS28058105>