Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pkgs/sage-{docbuild,setup,sws2rst}: Migrate from setup.cfg to pyproject.toml #36562

Merged
merged 10 commits into from
Dec 6, 2023
Merged
1 change: 1 addition & 0 deletions pkgs/sagemath-bliss/pyproject.toml.m4
Original file line number Diff line number Diff line change
@@ -8,5 +8,6 @@ requires = [
SPKG_INSTALL_REQUIRES_sagemath_environment
SPKG_INSTALL_REQUIRES_cython
SPKG_INSTALL_REQUIRES_cysignals
SPKG_INSTALL_REQUIRES_pkgconfig
]
build-backend = "setuptools.build_meta"
1 change: 1 addition & 0 deletions pkgs/sagemath-coxeter3/pyproject.toml.m4
Original file line number Diff line number Diff line change
@@ -7,5 +7,6 @@ requires = [
SPKG_INSTALL_REQUIRES_sagemath_environment
SPKG_INSTALL_REQUIRES_cython
SPKG_INSTALL_REQUIRES_cysignals
SPKG_INSTALL_REQUIRES_pkgconfig
]
build-backend = "setuptools.build_meta"
1 change: 1 addition & 0 deletions pkgs/sagemath-mcqd/pyproject.toml.m4
Original file line number Diff line number Diff line change
@@ -8,5 +8,6 @@ requires = [
SPKG_INSTALL_REQUIRES_cython
SPKG_INSTALL_REQUIRES_memory_allocator
SPKG_INSTALL_REQUIRES_cysignals
SPKG_INSTALL_REQUIRES_pkgconfig
]
build-backend = "setuptools.build_meta"
1 change: 1 addition & 0 deletions pkgs/sagemath-meataxe/pyproject.toml.m4
Original file line number Diff line number Diff line change
@@ -7,5 +7,6 @@ requires = [
SPKG_INSTALL_REQUIRES_sagemath_environment
SPKG_INSTALL_REQUIRES_cython
SPKG_INSTALL_REQUIRES_cysignals
SPKG_INSTALL_REQUIRES_pkgconfig
]
build-backend = "setuptools.build_meta"
1 change: 1 addition & 0 deletions pkgs/sagemath-sirocco/pyproject.toml.m4
Original file line number Diff line number Diff line change
@@ -8,5 +8,6 @@ requires = [
SPKG_INSTALL_REQUIRES_cython
SPKG_INSTALL_REQUIRES_cypari
SPKG_INSTALL_REQUIRES_cysignals
SPKG_INSTALL_REQUIRES_pkgconfig
]
build-backend = "setuptools.build_meta"
1 change: 1 addition & 0 deletions pkgs/sagemath-tdlib/pyproject.toml.m4
Original file line number Diff line number Diff line change
@@ -7,5 +7,6 @@ requires = [
SPKG_INSTALL_REQUIRES_sagemath_environment
SPKG_INSTALL_REQUIRES_cython
SPKG_INSTALL_REQUIRES_cysignals
SPKG_INSTALL_REQUIRES_pkgconfig
]
build-backend = "setuptools.build_meta"