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 10 09:47:55 UTC 2024

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

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

Version 0.9.5

Fixes:

Support Windows free-threading
Strip whitespace around generator so that it's passed through correctly

Documentation:

Note that -C options can be prefixed with skbuild.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 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.6 pkgsrc/devel/py-scikit-build-core/Makefile:1.7
--- pkgsrc/devel/py-scikit-build-core/Makefile:1.6      Wed May 15 12:52:21 2024
+++ pkgsrc/devel/py-scikit-build-core/Makefile  Mon Jun 10 09:47:55 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2024/05/15 12:52:21 adam Exp $
+# $NetBSD: Makefile,v 1.7 2024/06/10 09:47:55 adam Exp $
 
-DISTNAME=      scikit_build_core-0.9.4
+DISTNAME=      scikit_build_core-0.9.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/scikit-build-core/}
@@ -10,18 +10,17 @@ HOMEPAGE=   https://github.com/scikit-buil
 COMMENT=       Build backend for CMake based projects
 LICENSE=       apache-2.0
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs-[0-9]*:../../devel/py-hatch-vcs
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
 DEPENDS+=      ${PYPKGPREFIX}-packaging>=21.3:../../devel/py-packaging
 DEPENDS+=      ${PYPKGPREFIX}-pathspec>=0.10.1:../../devel/py-pathspec
 TEST_DEPENDS+= cmake-[0-9]*:../../devel/cmake
 TEST_DEPENDS+= ${PYPKGPREFIX}-build>=0.8:../../devel/py-build
 TEST_DEPENDS+= ${PYPKGPREFIX}-cattrs>=22.2.0:../../devel/py-cattrs
-# unpackaged
-#TEST_DEPENDS+=        ${PYPKGPREFIX}-test-subprocess>=1.5:../../devel/py-test-subprocess
 TEST_DEPENDS+= ${PYPKGPREFIX}-pip>=22:../../devel/py-pip
 TEST_DEPENDS+= ${PYPKGPREFIX}-pybind11>=2.11:../../devel/py-pybind11
 TEST_DEPENDS+= ${PYPKGPREFIX}-setuptools>=66.1:../../devel/py-setuptools
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-subprocess>=1.5:../../devel/py-test-subprocess
 TEST_DEPENDS+= ${PYPKGPREFIX}-virtualenv>=20.0.28:../../devel/py-virtualenv
 TEST_DEPENDS+= ${PYPKGPREFIX}-wheel>=0.40:../../devel/py-wheel
 
Index: pkgsrc/devel/py-scikit-build-core/distinfo
diff -u pkgsrc/devel/py-scikit-build-core/distinfo:1.6 pkgsrc/devel/py-scikit-build-core/distinfo:1.7
--- pkgsrc/devel/py-scikit-build-core/distinfo:1.6      Wed May 15 12:52:21 2024
+++ pkgsrc/devel/py-scikit-build-core/distinfo  Mon Jun 10 09:47:55 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2024/05/15 12:52:21 adam Exp $
+$NetBSD: distinfo,v 1.7 2024/06/10 09:47:55 adam Exp $
 
-BLAKE2s (scikit_build_core-0.9.4.tar.gz) = 861af474fc1d0fb6dc24293f6806679f934e0889f3b5947388a3ceabb4f2ad92
-SHA512 (scikit_build_core-0.9.4.tar.gz) = bc5252bf1f52e7fa0ea4d9e27d57fbf82a35e2061dfd8b8fbecc32b2da0ae88a2c3197bbece28f1285c1fb33ce91f27907bec093d76b937b382fa7dca072d0d9
-Size (scikit_build_core-0.9.4.tar.gz) = 228198 bytes
+BLAKE2s (scikit_build_core-0.9.5.tar.gz) = 90f27aa4937f61e2286af389163628d6da638178a3d500d2928a6839cd0074a0
+SHA512 (scikit_build_core-0.9.5.tar.gz) = fade6192347ea9d3010a24de7c1b868aea14fa2028a064fe397db26e15437f74f3d9b017be940855d57db32cb867cfa9bab1902bc1f51f96589a38b9478d01bc
+Size (scikit_build_core-0.9.5.tar.gz) = 228404 bytes



Home | Main Index | Thread Index | Old Index