1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

misc/py-boost-histogram: Remove unnecessary patch

The patch was for py-scikit-build-core earlier than 0.10.5
This commit is contained in:
Yuri Victorovich 2024-08-25 17:49:46 -07:00
parent 0bc3bb7a84
commit f93de25109

View File

@ -1,18 +0,0 @@
--- pyproject.toml.orig 2024-08-25 07:41:54 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
-requires = ["scikit-build-core>=0.10", "pybind11>=2.13.3"]
+requires = ["scikit-build-core", "pybind11>=2.13.3"]
build-backend = "scikit_build_core.build"
[project]
@@ -91,8 +91,6 @@ Homepage = "https://github.com/scikit-hep/boost-histog
[tool.scikit-build]
-minimum-version = "build-system.requires"
-cmake.version = "CMakeLists.txt"
metadata.version.provider = "scikit_build_core.metadata.setuptools_scm"
sdist.exclude = [
"extern/**/*.py",