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

Enhancement: equery m maps the remote-id to the respective url. #32

Closed
wants to merge 1 commit into from

Conversation

hyprsyd
Copy link
Contributor

@hyprsyd hyprsyd commented Sep 19, 2023

@@ -189,10 +189,43 @@ def _format_upstream_docs(docs):

def _format_upstream_ids(ids):
result = []
sites = {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
sites = {
remote_ids = {

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

or maybe: remote_id_map? not sure

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remote_ids was available so went with that although there's one more var remoteids.. should I change it to remote_id_map ?

pym/gentoolkit/equery/meta.py Outdated Show resolved Hide resolved
pym/gentoolkit/equery/meta.py Outdated Show resolved Hide resolved
pym/gentoolkit/equery/meta.py Outdated Show resolved Hide resolved
Bug: https://bugs.gentoo.org/877519

Signed-off-by: Siddhanth Rathod <xsiddhanthrathod@gmail.com>
@thesamesam
Copy link
Member

Nice job!

hyprsyd added a commit to hyprsyd/gentoolkit that referenced this pull request Oct 9, 2023
Bug: https://bugs.gentoo.org/877519
Signed-off-by: Siddhanth Rathod <xsiddhanthrathod@gmail.com>
Closes: gentoo#32
Signed-off-by: Sam James <sam@gentoo.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants