diff options
Diffstat (limited to 'devel/py-optree/Makefile')
-rw-r--r-- | devel/py-optree/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-optree/Makefile b/devel/py-optree/Makefile index ecb329492d8a..d5e04ecf10de 100644 --- a/devel/py-optree/Makefile +++ b/devel/py-optree/Makefile @@ -1,5 +1,5 @@ PORTNAME= optree -PORTVERSION= 0.15.0 +PORTVERSION= 0.17.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pybind11>=2.12:devel/py-pybind11@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.5.0:devel/py-typing-extensions@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.6.0:devel/py-typing-extensions@${PY_FLAVOR} USES= cmake:indirect compiler:c++20-lang python USE_PYTHON= autoplist concurrent pep517 |