Date: Tue, 2 Jan 2024 06:11:38 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7586382bce54 - main - devel/py-scikit-build-core: update 0.7.0 =?utf-8?Q?=E2=86=92?= 0.7.1 Message-ID: <202401020611.4026BcuT056414@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=7586382bce5414b83fde7fb12beab3644f6ce3c5 commit 7586382bce5414b83fde7fb12beab3644f6ce3c5 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-01-02 05:44:47 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-01-02 06:11:33 +0000 devel/py-scikit-build-core: update 0.7.0 → 0.7.1 Reported by: portscout --- devel/py-scikit-build-core/Makefile | 7 +++++-- devel/py-scikit-build-core/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/devel/py-scikit-build-core/Makefile b/devel/py-scikit-build-core/Makefile index 00b312ecc56e..06c7a506035f 100644 --- a/devel/py-scikit-build-core/Makefile +++ b/devel/py-scikit-build-core/Makefile @@ -1,5 +1,5 @@ PORTNAME= scikit-build-core -DISTVERSION= 0.7.0 +DISTVERSION= 0.7.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,6 +22,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pathspec>=0.10.1:devel/py-pathspec@${PY_FLA TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}build>=0.1:devel/py-build@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cattrs>=22.2.0:devel/py-cattrs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pybind11>=0:devel/py-pybind11@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyproject-metadata>=0.5:devel/py-pyproject-metadata@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-subprocess>=1.5:devel/py-pytest-subprocess@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} py39_RUN_DEPENDS= \ @@ -32,7 +33,9 @@ py310_RUN_DEPENDS= \ ${PYTHON_PKGNAMEPREFIX}tomli>=1.1:textproc/py-tomli@${PY_FLAVOR} USES= python:3.9+ -USE_PYTHON= pep517 autoplist pytest # 4 tests fail, see https://github.com/scikit-build/scikit-build-core/issues/531 +USE_PYTHON= pep517 autoplist pytest +# 4 tests fail, see https://github.com/scikit-build/scikit-build-core/issues/531 +# tests fail to run, see https://github.com/scikit-build/scikit-build-core/issues/598 TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} diff --git a/devel/py-scikit-build-core/distinfo b/devel/py-scikit-build-core/distinfo index d2752a7e6416..57df9d2b151f 100644 --- a/devel/py-scikit-build-core/distinfo +++ b/devel/py-scikit-build-core/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1703294299 -SHA256 (scikit_build_core-0.7.0.tar.gz) = 85f7f2469c568c6ce35ab2fa52fe2d26a04e0de507d3a24c1abb728375657fd3 -SIZE (scikit_build_core-0.7.0.tar.gz) = 197884 +TIMESTAMP = 1704173348 +SHA256 (scikit_build_core-0.7.1.tar.gz) = 565f33e15f5aa4514248c508ce3ce40fb6f406f8c3983e891561757b1c9f78ab +SIZE (scikit_build_core-0.7.1.tar.gz) = 197949
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401020611.4026BcuT056414>