Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Aug 2022 10:34:22 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 39d801cc7eae - main - devel/py-snakeviz: Update version requirement of RUN_DEPENDS
Message-ID:  <202208271034.27RAYMhG054601@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=39d801cc7eae4791df7f365004e9e5d5d8956d33

commit 39d801cc7eae4791df7f365004e9e5d5d8956d33
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-08-27 10:26:52 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-08-27 10:26:52 +0000

    devel/py-snakeviz: Update version requirement of RUN_DEPENDS
    
    from setup.py:
        install_requires=['tornado>=2.0'],
    
    Approved by:    portmgr (blanket)
    With hat:       python
---
 devel/py-snakeviz/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devel/py-snakeviz/Makefile b/devel/py-snakeviz/Makefile
index aa5a8131cdf2..6f1c6a4e17f3 100644
--- a/devel/py-snakeviz/Makefile
+++ b/devel/py-snakeviz/Makefile
@@ -10,10 +10,11 @@ COMMENT=	Web-based viewer for Python profiler output
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tornado>0:www/py-tornado@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tornado>=2.0:www/py-tornado@${PY_FLAVOR}
 
 USES=		python:3.6+
 USE_PYTHON=	autoplist distutils
+
 NO_ARCH=	yes
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208271034.27RAYMhG054601>