index
:
gentoolkit
master
Gentoolkit
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pym
Age
Commit message (
Expand
)
Author
2024-03-07
depends.py: rename DependPrinter to Printer
John Turner
2024-03-07
equery/depends: print output in module rather than with a callback
John Turner
2024-03-07
dependencies.py: rewrite graph_reverse_depends to pass tests
John Turner
2024-03-07
dependencies.py: introduce unit testing for graph_reverse_depends
John Turner
2024-03-07
dependencies.py: use Enum rather than StrEnum for DependencyKind
John Turner
2024-02-17
eclean/search.py: Fix find_packages docstring for invalid_paths
Brian Dolbec
2024-02-17
Initial tests for _deps_equal()
Brian Dolbec
2024-02-17
eclean: Handle InvalidDepstring info in _deps_equal
Brian Dolbec
2024-02-17
gentoolkit: fix flake8 lint error (F401, unused import)
Sam James
2024-02-16
enalyze: placate black
Sam James
2024-02-16
dependencies.py: replace hand rolled depcache with functools.cache
John Turner
2024-02-16
dependencies.py: unify get_*depend methods
John Turner
2024-02-16
dependencies.py: create DependencyKind enum
John Turner
2024-01-19
eclean: handle when git3-src doesn't exist (port to Pathlib)
Siddhanth Rathod
2024-01-19
eclean: fix eclean-dist with no git3-src dir
Sam James
2024-01-12
eclean: Strip libc dependencies from --changed-deps calculations
Matt Turner
2023-12-03
Enhancement: eclean-dist handle git checkouts
Siddhanth Rathod
2023-10-12
Migrate to PEP517 meson-python build
Zac Medico
2023-10-08
eclean: pkg: suppress invalid binary error
Siddhanth Rathod
2023-10-08
eclean: pkg: fix pkgindex handling
Siddhanth Rathod
2023-09-29
eclean-pkg: fix compatibility with FEATURES=pkgdir-index-trusted
Siddhanth Rathod
2023-09-19
equery meta: map the remote-id to the respective url
Siddhanth Rathod
2023-08-24
eclean: Make cleaning invalid default
Siddhanth Rathod
2023-08-22
eclean-pkg: placate black
Sam James
2023-08-22
Drop useless imports (fix flake8)
Sam James
2023-08-22
eclean-pkg: fix --help alignment, mention shortopt for clean-invalid
Sam James
2023-08-22
eclean-pkg: fix --unique-use shortopt
Sam James
2023-08-22
eclean-pkg: add --clean-invalid to help, fix parsing
Sam James
2023-08-22
eclean-pkg: Limit invalid search to 'packages' action
Siddhanth Rathod
2023-08-21
eclean-pkg: deal with invalid binpkgs
Siddhanth Rathod
2023-08-21
eclean: Add type hints
Siddhanth Rathod
2023-08-07
Run `pyupgrade --py39-plus`
Sam James
2023-08-05
equery: reformat with black
Sam James
2023-07-18
equery: list: correctly handle installed packages no longer in tree
Rafał Mużyło
2023-07-18
equery: depgraph: Fix --linear shortopt (-l)
Sam James
2023-06-04
enalyze/analyze.py: fix typos
Diego Viola
2023-03-22
Support the NO_COLOR environment variable
Ulrich Müller
2023-03-20
*/*: Reformat with newer Black
Sam James
2023-01-07
eshowkw: Fix spelling error
Greg Kubaryk
2022-12-14
profile: Default to main repo name
Krzesimir Nowak
2022-07-28
equery: Set nocolor for piping to after options are parsed
Brian Dolbec
2022-07-11
equery meta: Put maintainer description on the same line
Brian Dolbec
2022-07-10
eclean/pkgindex.py: Fix typo in function call
Brian Dolbec
2022-07-10
equery check.py: Fix flake 8 qa for unused variable
Brian Dolbec
2022-07-10
depends.py: Fix 3e35553df46 missing Package import
Brian Dolbec
2022-07-10
equery depends: Fix a traceback due to UnboundLocalError:
Brian Dolbec
2022-07-10
equery check: Fix exception handling for Insufficient permissions
Alexander Miller
2022-07-10
package.py: code cleanup via black
Brian Dolbec
2022-07-10
equery meta: Migrate to portage's MetadataXML class
Brian Dolbec
2022-07-09
equery meta: Fix missing description when not in metadata.xml
Brian Dolbec
[next]