8000 Merge branch 'pyproject_toml_setuptools' into tox_4 · sagemath/sage@d4bd789 · GitHub
[go: up one dir, main page]

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
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)
0