This repository was archived by the owner on May 30, 2023. It is now read-only.
portage update: update portage and related packages to newer versions#840
Merged
portage update: update portage and related packages to newer versions#840
Conversation
Contributor
Author
|
Test build: http://localhost:9091/job/os/job/manifest/2021/ |
dongsupark
approved these changes
Feb 12, 2021
| @@ -0,0 +1,3 @@ | |||
| This is a fork of app-portage/repoman package. The sole reason for | |||
| having it here is to drop support for python 3.8 and 3.9 we haven't | |||
| yet packaged. | |||
Contributor
There was a problem hiding this comment.
Just a note for me.
In the future, we should really update eclass files to make them accept python 3.8 and 3.9.
It has been a huge pain for everyone who touches the code.
Contributor
Author
There was a problem hiding this comment.
That may mean custom modification of the eclass, because the updated upstream version may, for example, drop support for python2 we still package or for old EAPI we still use.
|
|
||
| # We default to python 3.6 for now | ||
| python_targets_python3_7 | ||
| python_single_target_python3_7 |
Contributor
There was a problem hiding this comment.
Note for me.
When we introduce the python 3.7 target in the future, we need to unmask 3.7 here again.
Drop lines for gentoolkit-dev, pyblake2 and uritemplate - they are not packaged by us anymore.
Dropping the new one, since the older one has still some support for python2.
The updated portage-utils bring in two more tools, qmanifest and qtegrity. They are pulling in some new dependencies. Since we didn't have those tools before, we can live without them for a little while longer.
After updating profiles in portage-stable these USE flags became unmasked. We mask them ourselves until we package some newer python.
It is masked in portage-stable, unmask it here since we still need it.
196fdce to
7945132
Compare
sayanchowdhury
added a commit
that referenced
this pull request
Feb 15, 2021
portage update: update portage and related packages to newer versions
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Please see the commit messages for details.
Needs to be merged together with:
flatcar/flatcar-dev-util#5
flatcar/scripts#118
flatcar-archive/portage-stable#145
After merging the flatcar-dev-util PR, I'll update this PR to point to the merge commit.