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: Mon Jun 2 15:59:28 UTC 2025
Modified Files:
pkgsrc/devel/py-scikit-build-core: Makefile PLIST distinfo
Log Message:
py-scikit-build-core: updated to 0.11.4
Version 0.11.4
This release improves support for GraalPy and fixes a few other minor issues.
Fixes:
- Typo in license-files
- Fix dynamic-metadata iteration (only affected GraalPy)
- Better abiflags implementation, uses ABIFLAGS on 3.14+, supports GraalPy
- File API `commandFragments` is optional
- Add `python -m scikit_build_core` printout and a few CLI issues
- Add some platform info to logging
Internal:
- Explicit mypy ignores
- Adjust typing to be ready for next mypy release
Documentation:
- Refactor the documentation to use single-line summaries
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/py-scikit-build-core/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-scikit-build-core/PLIST
cvs rdiff -u -r1.17 -r1.18 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.18 pkgsrc/devel/py-scikit-build-core/Makefile:1.19
--- pkgsrc/devel/py-scikit-build-core/Makefile:1.18 Tue May 20 07:40:58 2025
+++ pkgsrc/devel/py-scikit-build-core/Makefile Mon Jun 2 15:59:28 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2025/05/20 07:40:58 adam Exp $
+# $NetBSD: Makefile,v 1.19 2025/06/02 15:59:28 adam Exp $
-DISTNAME= scikit_build_core-0.11.3
+DISTNAME= scikit_build_core-0.11.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/scikit-build-core/}
Index: pkgsrc/devel/py-scikit-build-core/PLIST
diff -u pkgsrc/devel/py-scikit-build-core/PLIST:1.7 pkgsrc/devel/py-scikit-build-core/PLIST:1.8
--- pkgsrc/devel/py-scikit-build-core/PLIST:1.7 Tue May 20 07:40:58 2025
+++ pkgsrc/devel/py-scikit-build-core/PLIST Mon Jun 2 15:59:28 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2025/05/20 07:40:58 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2025/06/02 15:59:28 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -7,6 +7,9 @@ ${PYSITELIB}/${WHEEL_INFODIR}/licenses/L
${PYSITELIB}/scikit_build_core/__init__.py
${PYSITELIB}/scikit_build_core/__init__.pyc
${PYSITELIB}/scikit_build_core/__init__.pyo
+${PYSITELIB}/scikit_build_core/__main__.py
+${PYSITELIB}/scikit_build_core/__main__.pyc
+${PYSITELIB}/scikit_build_core/__main__.pyo
${PYSITELIB}/scikit_build_core/_compat/__init__.py
${PYSITELIB}/scikit_build_core/_compat/__init__.pyc
${PYSITELIB}/scikit_build_core/_compat/__init__.pyo
Index: pkgsrc/devel/py-scikit-build-core/distinfo
diff -u pkgsrc/devel/py-scikit-build-core/distinfo:1.17 pkgsrc/devel/py-scikit-build-core/distinfo:1.18
--- pkgsrc/devel/py-scikit-build-core/distinfo:1.17 Tue May 20 07:40:58 2025
+++ pkgsrc/devel/py-scikit-build-core/distinfo Mon Jun 2 15:59:28 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2025/05/20 07:40:58 adam Exp $
+$NetBSD: distinfo,v 1.18 2025/06/02 15:59:28 adam Exp $
-BLAKE2s (scikit_build_core-0.11.3.tar.gz) = 7a2813611f47ebf749ca32d24ec691efd96999519e64e521c8c02e44b8f83e60
-SHA512 (scikit_build_core-0.11.3.tar.gz) = e8152de7a3a099b9829ed18f8961213401c01d0428e2983a6bbc89d04a94d837012be26293da36878b38bc74328f12521f8cb8b1949d7709699d1e3d2d107f67
-Size (scikit_build_core-0.11.3.tar.gz) = 289852 bytes
+BLAKE2s (scikit_build_core-0.11.4.tar.gz) = d69fc9f401f8500bd1e78fefbdfa5554c565cd69d8d0f32731bb86b50a05119e
+SHA512 (scikit_build_core-0.11.4.tar.gz) = 9ec2ef6642660fd9ed8bbc766c5fbb6152117c7079e21efbace09174ede44c8dcdfb26a1252500dde95bed3422fc343741bed018378c1d5738566a4462a4e7a3
+Size (scikit_build_core-0.11.4.tar.gz) = 283403 bytes
Home |
Main Index |
Thread Index |
Old Index