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:           Thu Jul  4 11:12:57 UTC 2024

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

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

Version 0.9.8

This version ships a few more small fixes. Multi-target builds were missing
build arguments due to an exhausted generator. And some packages seem to
hard-code `${CMAKE_INSTALL_PREFIX}` in the `install()` call, which is an
anti-pattern, but we can set that variable too. More tests now run on Python
3.7.

Fixes:

* Empty build arguments for some targets in multi-target build
* Support packages that hardcode `CMAKE_INSTALL_PREFIX` in their `install` commands
* Logger shouldn't warn for missing lib on UNIX

Tests:

* Use `ZipFile` instead of `zipfile.Path` to enable more tests on Python 3.7

Version 0.9.7

This release makes a few small fixes, enabling better Fortran support and
correct tags on MUSL. And releases now have Attestations on GitHub at
<https://github.com/scikit-build/scikit-build-core/attestations>.

Fixes:

* Set `CC` and `CXX` from sysconfig if not set
* `musllinux` tag incorrect
* Logger unconditionally set to `DEBUG` in non-PEP 517 usage

Documentation:

* Fix Fortran example
* Fix typo in skbuild soabi docs
* Fortran and Cython updates


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 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.8 pkgsrc/devel/py-scikit-build-core/Makefile:1.9
--- pkgsrc/devel/py-scikit-build-core/Makefile:1.8      Fri Jun 14 14:54:07 2024
+++ pkgsrc/devel/py-scikit-build-core/Makefile  Thu Jul  4 11:12:57 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2024/06/14 14:54:07 adam Exp $
+# $NetBSD: Makefile,v 1.9 2024/07/04 11:12:57 adam Exp $
 
-DISTNAME=      scikit_build_core-0.9.6
+DISTNAME=      scikit_build_core-0.9.8
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/scikit-build-core/}
Index: pkgsrc/devel/py-scikit-build-core/distinfo
diff -u pkgsrc/devel/py-scikit-build-core/distinfo:1.8 pkgsrc/devel/py-scikit-build-core/distinfo:1.9
--- pkgsrc/devel/py-scikit-build-core/distinfo:1.8      Fri Jun 14 14:54:07 2024
+++ pkgsrc/devel/py-scikit-build-core/distinfo  Thu Jul  4 11:12:57 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2024/06/14 14:54:07 adam Exp $
+$NetBSD: distinfo,v 1.9 2024/07/04 11:12:57 adam Exp $
 
-BLAKE2s (scikit_build_core-0.9.6.tar.gz) = c276224a47e66c3365b0b51bec46a34c4d37b3b330758397a125155e5b125482
-SHA512 (scikit_build_core-0.9.6.tar.gz) = b2b1e9b4baefc360b26dfc0bbf0edef20d7b6681140ef9a413c565666869e67ddce2cdd3027f3de6af29b7ef76bd7eeb401c08f3803524706d0ace9106b63f65
-Size (scikit_build_core-0.9.6.tar.gz) = 228743 bytes
+BLAKE2s (scikit_build_core-0.9.8.tar.gz) = 17f0116d29bb17efb292abc0a6be32d23d5a3136c1f0e4713ac4b96e9cafa7de
+SHA512 (scikit_build_core-0.9.8.tar.gz) = f1206715eef1bdeccddc5987cae4f455522c4ef4dbca305ad7d3772c61f5615c5742b109c5527a5ad5e25a2348abff69ea5ae7153ac18c43cca63783872aa3d5
+Size (scikit_build_core-0.9.8.tar.gz) = 229845 bytes



Home | Main Index | Thread Index | Old Index