@@ -149,12 +149,21 @@ before-build = "pip install wheel delvewheel"
149149repair-wheel-command = [
150150""" python bin/cibw_repair_wheel_licenses.py {wheel} \
151151 --license LGPL-3.0-or-later \
152- --license-file '.local/src/gmp-*/COPYING:python-flint.libs/gmp-*/COPYING' \
153- --license-file '.local/src/gmp-*/COPYING.LESSERv3:python-flint.libs/gmp-*/COPYING.LESSERv3' \
154- --license-file '.local/src/mpfr-*/COPYING:python-flint.libs/mpfr-*/COPYING' \
155- --license-file '.local/src/mpfr-*/COPYING.LESSER:python-flint.libs/mpfr-*/COPYING.LESSER' \
156- --license-file '.local/src/flint-*/COPYING:python-flint.libs/flint-*/COPYING' \
157- --license-file '.local/src/flint-*/COPYING.LESSER:python-flint.libs/flint-*/COPYING.LESSER' \
152+ --license-file .local/src/gmp-*/COPYING:python-flint.libs/gmp-*/COPYING \
153+ --license-file .local/src/gmp-*/COPYING.LESSERv3:python-flint.libs/gmp-*/COPYING.LESSERv3 \
154+ --license-file .local/src/mpfr-*/COPYING:python-flint.libs/mpfr-*/COPYING \
155+ --license-file .local/src/mpfr-*/COPYING.LESSER:python-flint.libs/mpfr-*/COPYING.LESSER \
156+ --license-file .local/src/flint-*/COPYING:python-flint.libs/flint-*/COPYING \
157+ --license-file .local/src/flint-*/COPYING.LESSER:python-flint.libs/flint-*/COPYING.LESSER \
158+ \
159+ --license "MIT AND BSD-3-Clause-Clear" \
160+ --license-file wheels/winpthreads/COPYING:python-flint.libs/winpthreads/COPYING \
161+ \
162+ --license "GPL-3.0-or-later WITH GCC-exception-3.1 AND LGPL-2.1-or-later" \
163+ --license-file wheels/gcc/COPYING3:python-flint.libs/gcc/COPYING3 \
164+ --license-file wheels/gcc/COPYING.LIB:python-flint.libs/gcc/COPYING.LIB \
165+ --license-file wheels/gcc/COPYING.RUNTIME:python-flint.libs/gcc/COPYING.RUNTIME \
158166""" ,
167+ # Need license file for libgcc_s_seh-1.dll
159168" delvewheel repair -w {dest_dir} {wheel} --add-path .local/bin" ,
160169]
0 commit comments