pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-scikit-build: Update to 0.16.6



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Fri Feb 3 07:51:01 2023 -0800
Changeset:	e03d8ed38ddc6eeb622275298a7e3e816875d6d4

Modified Files:
	py-scikit-build/Makefile
	py-scikit-build/PLIST
	py-scikit-build/distinfo

Log Message:
py-scikit-build: Update to 0.16.6

Scikit-build 0.16.6
    Fix a discovery regression in 0.16.5 when a cmake folder or cmake.py was present in #848.
    Correct an issue in the tests where a generator wasn’t expanded into a list in #850.
Scikit-build 0.16.5
    Use cmake module if installed over system installs in #839.
    Support setting of -DCMAKE_SYSTEM_PROCESSOR if passed for selecting an arch, useful for cross compiling on conda-forge in #843.
    Fixed a rare encoded error output string on Windows in #842.
    Better granularity in extras in #838.
    Add test markers for nosetuptoolsscm and isolated (helpful for package distributions building scikit-build itself like conda) in #837.
Scikit-build 0.16.4
This releases backports additions for Windows ARM cross-compiling via cibuildwheel from scikit-build-core 0.1.4.
    Initial experimental support for Windows ARM cross-compile in #824 and #818
    Replace mailing list with GitHub Discussions board in #823
    Some CI updates in #811 and #812
Scikit-build 0.16.3
This release fixes logging issues using setuptools 65.6+ affecting our tests. Pytest 7.2+ is now supported. setup.py <command> and setup_requires are deprecated, and tests are marked as such.
    Fix typo in usage.rst in #795, thanks to @chohner.
    Support pytest 7.2+ in #801.
    Change warning filtering in #802.
    Handle logging changes in setuptools 65.6+ in #807.
    Add deprecated markers to some tests in #807.
    Allow known warnings to show up in the tests #807.
Scikit-build 0.16.2
This addresses one more small regression with the FindPython change from 0.16.0 that was affecting conda. #793.
Scikit-build 0.16.1
This was a quick patch release that fixed a missing Python requires setting and some missing files #790, and addressed a warning from setuptools in the tests.
    Ignored distutils warning #785. thanks to @bnavigator.
Scikit-build 0.16.0
This release adds support for Python 3.11 and removes support for Python 2.7 and 3.5 (#688). Testing and static checking improved, including being fully statically typed internally (though setuptools is not fully typed, so it is of limited use).
All deprecated setuptools/distutils features are also deprecated in scikit-build, like the test command, easy_install, etc. Editable mode is still unsupported. Python 3.6 support is deprecated. Older versions of CMake (<3.15) are not recommended; a future version will remove support for older CMake’s (along with providing a better mechanism for ensuring a proper CMake is available). If you need any of these features, please open or find an issue explaining what and why you need something.
New Features
    Cython module now supports FindPython mode. #743
    PyPy is discovered without extra settings in FindPython mode #744
Bug fixes
    FindPython mode uses a new path specification, should help make it usable. #774
    Better flushing and output streams for more consistent output ordering. #781

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e03d8ed38ddc6eeb622275298a7e3e816875d6d4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-scikit-build/Makefile | 2 +-
 py-scikit-build/PLIST    | 9 +++++----
 py-scikit-build/distinfo | 6 +++---
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs:
diff --git a/py-scikit-build/Makefile b/py-scikit-build/Makefile
index ddfbe49d79..01df666a84 100644
--- a/py-scikit-build/Makefile
+++ b/py-scikit-build/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	scikit-build-0.15.0
+DISTNAME=	scikit-build-0.16.6
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_PYPI:=s/scikit-build/}
diff --git a/py-scikit-build/PLIST b/py-scikit-build/PLIST
index e1f0c9021c..f2589071ea 100644
--- a/py-scikit-build/PLIST
+++ b/py-scikit-build/PLIST
@@ -10,6 +10,7 @@ ${PYSITELIB}/skbuild/__init__.pyc
 ${PYSITELIB}/skbuild/__init__.pyo
 ${PYSITELIB}/skbuild/_version.py
 ${PYSITELIB}/skbuild/_version.pyc
+${PYSITELIB}/skbuild/_version.pyi
 ${PYSITELIB}/skbuild/_version.pyo
 ${PYSITELIB}/skbuild/cmaker.py
 ${PYSITELIB}/skbuild/cmaker.pyc
