-
-
Notifications
You must be signed in to change notification settings - Fork 553
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bootstrap: Write m4/sage_spkg_versions_toml.m4 and use it in pkgs/*/p…
…yproject.toml.m4
- Loading branch information
Matthias Koeppe
committed
Jun 30, 2023
1 parent
66a053f
commit 0dd1e09
Showing
6 changed files
with
40 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,13 @@ | ||
[build-system] | ||
include(`sage_spkg_versions_toml.m4')dnl' -*- conf-toml -*- | ||
# Minimum requirements for the build system to execute. | ||
requires = [ | ||
esyscmd(`sage-get-system-packages install-requires-toml \ | ||
setuptools \ | ||
wheel \ | ||
sage_setup \ | ||
sagemath_environment \ | ||
sagemath_objects \ | ||
cython \ | ||
gmpy2 \ | ||
cysignals \ | ||
')] | ||
SPKG_INSTALL_REQUIRES_setuptools | ||
SPKG_INSTALL_REQUIRES_wheel | ||
SPKG_INSTALL_REQUIRES_sage_setup | ||
SPKG_INSTALL_REQUIRES_sagemath_environment | ||
SPKG_INSTALL_REQUIRES_sagemath_objects | ||
SPKG_INSTALL_REQUIRES_cython | ||
SPKG_INSTALL_REQUIRES_gmpy2 | ||
SPKG_INSTALL_REQUIRES_cysignals | ||
] | ||
build-backend = "setuptools.build_meta" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
include(`sage_spkg_versions_toml.m4')dnl' -*- conf-toml -*- | ||
[build-system] | ||
# Minimum requirements for the build system to execute. | ||
requires = [ | ||
esyscmd(`sage-get-system-packages install-requires-toml \ | ||
setuptools \ | ||
wheel \ | ||
')] | ||
SPKG_INSTALL_REQUIRES_setuptools | ||
SPKG_INSTALL_REQUIRES_wheel | ||
] | ||
build-backend = "setuptools.build_meta" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
include(`sage_spkg_versions_toml.m4')dnl' -*- conf-toml -*- | ||
[build-system] | ||
# Minimum requirements for the build system to execute. | ||
requires = [ | ||
esyscmd(`sage-get-system-packages install-requires-toml \ | ||
setuptools \ | ||
wheel \ | ||
sage_setup \ | ||
sagemath_environment \ | ||
cython \ | ||
gmpy2 \ | ||
cysignals \ | ||
')] | ||
SPKG_INSTALL_REQUIRES_setuptools | ||
SPKG_INSTALL_REQUIRES_wheel | ||
SPKG_INSTALL_REQUIRES_sage_setup | ||
SPKG_INSTALL_REQUIRES_sagemath_environment | ||
SPKG_INSTALL_REQUIRES_cython | ||
SPKG_INSTALL_REQUIRES_gmpy2 | ||
SPKG_INSTALL_REQUIRES_cysignals | ||
] | ||
build-backend = "setuptools.build_meta" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
include(`sage_spkg_versions_toml.m4')dnl' -*- conf-toml -*- | ||
[build-system] | ||
# Minimum requirements for the build system to execute. | ||
requires = [ | ||
esyscmd(`sage-get-system-packages install-requires-toml \ | ||
setuptools \ | ||
wheel \ | ||
')] | ||
SPKG_INSTALL_REQUIRES_setuptools | ||
SPKG_INSTALL_REQUIRES_wheel | ||
] | ||
build-backend = "setuptools.build_meta" |