Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Oct 2024 14:41: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: 7423a277fc38 - main - devel/py-mypy: Add FASTER_CACHE option
Message-ID:  <202410291441.49TEfMFO064252@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=7423a277fc38a5fbc5119f7ab79d0e70e0604925

commit 7423a277fc38a5fbc5119f7ab79d0e70e0604925
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-10-29 14:19:20 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-10-29 14:38:35 +0000

    devel/py-mypy: Add FASTER_CACHE option
    
    - Bump PORTREVISION for dependency change
---
 devel/py-mypy/Makefile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/devel/py-mypy/Makefile b/devel/py-mypy/Makefile
index f0fcff7c74d2..c58b32dd0858 100644
--- a/devel/py-mypy/Makefile
+++ b/devel/py-mypy/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	mypy
 PORTVERSION=	1.13.0
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -39,13 +40,15 @@ USE_PYTHON=	autoplist concurrent pep517 pytest
 NO_ARCH=	yes
 PYTEST_BROKEN_TESTS=	test_c_unit_test	# https://github.com/python/mypy/issues/12634
 
-OPTIONS_DEFINE=	DMYPY MYPYC REPORTS
-OPTIONS_DEFAULT=DMYPY MYPYC REPORTS
+OPTIONS_DEFINE=	DMYPY FASTER_CACHE MYPYC REPORTS
+OPTIONS_DEFAULT=DMYPY FASTER_CACHE MYPYC REPORTS
 DMYPY_DESC=	Daemon mode
+FASTER_CACHE_DESC=	Faster cache support
 MYPYC_DESC=	Mypypc support
 REPORTS_DESC=	Coverage reports
 
 DMYPY_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}psutil>=4.0:sysutils/py-psutil@${PY_FLAVOR}
+FASTER_CACHE_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}orjson>=0:devel/py-orjson@${PY_FLAVOR}
 MYPYC_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=50:devel/py-setuptools@${PY_FLAVOR}
 REPORTS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR}
 



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