Skip to content

Commit d4bd789

Browse files
author
Matthias Koeppe
committed
Merge branch 'pyproject_toml_setuptools' into tox_4
2 parents a4a438c + 366725c commit d4bd789

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# We use this file to mark the package as a Python package
1+
setuptools >= 65.6

pkgs/sagemath-bliss/pyproject.toml.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ include(`sage_spkg_versions_toml.m4')dnl' -*- conf-toml -*-
22
[build-system]
33
# Minimum requirements for the build system to execute.
44
requires = [
5-
SPKG_INSTALL_REQUIRES_setuptools
5+
SPKG_INSTALL_REQUIRES_setuptools_wheel
66
SPKG_INSTALL_REQUIRES_sage_conf
77
SPKG_INSTALL_REQUIRES_sage_setup
88
SPKG_INSTALL_REQUIRES_sagemath_environment

pkgs/sagemath-categories/pyproject.toml.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ include(`sage_spkg_versions_toml.m4')dnl' -*- conf-toml -*-
22
[build-system]
33
# Minimum requirements for the build system to execute.
44
requires = [
5-
SPKG_INSTALL_REQUIRES_setuptools
5+
SPKG_INSTALL_REQUIRES_setuptools_wheel
66
SPKG_INSTALL_REQUIRES_wheel
77
SPKG_INSTALL_REQUIRES_sage_setup
88
SPKG_INSTALL_REQUIRES_sagemath_environment

pkgs/sagemath-coxeter3/pyproject.toml.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ include(`sage_spkg_versions_toml.m4')dnl' -*- conf-toml -*-
22
[build-system]
33
# Minimum requirements for the build system to execute.
44
requires = [
5-
SPKG_INSTALL_REQUIRES_setuptools
5+
SPKG_INSTALL_REQUIRES_setuptools_wheel
66
SPKG_INSTALL_REQUIRES_sage_setup
77
SPKG_INSTALL_REQUIRES_sagemath_environment
88
SPKG_INSTALL_REQUIRES_cython

pkgs/sagemath-environment/pyproject.toml.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ include(`sage_spkg_versions_toml.m4')dnl' -*- conf-toml -*-
22
[build-system]
33
# Minimum requirements for the build system to execute.
44
requires = [
5-
SPKG_INSTALL_REQUIRES_setuptools
5+
SPKG_INSTALL_REQUIRES_setuptools_wheel
66
SPKG_INSTALL_REQUIRES_wheel
77
]
88
build-backend = "setuptools.build_meta"

pkgs/sagemath-mcqd/pyproject.toml.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ include(`sage_spkg_versions_toml.m4')dnl' -*- conf-toml -*-
22
[build-system]
33
# Minimum requirements for the build system to execute.
44
requires = [
5-
SPKG_INSTALL_REQUIRES_setuptools
5+
SPKG_INSTALL_REQUIRES_setuptools_wheel
66
SPKG_INSTALL_REQUIRES_sage_setup
77
SPKG_INSTALL_REQUIRES_sagemath_environment
88
SPKG_INSTALL_REQUIRES_cython

pkgs/sagemath-meataxe/pyproject.toml.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ include(`sage_spkg_versions_toml.m4')dnl' -*- conf-toml -*-
22
[build-system]
33
# Minimum requirements for the build system to execute.
44
requires = [
5-
SPKG_INSTALL_REQUIRES_setuptools
5+
SPKG_INSTALL_REQUIRES_setuptools_wheel
66
SPKG_INSTALL_REQUIRES_sage_setup
77
SPKG_INSTALL_REQUIRES_sagemath_environment
88
SPKG_INSTALL_REQUIRES_cython

pkgs/sagemath-objects/pyproject.toml.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ include(`sage_spkg_versions_toml.m4')dnl' -*- conf-toml -*-
22
[build-system]
33
# Minimum requirements for the build system to execute.
44
requires = [
5-
SPKG_INSTALL_REQUIRES_setuptools
5+
SPKG_INSTALL_REQUIRES_setuptools_wheel
66
SPKG_INSTALL_REQUIRES_wheel
77
SPKG_INSTALL_REQUIRES_sage_setup
88
SPKG_INSTALL_REQUIRES_sagemath_environment

pkgs/sagemath-repl/pyproject.toml.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ include(`sage_spkg_versions_toml.m4')dnl' -*- conf-toml -*-
22
[build-system]
33
# Minimum requirements for the build system to execute.
44
requires = [
5-
SPKG_INSTALL_REQUIRES_setuptools
5+
SPKG_INSTALL_REQUIRES_setuptools_wheel
66
SPKG_INSTALL_REQUIRES_wheel
77
]
88
build-backend = "setuptools.build_meta"

pkgs/sagemath-sirocco/pyproject.toml.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ include(`sage_spkg_versions_toml.m4')dnl' -*- conf-toml -*-
22
[build-system]
33
# Minimum requirements for the build system to execute.
44
requires = [
5-
SPKG_INSTALL_REQUIRES_setuptools
5+
SPKG_INSTALL_REQUIRES_setuptools_wheel
66
SPKG_INSTALL_REQUIRES_sage_setup
77
SPKG_INSTALL_REQUIRES_sagemath_environment
88
SPKG_INSTALL_REQUIRES_cython

pkgs/sagemath-tdlib/pyproject.toml.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ include(`sage_spkg_versions_toml.m4')dnl' -*- conf-toml -*-
22
[build-system]
33
# Minimum requirements for the build system to execute.
44
requires = [
5-
SPKG_INSTALL_REQUIRES_setuptools
5+
SPKG_INSTALL_REQUIRES_setuptools_wheel
66
SPKG_INSTALL_REQUIRES_sage_setup
77
SPKG_INSTALL_REQUIRES_sagemath_environment
88
SPKG_INSTALL_REQUIRES_cython

src/pyproject.toml.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66
# https://github.com/pypa/pip/issues/6144
77
esyscmd(`sage-get-system-packages install-requires-toml \
88
sage_conf \
9-
setuptools \
9+
setuptools_wheel \
1010
wheel \
1111
sage_setup \
1212
cypari \

0 commit comments

Comments
 (0)