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 Mar 3 08:43:53 UTC 2025
Modified Files:
pkgsrc/devel/py-scikit-build-core: Makefile PLIST distinfo
Log Message:
py-scikit-build-core: updated to 0.11.0
0.11.0
Features:
Update vendored pyproject-metadata (PEP 639 support)
0.11+ default to metadata 2.2
Rework CMake search path settings and add cmake.root
SKBUILD_SABI_VERSION
Support TOML lists in cmake.define
Add new field build.requires
Drop python<=3.7 support
Setuptools plugin: pyproject-toml only config support
Setuptools plugin: error for cmake_install_target
Fixes:
Lock during experimental editable.rebuild
Add known wheels for armv7l
Ignore build-dir automatically
Longer timeout on Windows
path_to_module should handle hidden files (e.g. .clang-tidy) correctly
Timeout checking cmake/ninja
Internal:
Add a format module that is used in the expansion of pyproject.toml
Bump Ruff to 0.8.0
Add citation
Vendor updates
CI and testing:
Correct the function prototype defined in the stub file in simplest_c example
Synchronize with Fedora downstream
Fix RTD builds when last git tag is more than 50 commits behind
Tighten up permissions a bit
tmt tests improvements
Update deployment a bit
Use astral-sh/setup-uv instead
Simpler noxfile
Test on Linux ARM & Python 3.14 alphas
Support for parallel testing
Docs:
sphinx-apidoc changed its mind
Fix Google meet reference to use updated link
Clarify docs for activating stable ABI
Consistently use backticks to reference Python module components
Fix instructions to check if Development.SABIModule was requested
Add some notes and warnings about cross-compilation
Add sphinx-tippy
Correct the order of entry-points and CMake variables
Quickstart updates
Some restructuring
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-scikit-build-core/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-scikit-build-core/PLIST
cvs rdiff -u -r1.13 -r1.14 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.14 pkgsrc/devel/py-scikit-build-core/Makefile:1.15
--- pkgsrc/devel/py-scikit-build-core/Makefile:1.14 Mon Oct 14 06:08:39 2024
+++ pkgsrc/devel/py-scikit-build-core/Makefile Mon Mar 3 08:43:53 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2024/10/14 06:08:39 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2025/03/03 08:43:53 adam Exp $
-DISTNAME= scikit_build_core-0.10.7
+DISTNAME= scikit_build_core-0.11.0
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.4 pkgsrc/devel/py-scikit-build-core/PLIST:1.5
--- pkgsrc/devel/py-scikit-build-core/PLIST:1.4 Sun Sep 15 15:51:54 2024
+++ pkgsrc/devel/py-scikit-build-core/PLIST Mon Mar 3 08:43:53 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2024/09/15 15:51:54 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2025/03/03 08:43:53 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -38,6 +38,19 @@ ${PYSITELIB}/scikit_build_core/_vendor/p
${PYSITELIB}/scikit_build_core/_vendor/pyproject_metadata/__init__.py
${PYSITELIB}/scikit_build_core/_vendor/pyproject_metadata/__init__.pyc
${PYSITELIB}/scikit_build_core/_vendor/pyproject_metadata/__init__.pyo
+${PYSITELIB}/scikit_build_core/_vendor/pyproject_metadata/constants.py
+${PYSITELIB}/scikit_build_core/_vendor/pyproject_metadata/constants.pyc
+${PYSITELIB}/scikit_build_core/_vendor/pyproject_metadata/constants.pyo
+${PYSITELIB}/scikit_build_core/_vendor/pyproject_metadata/errors.py
+${PYSITELIB}/scikit_build_core/_vendor/pyproject_metadata/errors.pyc
+${PYSITELIB}/scikit_build_core/_vendor/pyproject_metadata/errors.pyo
+${PYSITELIB}/scikit_build_core/_vendor/pyproject_metadata/project_table.py
+${PYSITELIB}/scikit_build_core/_vendor/pyproject_metadata/project_table.pyc
+${PYSITELIB}/scikit_build_core/_vendor/pyproject_metadata/project_table.pyo
+${PYSITELIB}/scikit_build_core/_vendor/pyproject_metadata/py.typed
+${PYSITELIB}/scikit_build_core/_vendor/pyproject_metadata/pyproject.py
+${PYSITELIB}/scikit_build_core/_vendor/pyproject_metadata/pyproject.pyc
+${PYSITELIB}/scikit_build_core/_vendor/pyproject_metadata/pyproject.pyo
${PYSITELIB}/scikit_build_core/_version.py
${PYSITELIB}/scikit_build_core/_version.pyc
${PYSITELIB}/scikit_build_core/_version.pyi
@@ -150,6 +163,9 @@ ${PYSITELIB}/scikit_build_core/file_api/
${PYSITELIB}/scikit_build_core/file_api/reply.py
${PYSITELIB}/scikit_build_core/file_api/reply.pyc
${PYSITELIB}/scikit_build_core/file_api/reply.pyo
+${PYSITELIB}/scikit_build_core/format.py
+${PYSITELIB}/scikit_build_core/format.pyc
+${PYSITELIB}/scikit_build_core/format.pyo
${PYSITELIB}/scikit_build_core/hatch/__init__.py
${PYSITELIB}/scikit_build_core/hatch/__init__.pyc
${PYSITELIB}/scikit_build_core/hatch/__init__.pyo
Index: pkgsrc/devel/py-scikit-build-core/distinfo
diff -u pkgsrc/devel/py-scikit-build-core/distinfo:1.13 pkgsrc/devel/py-scikit-build-core/distinfo:1.14
--- pkgsrc/devel/py-scikit-build-core/distinfo:1.13 Thu Oct 3 08:49:45 2024
+++ pkgsrc/devel/py-scikit-build-core/distinfo Mon Mar 3 08:43:53 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2024/10/03 08:49:45 adam Exp $
+$NetBSD: distinfo,v 1.14 2025/03/03 08:43:53 adam Exp $
-BLAKE2s (scikit_build_core-0.10.7.tar.gz) = b8836c22fcd2618b189906536f8a70060d40c7a98ee8c6940fd913642171aa03
-SHA512 (scikit_build_core-0.10.7.tar.gz) = dcd9e3170f7fb0251ce2353ecd5080b64c16b914f2afe8380d318388f1d2fdbe9ca989ed2bffa44963b1ce629e7fa1545132d003f60d76b35e8c680418d883da
-Size (scikit_build_core-0.10.7.tar.gz) = 255019 bytes
+BLAKE2s (scikit_build_core-0.11.0.tar.gz) = f8179bbc9d8869c7f57307449abd0b8508753018100980e811ff2ebb356981f7
+SHA512 (scikit_build_core-0.11.0.tar.gz) = a2fae6d62c6283ed42789eaafb8eabf0637146733434c1041583470b3f593d557b7d5d5f9ff887e94ea6bfff409b526948c4c9807213f95880156c3d25f2202b
+Size (scikit_build_core-0.11.0.tar.gz) = 271991 bytes
Home |
Main Index |
Thread Index |
Old Index