Sun Apr 21 07:29:19 2024 UTC (32d)
py-scikit-build-core: updated to 0.9.2

Version 0.9.2

Quick fix for quick fix in 0.9.1; if `cmake` is a broken script (which can
happen if you pip install outside an environment then enter an environment,
there was an unbound local error instead of ignoring the broken cmake script.

Fixes:

- Unbound local error

Version 0.9.1

Quick fix for Pyodide (WebAssembly) builds.

Fixes:

- Try `--version` if `-E capabilities` fails


(adam)
diff -r1.3 -r1.4 pkgsrc/devel/py-scikit-build-core/Makefile
diff -r1.3 -r1.4 pkgsrc/devel/py-scikit-build-core/distinfo

cvs diff -r1.3 -r1.4 pkgsrc/devel/py-scikit-build-core/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-scikit-build-core/Makefile 2024/04/19 19:38:48 1.3
+++ pkgsrc/devel/py-scikit-build-core/Makefile 2024/04/21 07:29:19 1.4
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.3 2024/04/19 19:38:48 adam Exp $ 1# $NetBSD: Makefile,v 1.4 2024/04/21 07:29:19 adam Exp $
2 2
3DISTNAME= scikit_build_core-0.9.0 3DISTNAME= scikit_build_core-0.9.2
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=s/scikit-build-core/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=s/scikit-build-core/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/scikit-build/scikit-build-core 9HOMEPAGE= https://github.com/scikit-build/scikit-build-core
10COMMENT= Build backend for CMake based projects 10COMMENT= Build backend for CMake based projects
11LICENSE= apache-2.0 11LICENSE= apache-2.0
12 12
13TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling 13TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
14TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs-[0-9]*:../../devel/py-hatch-vcs 14TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs-[0-9]*:../../devel/py-hatch-vcs
15DEPENDS+= ${PYPKGPREFIX}-packaging>=21.3:../../devel/py-packaging 15DEPENDS+= ${PYPKGPREFIX}-packaging>=21.3:../../devel/py-packaging
16DEPENDS+= ${PYPKGPREFIX}-pathspec>=0.10.1:../../devel/py-pathspec 16DEPENDS+= ${PYPKGPREFIX}-pathspec>=0.10.1:../../devel/py-pathspec

cvs diff -r1.3 -r1.4 pkgsrc/devel/py-scikit-build-core/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-scikit-build-core/distinfo 2024/04/19 19:38:48 1.3
+++ pkgsrc/devel/py-scikit-build-core/distinfo 2024/04/21 07:29:19 1.4
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.3 2024/04/19 19:38:48 adam Exp $ 1$NetBSD: distinfo,v 1.4 2024/04/21 07:29:19 adam Exp $
2 2
3BLAKE2s (scikit_build_core-0.9.0.tar.gz) = 9043042c6e79726999f8978595c591f08f60f5f97b0daf5d12ad8d72b37708c6 3BLAKE2s (scikit_build_core-0.9.2.tar.gz) = 1d989e8944369ca7868acb752dd834370cbf1e1dc746213a8c8cbe70007d1fe0
4SHA512 (scikit_build_core-0.9.0.tar.gz) = 6d8dbb902a37c7d75f4e0c6d237f0aff6e6bcf08d0757bcef5d854b62b1ba3c562065aff7e87f0860803d4e768d0f6b2c4e866ae992b4fa510f0bee8d516431e 4SHA512 (scikit_build_core-0.9.2.tar.gz) = c94cb9b109c994bedaba0e82de15caaf4fc4ae5c08375324aeb60f8d05911cc958a70c0430d35b23ad9792d39ab0312ff607b0587cd55eb4fe68ae4f28eed1d9
5Size (scikit_build_core-0.9.0.tar.gz) = 224820 bytes 5Size (scikit_build_core-0.9.2.tar.gz) = 225078 bytes