summaryrefslogtreecommitdiff
path: root/databases/py-tarantool
diff options
context:
space:
mode:
Diffstat (limited to 'databases/py-tarantool')
-rw-r--r--databases/py-tarantool/Makefile4
-rw-r--r--databases/py-tarantool/distinfo6
-rw-r--r--databases/py-tarantool/files/patch-setup.py10
-rw-r--r--databases/py-tarantool/pkg-descr1
4 files changed, 5 insertions, 16 deletions
diff --git a/databases/py-tarantool/Makefile b/databases/py-tarantool/Makefile
index d33a8eb84247..f0154ed154cc 100644
--- a/databases/py-tarantool/Makefile
+++ b/databases/py-tarantool/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= tarantool
-PORTVERSION= 0.6.6
+PORTVERSION= 0.7.1
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,7 @@ COMMENT= Client library for Tarantool Database
LICENSE= BSD3CLAUSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msgpack>=0.4:devel/py-msgpack@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msgpack>=0.4.0:devel/py-msgpack@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
diff --git a/databases/py-tarantool/distinfo b/databases/py-tarantool/distinfo
index ce91d0cb8026..cdcdcc9a35ff 100644
--- a/databases/py-tarantool/distinfo
+++ b/databases/py-tarantool/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1560604465
-SHA256 (tarantool-0.6.6.tar.gz) = 6fc644958ce2aa688aadb1d0eda3d4782c3f71a028246ea910efcdb824ef04ad
-SIZE (tarantool-0.6.6.tar.gz) = 57246
+TIMESTAMP = 1611856542
+SHA256 (tarantool-0.7.1.tar.gz) = a4bf212e86c5f43dcb6baf89487f0db478a45e2c5a1b16926fbbc0e9aa6eae22
+SIZE (tarantool-0.7.1.tar.gz) = 65930
diff --git a/databases/py-tarantool/files/patch-setup.py b/databases/py-tarantool/files/patch-setup.py
deleted file mode 100644
index dc3a6f42aedd..000000000000
--- a/databases/py-tarantool/files/patch-setup.py
+++ /dev/null
@@ -1,10 +0,0 @@
---- setup.py.orig 2018-10-25 00:05:26 UTC
-+++ setup.py
-@@ -82,6 +82,6 @@ setup(
- cmdclass=cmdclass,
- command_options=command_options,
- install_requires=[
-- 'msgpack-python>=0.4',
-+ 'msgpack>=0.4',
- ]
- )
diff --git a/databases/py-tarantool/pkg-descr b/databases/py-tarantool/pkg-descr
index b3fa19ba5d1e..f9723553df1d 100644
--- a/databases/py-tarantool/pkg-descr
+++ b/databases/py-tarantool/pkg-descr
@@ -1,4 +1,3 @@
This package is a pure-python client library for Tarantool Database.
-WWW: https://pypi.org/project/tarantool/
WWW: https://github.com/tarantool/tarantool-python