Skip to content

Commit 0785206

Browse files
author
Matthias Koeppe
committed
Update pyproject.toml files to use version info from build/pkgs/setuptools_wheel, not the ancient build/pkgs/setuptools
1 parent 4103129 commit 0785206

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed
Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)