File tree 12 files changed +12
-12
lines changed
build/pkgs/setuptools_wheel
12 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
- # We use this file to mark the package as a Python package
1
+ setuptools >= 65.6
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ include(`sage_spkg_versions_toml.m4')dnl' -*- conf-toml -*-
2
2
[ build-system]
3
3
# Minimum requirements for the build system to execute.
4
4
requires = [
5
- SPKG_INSTALL_REQUIRES_setuptools
5
+ SPKG_INSTALL_REQUIRES_setuptools_wheel
6
6
SPKG_INSTALL_REQUIRES_sage_conf
7
7
SPKG_INSTALL_REQUIRES_sage_setup
8
8
SPKG_INSTALL_REQUIRES_sagemath_environment
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ include(`sage_spkg_versions_toml.m4')dnl' -*- conf-toml -*-
2
2
[ build-system]
3
3
# Minimum requirements for the build system to execute.
4
4
requires = [
5
- SPKG_INSTALL_REQUIRES_setuptools
5
+ SPKG_INSTALL_REQUIRES_setuptools_wheel
6
6
SPKG_INSTALL_REQUIRES_wheel
7
7
SPKG_INSTALL_REQUIRES_sage_setup
8
8
SPKG_INSTALL_REQUIRES_sagemath_environment
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ include(`sage_spkg_versions_toml.m4')dnl' -*- conf-toml -*-
2
2
[ build-system]
3
3
# Minimum requirements for the build system to execute.
4
4
requires = [
5
- SPKG_INSTALL_REQUIRES_setuptools
5
+ SPKG_INSTALL_REQUIRES_setuptools_wheel
6
6
SPKG_INSTALL_REQUIRES_sage_setup
7
7
SPKG_INSTALL_REQUIRES_sagemath_environment
8
8
SPKG_INSTALL_REQUIRES_cython
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ include(`sage_spkg_versions_toml.m4')dnl' -*- conf-toml -*-
2
2
[ build-system]
3
3
# Minimum requirements for the build system to execute.
4
4
requires = [
5
- SPKG_INSTALL_REQUIRES_setuptools
5
+ SPKG_INSTALL_REQUIRES_setuptools_wheel
6
6
SPKG_INSTALL_REQUIRES_wheel
7
7
]
8
8
build-backend = "setuptools.build_meta"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ include(`sage_spkg_versions_toml.m4')dnl' -*- conf-toml -*-
2
2
[ build-system]
3
3
# Minimum requirements for the build system to execute.
4
4
requires = [
5
- SPKG_INSTALL_REQUIRES_setuptools
5
+ SPKG_INSTALL_REQUIRES_setuptools_wheel
6
6
SPKG_INSTALL_REQUIRES_sage_setup
7
7
SPKG_INSTALL_REQUIRES_sagemath_environment
8
8
SPKG_INSTALL_REQUIRES_cython
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ include(`sage_spkg_versions_toml.m4')dnl' -*- conf-toml -*-
2
2
[ build-system]
3
3
# Minimum requirements for the build system to execute.
4
4
requires = [
5
- SPKG_INSTALL_REQUIRES_setuptools
5
+ SPKG_INSTALL_REQUIRES_setuptools_wheel
6
6
SPKG_INSTALL_REQUIRES_sage_setup
7
7
SPKG_INSTALL_REQUIRES_sagemath_environment
8
8
SPKG_INSTALL_REQUIRES_cython
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ include(`sage_spkg_versions_toml.m4')dnl' -*- conf-toml -*-
2
2
[ build-system]
3
3
# Minimum requirements for the build system to execute.
4
4
requires = [
5
- SPKG_INSTALL_REQUIRES_setuptools
5
+ SPKG_INSTALL_REQUIRES_setuptools_wheel
6
6
SPKG_INSTALL_REQUIRES_wheel
7
7
SPKG_INSTALL_REQUIRES_sage_setup
8
8
SPKG_INSTALL_REQUIRES_sagemath_environment
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ include(`sage_spkg_versions_toml.m4')dnl' -*- conf-toml -*-
2
2
[ build-system]
3
3
# Minimum requirements for the build system to execute.
4
4
requires = [
5
- SPKG_INSTALL_REQUIRES_setuptools
5
+ SPKG_INSTALL_REQUIRES_setuptools_wheel
6
6
SPKG_INSTALL_REQUIRES_wheel
7
7
]
8
8
build-backend = "setuptools.build_meta"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ include(`sage_spkg_versions_toml.m4')dnl' -*- conf-toml -*-
2
2
[ build-system]
3
3
# Minimum requirements for the build system to execute.
4
4
requires = [
5
- SPKG_INSTALL_REQUIRES_setuptools
5
+ SPKG_INSTALL_REQUIRES_setuptools_wheel
6
6
SPKG_INSTALL_REQUIRES_sage_setup
7
7
SPKG_INSTALL_REQUIRES_sagemath_environment
8
8
SPKG_INSTALL_REQUIRES_cython
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ include(`sage_spkg_versions_toml.m4')dnl' -*- conf-toml -*-
2
2
[ build-system]
3
3
# Minimum requirements for the build system to execute.
4
4
requires = [
5
- SPKG_INSTALL_REQUIRES_setuptools
5
+ SPKG_INSTALL_REQUIRES_setuptools_wheel
6
6
SPKG_INSTALL_REQUIRES_sage_setup
7
7
SPKG_INSTALL_REQUIRES_sagemath_environment
8
8
SPKG_INSTALL_REQUIRES_cython
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ requires = [
6
6
# https://github.com/pypa/pip/issues/6144
7
7
esyscmd ( `sage-get-system-packages install-requires-toml \
8
8
sage_conf \
9
- setuptools \
9
+ setuptools_wheel \
10
10
wheel \
11
11
sage_setup \
12
12
cypari \
You can’t perform that action at this time.
0 commit comments