-
-
Notifications
You must be signed in to change notification settings - Fork 481
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gh-36777: spkg-configure.m4 for most external Python pkgs
After #36129 and #36776 we are still left with a bunch of external (non- Sage) Python packages which need `spkg-configure.m4` and distros info. Here we add these. ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> <!-- If your change requires a documentation PR, please link it appropriately --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> <!-- Feel free to remove irrelevant items. --> - [x] The title is concise, informative, and self-explanatory. - [x] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation accordingly. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on - #12345: short description why this is a dependency - #34567: ... --> - #36129 - #36776 <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> URL: #36777 Reported by: Dima Pasechnik Reviewer(s):
- Loading branch information
Showing
87 changed files
with
146 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([admcycles], [SAGE_PYTHON_PACKAGE_CHECK([admcycles])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([anyio], [SAGE_PYTHON_PACKAGE_CHECK([anyio])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([arrow], [SAGE_PYTHON_PACKAGE_CHECK([arrow])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([async_lru], [SAGE_PYTHON_PACKAGE_CHECK([async_lru])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([auditwheel_or_delocate], [SAGE_PYTHON_PACKAGE_CHECK([auditwheel_or_delocate])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([biopython], [SAGE_PYTHON_PACKAGE_CHECK([biopython])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([comm], [SAGE_PYTHON_PACKAGE_CHECK([comm])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([cvxpy], [SAGE_PYTHON_PACKAGE_CHECK([cvxpy])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([cylp], [SAGE_PYTHON_PACKAGE_CHECK([cylp])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([database_cubic_hecke], [SAGE_PYTHON_PACKAGE_CHECK([database_cubic_hecke])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([database_knotinfo], [SAGE_PYTHON_PACKAGE_CHECK([database_knotinfo])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([deprecation], [SAGE_PYTHON_PACKAGE_CHECK([deprecation])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([dot2tex], [SAGE_PYTHON_PACKAGE_CHECK([dot2tex])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([ecos_python], [SAGE_PYTHON_PACKAGE_CHECK([ecos_python])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([fqdn], [SAGE_PYTHON_PACKAGE_CHECK([fqdn])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([gap_jupyter], [SAGE_PYTHON_PACKAGE_CHECK([gap_jupyter])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([gitpython], [SAGE_PYTHON_PACKAGE_CHECK([gitpython])]) |
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,3 +1,24 @@ | ||
SAGE_SPKG_CONFIGURE([importlib_metadata], [ | ||
SAGE_PYTHON_PACKAGE_CHECK([importlib_metadata]) | ||
],[ | ||
# Three of our python packages are backport packages providing | ||
# python-3.11 features (see coding_in_python.rst): | ||
# | ||
# * importlib_metadata | ||
# * importlib_resources | ||
# * typing_extensions | ||
# | ||
# These packages are therefore not needed with >=python-3.11. Here | ||
# we test for a python minor version component greater than or equal | ||
# to 11, and mark this package as "not required" if we succeed. | ||
AC_MSG_CHECKING([for >=python-3.11]) | ||
# Keep in mind that False (~ zero) in python is success in the shell | ||
AS_IF(["${PYTHON_FOR_VENV}" -c "import sys; sys.exit(sys.version_info.minor < 11)"],[ | ||
AC_MSG_RESULT([yes]) | ||
sage_require_importlib_metadata="no" | ||
],[ | ||
AC_MSG_RESULT([no]) | ||
]) | ||
]) | ||
|
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,3 +1,23 @@ | ||
SAGE_SPKG_CONFIGURE([importlib_resources], [ | ||
SAGE_PYTHON_PACKAGE_CHECK([importlib_resources]) | ||
],[ | ||
# Three of our python packages are backport packages providing | ||
# python-3.11 features (see coding_in_python.rst): | ||
# | ||
# * importlib_metadata | ||
# * importlib_resources | ||
# * typing_extensions | ||
# | ||
# These packages are therefore not needed with >=python-3.11. Here | ||
# we test for a python minor version component greater than or equal | ||
# to 11, and mark this package as "not required" if we succeed. | ||
AC_MSG_CHECKING([for >=python-3.11]) | ||
# Keep in mind that False (~ zero) in python is success in the shell | ||
AS_IF(["${PYTHON_FOR_VENV}" -c "import sys; sys.exit(sys.version_info.minor < 11)"],[ | ||
AC_MSG_RESULT([yes]) | ||
sage_require_importlib_resources="no" | ||
],[ | ||
AC_MSG_RESULT([no]) | ||
]) | ||
]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([isoduration], [SAGE_PYTHON_PACKAGE_CHECK([isoduration])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([json5], [SAGE_PYTHON_PACKAGE_CHECK([json5])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([jsonpointer], [SAGE_PYTHON_PACKAGE_CHECK([jsonpointer])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([jsonschema_specifications], [SAGE_PYTHON_PACKAGE_CHECK([jsonschema_specifications])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([jupymake], [SAGE_PYTHON_PACKAGE_CHECK([jupymake])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([jupyter_events], [SAGE_PYTHON_PACKAGE_CHECK([jupyter_events])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([jupyter_lsp], [SAGE_PYTHON_PACKAGE_CHECK([jupyter_lsp])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([jupyter_server], [SAGE_PYTHON_PACKAGE_CHECK([jupyter_server])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([jupyter_server_terminals], [SAGE_PYTHON_PACKAGE_CHECK([jupyter_server_terminals])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([jupyterlab], [SAGE_PYTHON_PACKAGE_CHECK([jupyterlab])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([jupyterlab_mathjax2], [SAGE_PYTHON_PACKAGE_CHECK([jupyterlab_mathjax2])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([jupyterlab_server], [SAGE_PYTHON_PACKAGE_CHECK([jupyterlab_server])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([mathics], [SAGE_PYTHON_PACKAGE_CHECK([mathics])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([mathics_scanner], [SAGE_PYTHON_PACKAGE_CHECK([mathics_scanner])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([nibabel], [SAGE_PYTHON_PACKAGE_CHECK([nibabel])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([notebook_shim], [SAGE_PYTHON_PACKAGE_CHECK([notebook_shim])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([notedown], [SAGE_PYTHON_PACKAGE_CHECK([notedown])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([ore_algebra], [SAGE_PYTHON_PACKAGE_CHECK([ore_algebra])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([osqp_python], [SAGE_PYTHON_PACKAGE_CHECK([osqp_python])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([overrides], [SAGE_PYTHON_PACKAGE_CHECK([overrides])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([p_group_cohomology], [SAGE_PYTHON_PACKAGE_CHECK([p_group_cohomology])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([palettable], [SAGE_PYTHON_PACKAGE_CHECK([palettable])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([pandoc_attributes], [SAGE_PYTHON_PACKAGE_CHECK([pandoc_attributes])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([pari_jupyter], [SAGE_PYTHON_PACKAGE_CHECK([pari_jupyter])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([phitigra], [SAGE_PYTHON_PACKAGE_CHECK([phitigra])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([pint], [SAGE_PYTHON_PACKAGE_CHECK([pint])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([psutil], [SAGE_PYTHON_PACKAGE_CHECK([psutil])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([pybtex], [SAGE_PYTHON_PACKAGE_CHECK([pybtex])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([pycosat], [SAGE_PYTHON_PACKAGE_CHECK([pycosat])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([pycryptosat], [SAGE_PYTHON_PACKAGE_CHECK([pycryptosat])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([pycygwin], [SAGE_PYTHON_PACKAGE_CHECK([pycygwin])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([pygraphviz], [SAGE_PYTHON_PACKAGE_CHECK([pygraphviz])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([pynormaliz], [SAGE_PYTHON_PACKAGE_CHECK([pynormaliz])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([pyppeteer], [SAGE_PYTHON_PACKAGE_CHECK([pyppeteer])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([pyproject_api], [SAGE_PYTHON_PACKAGE_CHECK([pyproject_api])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([pyscipopt], [SAGE_PYTHON_PACKAGE_CHECK([pyscipopt])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([pysingular], [SAGE_PYTHON_PACKAGE_CHECK([pysingular])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([pytest], [SAGE_PYTHON_PACKAGE_CHECK([pytest])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([pytest_mock], [SAGE_PYTHON_PACKAGE_CHECK([pytest_mock])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([pytest_xdist], [SAGE_PYTHON_PACKAGE_CHECK([pytest_xdist])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([python_build], [SAGE_PYTHON_PACKAGE_CHECK([python_build])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([python_igraph], [SAGE_PYTHON_PACKAGE_CHECK([python_igraph])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([python_json_logger], [SAGE_PYTHON_PACKAGE_CHECK([python_json_logger])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([pytz_deprecation_shim], [SAGE_PYTHON_PACKAGE_CHECK([pytz_deprecation_shim])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([pyx], [SAGE_PYTHON_PACKAGE_CHECK([pyx])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([pyyaml], [SAGE_PYTHON_PACKAGE_CHECK([pyyaml])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([qdldl_python], [SAGE_PYTHON_PACKAGE_CHECK([qdldl_python])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([referencing], [SAGE_PYTHON_PACKAGE_CHECK([referencing])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([rfc3339_validator], [SAGE_PYTHON_PACKAGE_CHECK([rfc3339_validator])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([rfc3986_validator], [SAGE_PYTHON_PACKAGE_CHECK([rfc3986_validator])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([rst2ipynb], [SAGE_PYTHON_PACKAGE_CHECK([rst2ipynb])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([sagelib], [SAGE_PYTHON_PACKAGE_CHECK([sagelib])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([sagenb_export], [SAGE_PYTHON_PACKAGE_CHECK([sagenb_export])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([sagetex], [SAGE_PYTHON_PACKAGE_CHECK([sagetex])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([scs], [SAGE_PYTHON_PACKAGE_CHECK([scs])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([singular_jupyter], [SAGE_PYTHON_PACKAGE_CHECK([singular_jupyter])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([slabbe], [SAGE_PYTHON_PACKAGE_CHECK([slabbe])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([snappy], [SAGE_PYTHON_PACKAGE_CHECK([snappy])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([sniffio], [SAGE_PYTHON_PACKAGE_CHECK([sniffio])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([soupsieve], [SAGE_PYTHON_PACKAGE_CHECK([soupsieve])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([sqlalchemy], [SAGE_PYTHON_PACKAGE_CHECK([sqlalchemy])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([surface_dynamics], [SAGE_PYTHON_PACKAGE_CHECK([surface_dynamics])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([types_python_dateutil], [SAGE_PYTHON_PACKAGE_CHECK([types_python_dateutil])]) |
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,3 +1,3 @@ | ||
# According to https://github.com/python/typing_extensions/blob/main/CHANGELOG.md, | ||
# version 4.4.0 adds another Python 3.11 typing backport | ||
typing_extensions >= 4.4.0; python_version<"3.11" | ||
typing_extensions >= 4.4.0; python_version<'3.11' |
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,3 +1,24 @@ | ||
SAGE_SPKG_CONFIGURE([typing_extensions],[ | ||
SAGE_PYTHON_PACKAGE_CHECK([typing_extensions]) | ||
],[ | ||
# Three of our python packages are backport packages providing | ||
# python-3.11 features (see coding_in_python.rst): | ||
# | ||
# * importlib_metadata | ||
# * importlib_resources | ||
# * typing_extensions | ||
# | ||
# These packages are therefore not needed with >=python-3.11. Here | ||
# we test for a python minor version component greater than or equal | ||
# to 11, and mark this package as "not required" if we succeed. | ||
AC_MSG_CHECKING([for >=python-3.11]) | ||
|
||
# Keep in mind that False (~ zero) in python is success in the shell | ||
AS_IF(["${PYTHON_FOR_VENV}" -c "import sys; sys.exit(sys.version_info.minor < 11)"],[ | ||
AC_MSG_RESULT([yes]) | ||
sage_require_typing_extensions="no" | ||
],[ | ||
AC_MSG_RESULT([no]) | ||
]) | ||
]) | ||
|
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([uri_template], [SAGE_PYTHON_PACKAGE_CHECK([uri_template])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([webcolors], [SAGE_PYTHON_PACKAGE_CHECK([webcolors])]) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAGE_SPKG_CONFIGURE([websocket_client], [SAGE_PYTHON_PACKAGE_CHECK([websocket_client])]) |