mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
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)
This commit is contained in:
parent
22d8f82a0e
commit
bc03daf89d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332178
@ -785,6 +785,7 @@
|
|||||||
SUBDIR += py-swift
|
SUBDIR += py-swift
|
||||||
SUBDIR += py-swiftclient
|
SUBDIR += py-swiftclient
|
||||||
SUBDIR += py-sybase
|
SUBDIR += py-sybase
|
||||||
|
SUBDIR += py-tarantool
|
||||||
SUBDIR += py-umemcache
|
SUBDIR += py-umemcache
|
||||||
SUBDIR += py-whisper
|
SUBDIR += py-whisper
|
||||||
SUBDIR += pydbdesigner
|
SUBDIR += pydbdesigner
|
||||||
|
19
databases/py-tarantool/Makefile
Normal file
19
databases/py-tarantool/Makefile
Normal file
@ -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>
|
2
databases/py-tarantool/distinfo
Normal file
2
databases/py-tarantool/distinfo
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
SHA256 (tarantool-0.3.4.tar.gz) = 30bfa162220bb7bcad333eddac0eb82f7db42d848bd65a84d029eb2f6b52b7a7
|
||||||
|
SIZE (tarantool-0.3.4.tar.gz) = 17728
|
4
databases/py-tarantool/pkg-descr
Normal file
4
databases/py-tarantool/pkg-descr
Normal file
@ -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
|
27
databases/py-tarantool/pkg-plist
Normal file
27
databases/py-tarantool/pkg-plist
Normal file
@ -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%%
|
Loading…
Reference in New Issue
Block a user