@@ -56,16 +57,12 @@ ${PYSITELIB}/skbuild/command/sdist.pyo
 ${PYSITELIB}/skbuild/command/test.py
 ${PYSITELIB}/skbuild/command/test.pyc
 ${PYSITELIB}/skbuild/command/test.pyo
-${PYSITELIB}/skbuild/compat.py
-${PYSITELIB}/skbuild/compat.pyc
-${PYSITELIB}/skbuild/compat.pyo
 ${PYSITELIB}/skbuild/constants.py
 ${PYSITELIB}/skbuild/constants.pyc
 ${PYSITELIB}/skbuild/constants.pyo
 ${PYSITELIB}/skbuild/exceptions.py
 ${PYSITELIB}/skbuild/exceptions.pyc
 ${PYSITELIB}/skbuild/exceptions.pyo
-${PYSITELIB}/skbuild/platform_specifics/README.rst
 ${PYSITELIB}/skbuild/platform_specifics/__init__.py
 ${PYSITELIB}/skbuild/platform_specifics/__init__.pyc
 ${PYSITELIB}/skbuild/platform_specifics/__init__.pyo
@@ -93,6 +90,7 @@ ${PYSITELIB}/skbuild/platform_specifics/unix.pyo
 ${PYSITELIB}/skbuild/platform_specifics/windows.py
 ${PYSITELIB}/skbuild/platform_specifics/windows.pyc
 ${PYSITELIB}/skbuild/platform_specifics/windows.pyo
+${PYSITELIB}/skbuild/py.typed
 ${PYSITELIB}/skbuild/resources/cmake/FindCython.cmake
 ${PYSITELIB}/skbuild/resources/cmake/FindF2PY.cmake
 ${PYSITELIB}/skbuild/resources/cmake/FindNumPy.cmake
@@ -104,6 +102,9 @@ ${PYSITELIB}/skbuild/resources/cmake/targetLinkLibrariesWithDynamicLookup.cmake
 ${PYSITELIB}/skbuild/setuptools_wrap.py
 ${PYSITELIB}/skbuild/setuptools_wrap.pyc
 ${PYSITELIB}/skbuild/setuptools_wrap.pyo
+${PYSITELIB}/skbuild/typing.py
+${PYSITELIB}/skbuild/typing.pyc
+${PYSITELIB}/skbuild/typing.pyo
 ${PYSITELIB}/skbuild/utils/__init__.py
 ${PYSITELIB}/skbuild/utils/__init__.pyc
 ${PYSITELIB}/skbuild/utils/__init__.pyo
diff --git a/py-scikit-build/distinfo b/py-scikit-build/distinfo
index 2cee62c2cc..523b104213 100644
--- a/py-scikit-build/distinfo
+++ b/py-scikit-build/distinfo
@@ -1,7 +1,7 @@
 $NetBSD$
 
-BLAKE2s (scikit-build-0.15.0.tar.gz) = 351e69568df4b376370ff45be592b59c4d894347ddde34a7ebadf9fa135570a9
-SHA512 (scikit-build-0.15.0.tar.gz) = 4d9b1d06d48708ff4f2f5fa8c8f264c7ca85946d5842a1254930d9449d6b6386c17392473c3c85147f6573f7256c94c927962cb56fa23a90a5b442de8de8d727
-Size (scikit-build-0.15.0.tar.gz) = 268691 bytes
+BLAKE2s (scikit-build-0.16.6.tar.gz) = 8ada3929f7bc9c1ffa8bb2fd149acd4ebf554dbbe1dbf294e71fb9ee9a2ceb4c
+SHA512 (scikit-build-0.16.6.tar.gz) = f36a46845420b441ca158ea05bc20023238afdf81b2108554a52a4a2be0cb19ef6b2729997199d9a9d18841c8470df8f7e7a986a86e1172328f0963f3a015f3d
+Size (scikit-build-0.16.6.tar.gz) = 272201 bytes
 SHA1 (patch-skbuild_platform__specifics_platform__factory.py) = 76012616d989abdf55a827df88ed02f6490a5b3e
 SHA1 (patch-tests_test__platform.py) = 590e3162c82af9d3ee742df47c48853c4706d93b


Home | Main Index | Thread Index | Old Index