diff options
Diffstat (limited to 'databases/py-tarantool/Makefile')
-rw-r--r-- | databases/py-tarantool/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/py-tarantool/Makefile b/databases/py-tarantool/Makefile index 47002ae8255b..1c261d7578a8 100644 --- a/databases/py-tarantool/Makefile +++ b/databases/py-tarantool/Makefile @@ -1,6 +1,5 @@ PORTNAME= tarantool -PORTVERSION= 0.12.1 -PORTREVISION= 1 +PORTVERSION= 1.0.0 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +12,6 @@ LICENSE= BSD3CLAUSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=6.4.2:devel/py-setuptools_scm@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msgpack>=0:devel/py-msgpack@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pandas>=0,1:math/py-pandas@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>=0,1:devel/py-pytz@${PY_FLAVOR} USES= python:3.6+ |