git: 8b4c60159f03 - main - Revert "shells/starship: Remove BROKEN lines"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 31 Oct 2022 19:54:01 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=8b4c60159f03190b56e88314a4d192aec63a36d7 commit 8b4c60159f03190b56e88314a4d192aec63a36d7 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-10-31 19:52:45 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-10-31 19:53:34 +0000 Revert "shells/starship: Remove BROKEN lines" This reverts commit b5ab5487c37706fcb7b89745fa0a4df225d6855c. --- devel/py-scikit-build/Makefile | 11 +++++++---- devel/py-scikit-build/distinfo | 6 +++--- shells/starship/Makefile | 3 +++ 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/devel/py-scikit-build/Makefile b/devel/py-scikit-build/Makefile index 430a95ae9253..0b79efe97d84 100644 --- a/devel/py-scikit-build/Makefile +++ b/devel/py-scikit-build/Makefile @@ -1,5 +1,5 @@ PORTNAME= scikit-build -DISTVERSION= 0.15.0 +DISTVERSION= 0.16.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,10 +14,13 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}distro>0:sysutils/py-distro@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wheel>=0.29.0:devel/py-wheel@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}wheel>=0.32.0:devel/py-wheel@${PY_FLAVOR} +TEST_DEPENDS= cmake:devel/cmake-core \ + ${PYTHON_PKGNAMEPREFIX}build>=0.7:devel/py-build@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}path.py>=11.5.0:devel/py-path.py@${PY_FLAVOR} -USES= python:3.6+ -USE_PYTHON= distutils autoplist +USES= python:3.8+ +USE_PYTHON= distutils autoplist pytest # 19 tests are known to fail, see https://github.com/scikit-build/scikit-build/issues/791 NO_ARCH= yes diff --git a/devel/py-scikit-build/distinfo b/devel/py-scikit-build/distinfo index d8017f3685f1..e6bd1fefa529 100644 --- a/devel/py-scikit-build/distinfo +++ b/devel/py-scikit-build/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1664074347 -SHA256 (scikit-build-0.15.0.tar.gz) = e723cd0f3489a042370b9ea988bbb9cfd7725e8b25b20ca1c7981821fcf65fb9 -SIZE (scikit-build-0.15.0.tar.gz) = 268691 +TIMESTAMP = 1667157592 +SHA256 (scikit-build-0.16.1.tar.gz) = 9b87dcac5cfd884ccfe313e66a1feea596075a99d370d20488314ae5d19296db +SIZE (scikit-build-0.16.1.tar.gz) = 269763 diff --git a/shells/starship/Makefile b/shells/starship/Makefile index ae1a274e8d4c..b9dfc893cc57 100644 --- a/shells/starship/Makefile +++ b/shells/starship/Makefile @@ -12,6 +12,9 @@ WWW= https://starship.rs/ LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_i386= conflicting types for 'get_cpu_speed' in the sys-info-rs crate, see https://github.com/FillZpp/sys-info-rs/issues/80 +BROKEN_powerpc= conflicting types for 'get_cpu_speed' in the sys-info-rs crate, see https://github.com/FillZpp/sys-info-rs/issues/80 + LIB_DEPENDS= libgit2.so:devel/libgit2 \ libssh2.so:security/libssh2