pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-scikit-build-core



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Apr 21 07:29:19 UTC 2024

Modified Files:
        pkgsrc/devel/py-scikit-build-core: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-scikit-build-core/Makefile \
    pkgsrc/devel/py-scikit-build-core/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-scikit-build-core/Makefile
diff -u pkgsrc/devel/py-scikit-build-core/Makefile:1.3 pkgsrc/devel/py-scikit-build-core/Makefile:1.4
--- pkgsrc/devel/py-scikit-build-core/Makefile:1.3      Fri Apr 19 19:38:48 2024
+++ pkgsrc/devel/py-scikit-build-core/Makefile  Sun Apr 21 07:29:19 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2024/04/19 19:38:48 adam Exp $
+# $NetBSD: Makefile,v 1.4 2024/04/21 07:29:19 adam Exp $
 
-DISTNAME=      scikit_build_core-0.9.0
+DISTNAME=      scikit_build_core-0.9.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/scikit-build-core/}
Index: pkgsrc/devel/py-scikit-build-core/distinfo
diff -u pkgsrc/devel/py-scikit-build-core/distinfo:1.3 pkgsrc/devel/py-scikit-build-core/distinfo:1.4
--- pkgsrc/devel/py-scikit-build-core/distinfo:1.3      Fri Apr 19 19:38:48 2024
+++ pkgsrc/devel/py-scikit-build-core/distinfo  Sun Apr 21 07:29:19 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2024/04/19 19:38:48 adam Exp $
+$NetBSD: distinfo,v 1.4 2024/04/21 07:29:19 adam Exp $
 
-BLAKE2s (scikit_build_core-0.9.0.tar.gz) = 9043042c6e79726999f8978595c591f08f60f5f97b0daf5d12ad8d72b37708c6
-SHA512 (scikit_build_core-0.9.0.tar.gz) = 6d8dbb902a37c7d75f4e0c6d237f0aff6e6bcf08d0757bcef5d854b62b1ba3c562065aff7e87f0860803d4e768d0f6b2c4e866ae992b4fa510f0bee8d516431e
-Size (scikit_build_core-0.9.0.tar.gz) = 224820 bytes
+BLAKE2s (scikit_build_core-0.9.2.tar.gz) = 1d989e8944369ca7868acb752dd834370cbf1e1dc746213a8c8cbe70007d1fe0
+SHA512 (scikit_build_core-0.9.2.tar.gz) = c94cb9b109c994bedaba0e82de15caaf4fc4ae5c08375324aeb60f8d05911cc958a70c0430d35b23ad9792d39ab0312ff607b0587cd55eb4fe68ae4f28eed1d9
+Size (scikit_build_core-0.9.2.tar.gz) = 225078 bytes



Home | Main Index | Thread Index | Old Index