pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-scikit-build
Module Name: pkgsrc
Committed By: adam
Date: Thu Mar 12 10:41:27 UTC 2026
Modified Files:
pkgsrc/devel/py-scikit-build: Makefile distinfo
pkgsrc/devel/py-scikit-build/patches:
patch-skbuild_platform__specifics_platform__factory.py
Log Message:
py-scikit-build: updated to 0.19.0
0.19.0
This release updates for changes in setuptools and CMake 4, and drops Python 3.7.
Features
* Drop Python 3.7 in :pr:`1134`
Bug fixes
* Update for newer setuptools in :pr:`1120`
* ``setuptools_wrap.py``: parse ``CMAKE_ARGS`` with ``shlex.split`` like elsewhere by :user:`haampie` in :pr:`1126`
* Drop ``dry-run`` (removed in setuptools) in :pr:`1166`
* Ensure generic f2py executable is looked up first by :user:`smiet` in :pr:`1111`
Testing
* Support Python 3.14 in CI in :pr:`1167`
* pytest ``log_level`` is better than ``log_cli_level`` in :pr:`1164`
Miscellaneous
* Bot suffix now required for changelog filtering in :pr:`1168`
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-scikit-build/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-scikit-build/distinfo
cvs rdiff -u -r1.3 -r1.4 \
pkgsrc/devel/py-scikit-build/patches/patch-skbuild_platform__specifics_platform__factory.py
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/Makefile
diff -u pkgsrc/devel/py-scikit-build/Makefile:1.8 pkgsrc/devel/py-scikit-build/Makefile:1.9
--- pkgsrc/devel/py-scikit-build/Makefile:1.8 Sun Sep 15 15:54:15 2024
+++ pkgsrc/devel/py-scikit-build/Makefile Thu Mar 12 10:41:26 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2024/09/15 15:54:15 adam Exp $
+# $NetBSD: Makefile,v 1.9 2026/03/12 10:41:26 adam Exp $
-DISTNAME= scikit_build-0.18.1
+DISTNAME= scikit_build-0.19.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/scikit-build/}
@@ -21,6 +21,7 @@ DEPENDS+= ${PYPKGPREFIX}-setuptools>=42.
DEPENDS+= ${PYPKGPREFIX}-wheel>=0.32.0:../../devel/py-wheel
TEST_DEPENDS+= ${PYPKGPREFIX}-build>=0.7:../../devel/py-build
TEST_DEPENDS+= ${PYPKGPREFIX}-cython>=0.25.1:../../devel/py-cython
+TEST_DEPENDS+= ${PYPKGPREFIX}-pip-[0-9]*:../../devel/py-pip
TEST_DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock>=1.10.4:../../devel/py-test-mock
TEST_DEPENDS+= ${PYPKGPREFIX}-virtualenv-[0-9]*:../../devel/py-virtualenv
Index: pkgsrc/devel/py-scikit-build/distinfo
diff -u pkgsrc/devel/py-scikit-build/distinfo:1.7 pkgsrc/devel/py-scikit-build/distinfo:1.8
--- pkgsrc/devel/py-scikit-build/distinfo:1.7 Sun Sep 15 15:54:15 2024
+++ pkgsrc/devel/py-scikit-build/distinfo Thu Mar 12 10:41:26 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2024/09/15 15:54:15 adam Exp $
+$NetBSD: distinfo,v 1.8 2026/03/12 10:41:26 adam Exp $
-BLAKE2s (scikit_build-0.18.1.tar.gz) = 1df8ae79f1c09dd242f3ce5f04934ede07e544a1f675626514579082999179f0
-SHA512 (scikit_build-0.18.1.tar.gz) = 872f4bc4c313459842b537ded5503799da5b5e02a8e403eb3095edd719ea7be32942ce4e9c7cd55a4f78c2f032627f7398e99db6be19b711c8e1d906264dba48
-Size (scikit_build-0.18.1.tar.gz) = 274171 bytes
-SHA1 (patch-skbuild_platform__specifics_platform__factory.py) = 49f00521a2ff1110bd8900bbb8f8675f3f7976aa
+BLAKE2s (scikit_build-0.19.0.tar.gz) = 5ff4a5e1eaeb4f25e42d7731618e76d48e7ead913670b3ab0a30109fe91991a5
+SHA512 (scikit_build-0.19.0.tar.gz) = 3201789ae996603ded40fc997d3df712b440e7242d8ed04f027aa05ac66788c19725a7736e4296429095464024f1b06e6258fc5c7b31879496264bf56e2df51b
+Size (scikit_build-0.19.0.tar.gz) = 274552 bytes
+SHA1 (patch-skbuild_platform__specifics_platform__factory.py) = ea04f09b42e0e9dafae97bbd74ff9cc5b2ba10e7
Index: pkgsrc/devel/py-scikit-build/patches/patch-skbuild_platform__specifics_platform__factory.py
diff -u pkgsrc/devel/py-scikit-build/patches/patch-skbuild_platform__specifics_platform__factory.py:1.3 pkgsrc/devel/py-scikit-build/patches/patch-skbuild_platform__specifics_platform__factory.py:1.4
--- pkgsrc/devel/py-scikit-build/patches/patch-skbuild_platform__specifics_platform__factory.py:1.3 Mon May 15 20:57:36 2023
+++ pkgsrc/devel/py-scikit-build/patches/patch-skbuild_platform__specifics_platform__factory.py Thu Mar 12 10:41:27 2026
@@ -1,4 +1,4 @@
-$NetBSD: patch-skbuild_platform__specifics_platform__factory.py,v 1.3 2023/05/15 20:57:36 adam Exp $
+$NetBSD: patch-skbuild_platform__specifics_platform__factory.py,v 1.4 2026/03/12 10:41:27 adam Exp $
Add SunOS support.
@@ -10,6 +10,6 @@ Add SunOS support.
- if this_platform in {"freebsd", "netbsd", "os400", "openbsd"}:
+ if this_platform in {"freebsd", "netbsd", "os400", "openbsd", "sunos"}:
- from . import bsd
+ from . import bsd # noqa: PLC0415
return bsd.BSDPlatform()
Home |
Main Index |
Thread Index |
Old Index