We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 269bfbb commit cb915e5Copy full SHA for cb915e5
.distro/python-scikit-build-core.spec
@@ -1,5 +1,9 @@
1
%global debug_package %{nil}
2
3
+# On epel python hatch/trove classifier check may fail because of old package
4
+# Fedora checks should be sufficient though.
5
+%bcond no_classifier_check 0%{?rhel}
6
+
7
Name: python-scikit-build-core
8
Version: 0.0.0
9
Release: %autorelease
@@ -46,10 +50,16 @@ cp -p src/scikit_build_core/_vendor/pyproject_metadata/LICENSE LICENSE-pyproject
46
50
47
51
48
52
%generate_buildrequires
53
+%if %{with no_classifier_check}
54
+export HATCH_METADATA_CLASSIFIERS_NO_VERIFY=1
55
+%endif
49
56
%pyproject_buildrequires -x test,test-meta,test-numpy
57
58
59
%build
60
61
62
63
%pyproject_wheel
64
65
0 commit comments