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:           Tue Apr 30 03:53:36 UTC 2024

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

Log Message:
py-scikit-build-core: updated to 0.9.3

0.9.3

This version ensures the Hatchling plugin correctly indicates editable mode is
not yet supported, supports `CMAKE_ARGS` that have spaces, and has a bit of
other minor cleanup.

Fixes:

- Properly indicate lack of editable support in Hatch plugin
- Don't generate `entrypoints.txt` if none set
- Don't warn if lib not found on UNIX, just debug
- Support `CMAKE_ARGS` that may have spaces inside quotes

Docs:

- Add FAQ entry on repairing wheels

CI and testing:

- Use `macos-13` and `macos-14` explicitly
- `macos-latest` is changing to `macos-14` ARM runners


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 pkgsrc/devel/py-scikit-build-core/Makefile:1.5
--- pkgsrc/devel/py-scikit-build-core/Makefile:1.4      Sun Apr 21 07:29:19 2024
+++ pkgsrc/devel/py-scikit-build-core/Makefile  Tue Apr 30 03:53:36 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2024/04/21 07:29:19 adam Exp $
+# $NetBSD: Makefile,v 1.5 2024/04/30 03:53:36 adam Exp $
 
-DISTNAME=      scikit_build_core-0.9.2
+DISTNAME=      scikit_build_core-0.9.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/scikit-build-core/}
@@ -28,9 +28,6 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-wheel>=0.4
 # only needed for tests
 USE_LANGUAGES= c c++
 
-# test status as of 0.8.1
-# 183 passed, 54 skipped, 3 xfailed, 42 errors
-
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../lang/python/pyversion.mk"
Index: pkgsrc/devel/py-scikit-build-core/distinfo
diff -u pkgsrc/devel/py-scikit-build-core/distinfo:1.4 pkgsrc/devel/py-scikit-build-core/distinfo:1.5
--- pkgsrc/devel/py-scikit-build-core/distinfo:1.4      Sun Apr 21 07:29:19 2024
+++ pkgsrc/devel/py-scikit-build-core/distinfo  Tue Apr 30 03:53:36 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2024/04/21 07:29:19 adam Exp $
+$NetBSD: distinfo,v 1.5 2024/04/30 03:53:36 adam Exp $
 
-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
+BLAKE2s (scikit_build_core-0.9.3.tar.gz) = eabf87d3ef0e187e72b1da078c4580b60ec9845922db119c65146aad692bd130
+SHA512 (scikit_build_core-0.9.3.tar.gz) = e25adbcd2037471046376d3877d7a4a5bea42f3f9c13beaec646ed6e7a254138d0fce050309f634b61ec75c83ad76e34ebfa0bfa403ae394c25870cf15e0ff7a
+Size (scikit_build_core-0.9.3.tar.gz) = 226732 bytes



Home | Main Index | Thread Index | Old Index