-
-
Notifications
You must be signed in to change notification settings - Fork 656
Move Python SPKGs to subfolder pypi/
, rename to match their PyPI name
#37566
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
Draft
mkoeppe
wants to merge
39
commits into
sagemath:develop
Choose a base branch
from
mkoeppe:rename_pypi
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or 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
… dashes in SPKG names
…i:DISTRIBUTION-NAME
…RL in sage --package properties
…ls, use pip instead of PYTHON_TOOLCHAIN
…w generates dependencies for wheels
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'
…'./bootstrap && rm -rf build/pkgs/cachetools; ./configure')
… version/checksums
…Makefile variables build_deps_... m4/sage_spkg_collect.m4: Change handling of 'dependencies_check' files, generate Makefile variables check_deps_... build/make/Makefile.in: Handle build_deps, deps, check_deps separately in package templates m4/sage_spkg_collect.m4, build/make/Makefile.in: Simplify handling of optional deps bootstrap, m4/sage_spkg_collect.m4: Get dependencies via 'sage --package dependencies --format=shell' m4/sage_spkg_collect.m4: Handle wheel packages like normal packages
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'
…in pkg:pypi/*) git mv build/pkgs/$a build/pkgs/${purl/pkg:/};; esac; done
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The format is intended to match the PURL, see https://peps.python.org/pep-0725/#concrete-package-specification-through-purl, #37250
sage -package list
make
target namesResolves #31136
📝 Checklist
⌛ Dependencies
sage --package
,sage-get-system-packages
: Support PURLspkg:pypi/DISTRO-NAME
, obtain dependencies of wheels from PyPI #37500bootstrap
,bootstrap-conda
,m4/sage_spkg_collect.m4
,sage-spkg-info
throughsage --package properties
,sage-get-system-packages
#37430bootstrap-conda
,m4/sage_spkg_collect.m4
through sage-package; handledependencies_build
#36740