Date: Mon, 31 Oct 2022 17:43:46 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: b5ab5487c377 - main - shells/starship: Remove BROKEN lines Message-ID: <202210311743.29VHhkWU045738@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=b5ab5487c37706fcb7b89745fa0a4df225d6855c commit b5ab5487c37706fcb7b89745fa0a4df225d6855c Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-10-31 14:41:33 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-10-31 17:43:43 +0000 shells/starship: Remove BROKEN lines It doesn't use sys-info-0.9.1 crate anymore. PR: 267475 Reported by: eduardo@ --- devel/py-scikit-build/Makefile | 11 ++++------- devel/py-scikit-build/distinfo | 6 +++--- shells/starship/Makefile | 3 --- 3 files changed, 7 insertions(+), 13 deletions(-) diff --git a/devel/py-scikit-build/Makefile b/devel/py-scikit-build/Makefile index 0b79efe97d84..430a95ae9253 100644 --- a/devel/py-scikit-build/Makefile +++ b/devel/py-scikit-build/Makefile @@ -1,5 +1,5 @@ PORTNAME= scikit-build -DISTVERSION= 0.16.1 +DISTVERSION= 0.15.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,13 +14,10 @@ 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.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} + ${PYTHON_PKGNAMEPREFIX}wheel>=0.29.0:devel/py-wheel@${PY_FLAVOR} -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 +USES= python:3.6+ +USE_PYTHON= distutils autoplist NO_ARCH= yes diff --git a/devel/py-scikit-build/distinfo b/devel/py-scikit-build/distinfo index e6bd1fefa529..d8017f3685f1 100644 --- a/devel/py-scikit-build/distinfo +++ b/devel/py-scikit-build/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1667157592 -SHA256 (scikit-build-0.16.1.tar.gz) = 9b87dcac5cfd884ccfe313e66a1feea596075a99d370d20488314ae5d19296db -SIZE (scikit-build-0.16.1.tar.gz) = 269763 +TIMESTAMP = 1664074347 +SHA256 (scikit-build-0.15.0.tar.gz) = e723cd0f3489a042370b9ea988bbb9cfd7725e8b25b20ca1c7981821fcf65fb9 +SIZE (scikit-build-0.15.0.tar.gz) = 268691 diff --git a/shells/starship/Makefile b/shells/starship/Makefile index b9dfc893cc57..ae1a274e8d4c 100644 --- a/shells/starship/Makefile +++ b/shells/starship/Makefile @@ -12,9 +12,6 @@ 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210311743.29VHhkWU045738>