-
-
Notifications
You must be signed in to change notification settings - Fork 481
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
Add # sage_setup: distribution directives to all files #37901
base: develop
Are you sure you want to change the base?
Commits on Apr 14, 2024
-
src/pyproject.toml.m4: Merge all metadata from src/setup.cfg.m4, remo…
…ve src/setup.cfg.m4, update docs
Configuration menu - View commit details
-
Copy full SHA for 30e012f - Browse repository at this point
Copy the full SHA 30e012fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e4b376b - Browse repository at this point
Copy the full SHA e4b376bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a960393 - Browse repository at this point
Copy the full SHA a960393View commit details -
(cd src && for d in $(find sage -name __pycache__ -prune -o -type d -print); do sed -i.bak "/from *[.].*import/s/from /from $(echo $d | sed 's,/,.,g')/;s/[.] import / import /;" $d/all*.py; done)
Configuration menu - View commit details
-
Copy full SHA for 2a71fe1 - Browse repository at this point
Copy the full SHA 2a71fe1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b7f892 - Browse repository at this point
Copy the full SHA 0b7f892View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a8f404 - Browse repository at this point
Copy the full SHA 6a8f404View commit details -
Configuration menu - View commit details
-
Copy full SHA for c791f78 - Browse repository at this point
Copy the full SHA c791f78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 366035e - Browse repository at this point
Copy the full SHA 366035eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a96f570 - Browse repository at this point
Copy the full SHA a96f570View commit details -
Configuration menu - View commit details
-
Copy full SHA for c749f35 - Browse repository at this point
Copy the full SHA c749f35View commit details -
sage -fixdoctests --no-test --distribution sagemath_categories --upda…
…te-known-test-failures
Configuration menu - View commit details
-
Copy full SHA for 563a3f2 - Browse repository at this point
Copy the full SHA 563a3f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22395ae - Browse repository at this point
Copy the full SHA 22395aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7de8387 - Browse repository at this point
Copy the full SHA 7de8387View commit details -
for a in $(git --no-pager grep -l lazy_import src/sage/**/all*.py); d…
…o if ! grep -q 'del lazy_import' $a; then echo 'del lazy_import' >> $a; fi; done
Configuration menu - View commit details
-
Copy full SHA for e411118 - Browse repository at this point
Copy the full SHA e411118View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a07f69 - Browse repository at this point
Copy the full SHA 7a07f69View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfc6cca - Browse repository at this point
Copy the full SHA dfc6ccaView commit details -
Configuration menu - View commit details
-
Copy full SHA for a7fdfc9 - Browse repository at this point
Copy the full SHA a7fdfc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e630e90 - Browse repository at this point
Copy the full SHA e630e90View commit details -
Configuration menu - View commit details
-
Copy full SHA for bcc7137 - Browse repository at this point
Copy the full SHA bcc7137View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80d33ee - Browse repository at this point
Copy the full SHA 80d33eeView commit details -
for a in $(git --no-pager grep -l install_doc src/sage/**/all*.py); d…
…o if ! grep -q 'del install_doc' $a; then echo 'del install_doc' >> $a; fi; done
Configuration menu - View commit details
-
Copy full SHA for 49a508d - Browse repository at this point
Copy the full SHA 49a508dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 91ad68f - Browse repository at this point
Copy the full SHA 91ad68fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9f86a0 - Browse repository at this point
Copy the full SHA e9f86a0View commit details -
Fixup changes to reestablish sagemath#36676
The chain of immediate ancestors of this commit was created by cherry-picking the relevant commits that comprise sagemath#36676. Replaying all these commits (and the necessary conflict resolution) still leaves a non-empty diff when comparing 10.4.beta2 to the previous sagemath#36676 and 10.4.beta3 to that cherry-picked branch. This commit makes sure that the diff is trivial. The changes introduced here were likely introduced in conflict resolution when merging develop into sagemath#36676. I did not replay these conflict resolutions, so I do this here manually.
Configuration menu - View commit details
-
Copy full SHA for 2c6dd83 - Browse repository at this point
Copy the full SHA 2c6dd83View commit details -
Configuration menu - View commit details
-
Copy full SHA for aaff425 - Browse repository at this point
Copy the full SHA aaff425View commit details -
(cd src && for d in $(find sage -name __pycache__ -prune -o -type d -print); do sed -i.bak "/from *[.].*import/s/from /from $(echo $d | sed 's,/,.,g')/;s/[.] import / import /;" $d/all*.py; done)
Configuration menu - View commit details
-
Copy full SHA for 966bfb2 - Browse repository at this point
Copy the full SHA 966bfb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0a9936 - Browse repository at this point
Copy the full SHA f0a9936View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9841731 - Browse repository at this point
Copy the full SHA 9841731View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cef186 - Browse repository at this point
Copy the full SHA 2cef186View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d08e0b - Browse repository at this point
Copy the full SHA 4d08e0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bfd114 - Browse repository at this point
Copy the full SHA 4bfd114View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1361c65 - Browse repository at this point
Copy the full SHA 1361c65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ae157a - Browse repository at this point
Copy the full SHA 8ae157aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 113d34d - Browse repository at this point
Copy the full SHA 113d34dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c53093 - Browse repository at this point
Copy the full SHA 4c53093View commit details -
sage -fixdoctests --no-test --distribution sagemath_categories --upda…
…te-known-test-failures
Configuration menu - View commit details
-
Copy full SHA for f2b24cb - Browse repository at this point
Copy the full SHA f2b24cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d36d9c - Browse repository at this point
Copy the full SHA 4d36d9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 33aeb2c - Browse repository at this point
Copy the full SHA 33aeb2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01039f7 - Browse repository at this point
Copy the full SHA 01039f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f58f59 - Browse repository at this point
Copy the full SHA 6f58f59View commit details -
for a in $(git --no-pager grep -l lazy_import src/sage/**/all*.py); d…
…o if ! grep -q 'del lazy_import' $a; then echo 'del lazy_import' >> $a; fi; done
Configuration menu - View commit details
-
Copy full SHA for b423aab - Browse repository at this point
Copy the full SHA b423aabView commit details -
Configuration menu - View commit details
-
Copy full SHA for ded3be7 - Browse repository at this point
Copy the full SHA ded3be7View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdf3655 - Browse repository at this point
Copy the full SHA cdf3655View commit details -
Configuration menu - View commit details
-
Copy full SHA for deca050 - Browse repository at this point
Copy the full SHA deca050View commit details -
Configuration menu - View commit details
-
Copy full SHA for 997614a - Browse repository at this point
Copy the full SHA 997614aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0c7025 - Browse repository at this point
Copy the full SHA f0c7025View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7175d41 - Browse repository at this point
Copy the full SHA 7175d41View commit details -
for a in $(git --no-pager grep -l install_doc src/sage/**/all*.py); d…
…o if ! grep -q 'del install_doc' $a; then echo 'del install_doc' >> $a; fi; done
Configuration menu - View commit details
-
Copy full SHA for b5c6a3f - Browse repository at this point
Copy the full SHA b5c6a3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c0bda8 - Browse repository at this point
Copy the full SHA 8c0bda8View commit details -
src/pyproject.toml.m4: Merge all metadata from src/setup.cfg.m4, remo…
…ve src/setup.cfg.m4, update docs
Configuration menu - View commit details
-
Copy full SHA for a62ad93 - Browse repository at this point
Copy the full SHA a62ad93View commit details -
build/bin/sage-get-system-packages (install-requires[-toml], pip): Do…
… not require ENABLE_SYSTEM_SITE_PACKAGES=yes
Configuration menu - View commit details
-
Copy full SHA for 6607780 - Browse repository at this point
Copy the full SHA 6607780View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6b245e - Browse repository at this point
Copy the full SHA c6b245eView commit details -
src/sage/misc/package_dir.py (read_distribution): Don't fail on FileN…
…otFoundError, update doctest output
Configuration menu - View commit details
-
Copy full SHA for 663a5e5 - Browse repository at this point
Copy the full SHA 663a5e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bf8816 - Browse repository at this point
Copy the full SHA 7bf8816View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c2e590 - Browse repository at this point
Copy the full SHA 3c2e590View commit details -
Run 'make pypi-sdists && ./sage -fixdistributions --set all --from-eg…
…g-info' using the distributions defined in sagemath#35095
Configuration menu - View commit details
-
Copy full SHA for 202e442 - Browse repository at this point
Copy the full SHA 202e442View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8424d0 - Browse repository at this point
Copy the full SHA a8424d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a1aae5 - Browse repository at this point
Copy the full SHA 1a1aae5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f643be - Browse repository at this point
Copy the full SHA 0f643beView commit details -
pkgs/sagemath-standard/setup.py: Conditionalize source discovery - no…
…t needed for sdist
Configuration menu - View commit details
-
Copy full SHA for f78fdb5 - Browse repository at this point
Copy the full SHA f78fdb5View commit details -
Fix doctests of is_package_or_sage_namespace_package_dir for multiple…
… items in __path__
Configuration menu - View commit details
-
Copy full SHA for e6449b6 - Browse repository at this point
Copy the full SHA e6449b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80d8cc6 - Browse repository at this point
Copy the full SHA 80d8cc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29e7d6e - Browse repository at this point
Copy the full SHA 29e7d6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4078f0 - Browse repository at this point
Copy the full SHA a4078f0View commit details
Commits on Apr 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f8cda25 - Browse repository at this point
Copy the full SHA f8cda25View commit details -
Configuration menu - View commit details
-
Copy full SHA for df78533 - Browse repository at this point
Copy the full SHA df78533View commit details
Commits on May 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c84b064 - Browse repository at this point
Copy the full SHA c84b064View commit details -
Configuration menu - View commit details
-
Copy full SHA for a05e957 - Browse repository at this point
Copy the full SHA a05e957View commit details
Commits on May 12, 2024
-
Merge tag '10.4.beta5' into 36676
SageMath version 10.4.beta5, Release Date: 2024-05-02
Configuration menu - View commit details
-
Copy full SHA for ac36cbc - Browse repository at this point
Copy the full SHA ac36cbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for db9c848 - Browse repository at this point
Copy the full SHA db9c848View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71a6980 - Browse repository at this point
Copy the full SHA 71a6980View commit details -
bootstrap: Simplify by using 'sage-package properties'
bootstrap: Remove last direct use of 'build/pkgs' bootstrap-conda: Use 'sage-package properties' and 'sage-package dependencies' Update shell uses of 'sage-package properties'
Configuration menu - View commit details
-
Copy full SHA for d6a91d2 - Browse repository at this point
Copy the full SHA d6a91d2View commit details -
m4/sage_spkg_collect.m4: Fix handling of missing package dirs (test: …
…'./bootstrap && rm -rf build/pkgs/cachetools; ./configure')
Configuration menu - View commit details
-
Copy full SHA for fb3962b - Browse repository at this point
Copy the full SHA fb3962bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b348283 - Browse repository at this point
Copy the full SHA b348283View commit details -
bootstrap: Use 'sage -package update' to update the configure tarball…
… version/checksums
Configuration menu - View commit details
-
Copy full SHA for ebc9ebf - Browse repository at this point
Copy the full SHA ebc9ebfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5195d13 - Browse repository at this point
Copy the full SHA 5195d13View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2594fb - Browse repository at this point
Copy the full SHA c2594fbView commit details
Commits on May 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 048d891 - Browse repository at this point
Copy the full SHA 048d891View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ef4beb - Browse repository at this point
Copy the full SHA 2ef4bebView commit details -
build/bin/sage-spkg-info: Show versions using new command 'sage-get-s…
…ystem-packages versions'
Configuration menu - View commit details
-
Copy full SHA for 6ee000b - Browse repository at this point
Copy the full SHA 6ee000bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a3047e - Browse repository at this point
Copy the full SHA 6a3047eView commit details
Commits on May 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 934f9cf - Browse repository at this point
Copy the full SHA 934f9cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ba97e7 - Browse repository at this point
Copy the full SHA 7ba97e7View commit details -
src/pyproject.toml.m4: Merge all metadata from src/setup.cfg.m4, remo…
…ve src/setup.cfg.m4, update docs
Configuration menu - View commit details
-
Copy full SHA for 0280c38 - Browse repository at this point
Copy the full SHA 0280c38View commit details -
Restore the deleted version_requirements.txt files in build/pkgs/*/, …
…without versions
Configuration menu - View commit details
-
Copy full SHA for 0b927be - Browse repository at this point
Copy the full SHA 0b927beView commit details -
Revert "delete generated version requirements files during cleanup"
This reverts commit c0d2ec4.
Configuration menu - View commit details
-
Copy full SHA for 78bb595 - Browse repository at this point
Copy the full SHA 78bb595View commit details -
Revert "add generated version requirements files to configure tarball"
This reverts commit d4196d7.
Configuration menu - View commit details
-
Copy full SHA for 33003d7 - Browse repository at this point
Copy the full SHA 33003d7View commit details -
build/pkgs/*/version_requirements.txt: Deduplicate version constraint…
…s from pyproject.toml
Configuration menu - View commit details
-
Copy full SHA for 452d6da - Browse repository at this point
Copy the full SHA 452d6daView commit details -
build/bin/sage-get-system-packages: Extract from pyproject.toml [proj…
…ect] dependencies, [project.optional-dependencies] too
Configuration menu - View commit details
-
Copy full SHA for 6a54d56 - Browse repository at this point
Copy the full SHA 6a54d56View commit details -
build/bin/sage-get-system-packages: When scanning pyproject.toml for …
…package names, treat dashes and underscores as equivalent
Configuration menu - View commit details
-
Copy full SHA for e0aed28 - Browse repository at this point
Copy the full SHA e0aed28View commit details -
build/bin/sage-get-system-packages: Sort/uniquify package info extrac…
…ted from src/pyproject.toml
Configuration menu - View commit details
-
Copy full SHA for a228617 - Browse repository at this point
Copy the full SHA a228617View commit details
Commits on May 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 45cc4bd - Browse repository at this point
Copy the full SHA 45cc4bdView commit details
Commits on May 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 112a6ca - Browse repository at this point
Copy the full SHA 112a6caView commit details -
Configuration menu - View commit details
-
Copy full SHA for a436233 - Browse repository at this point
Copy the full SHA a436233View commit details
Commits on May 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0a27566 - Browse repository at this point
Copy the full SHA 0a27566View commit details -
Configuration menu - View commit details
-
Copy full SHA for 903cb92 - Browse repository at this point
Copy the full SHA 903cb92View commit details
Commits on Jun 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 20e6cda - Browse repository at this point
Copy the full SHA 20e6cdaView commit details -
src/sage/structure/parent.pyx: In doctest, use SymmetricFunctions fro…
…m global bindings
Configuration menu - View commit details
-
Copy full SHA for a34bd71 - Browse repository at this point
Copy the full SHA a34bd71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 327fb5c - Browse repository at this point
Copy the full SHA 327fb5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for af1ff33 - Browse repository at this point
Copy the full SHA af1ff33View commit details
Commits on Jun 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 902784d - Browse repository at this point
Copy the full SHA 902784dView commit details -
Configuration menu - View commit details
-
Copy full SHA for df9dd71 - Browse repository at this point
Copy the full SHA df9dd71View commit details
Commits on Jun 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fd5ba9a - Browse repository at this point
Copy the full SHA fd5ba9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bd68c9 - Browse repository at this point
Copy the full SHA 2bd68c9View commit details