git: c3194bc220ca - main - databases/py-tarantool: Update to 1.0.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 May 2023 04:26:25 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c3194bc220ca9152a4fa12685220c03755882aea commit c3194bc220ca9152a4fa12685220c03755882aea Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-05-27 04:08:23 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-05-27 04:08:23 +0000 databases/py-tarantool: Update to 1.0.0 Changes: https://github.com/tarantool/tarantool-python/releases --- databases/py-tarantool/Makefile | 4 +--- databases/py-tarantool/distinfo | 6 +++--- databases/py-tarantool/files/patch-setup.py | 11 +++++++++++ 3 files changed, 15 insertions(+), 6 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+ diff --git a/databases/py-tarantool/distinfo b/databases/py-tarantool/distinfo index cde7e08099b6..2b7791d34a60 100644 --- a/databases/py-tarantool/distinfo +++ b/databases/py-tarantool/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1679498642 -SHA256 (tarantool-0.12.1.tar.gz) = 80370cb5de0e35572f9515f09d8fc616367162d858ec8aacd3b537820b695c0e -SIZE (tarantool-0.12.1.tar.gz) = 275618 +TIMESTAMP = 1684104372 +SHA256 (tarantool-1.0.0.tar.gz) = f2c4dcb407ca8f97382e000a091b232bed771809698e8147fb75570481bb76a2 +SIZE (tarantool-1.0.0.tar.gz) = 279006 diff --git a/databases/py-tarantool/files/patch-setup.py b/databases/py-tarantool/files/patch-setup.py new file mode 100644 index 000000000000..44f9fff13b33 --- /dev/null +++ b/databases/py-tarantool/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2023-04-17 11:03:59 UTC ++++ setup.py +@@ -112,7 +112,7 @@ setup( + command_options=command_options, + install_requires=get_dependencies('requirements.txt'), + setup_requires=[ +- 'setuptools_scm==6.4.2', ++ 'setuptools_scm>=6.4.2', + ], + python_requires='>=3.6', + )