summaryrefslogtreecommitdiff
path: root/pym
AgeCommit message (Expand)Author
2024-02-17eclean: Handle InvalidDepstring info in _deps_equalBrian Dolbec
2024-02-17gentoolkit: fix flake8 lint error (F401, unused import)Sam James
2024-02-16enalyze: placate blackSam James
2024-02-16dependencies.py: replace hand rolled depcache with functools.cacheJohn Turner
2024-02-16dependencies.py: unify get_*depend methodsJohn Turner
2024-02-16dependencies.py: create DependencyKind enumJohn Turner
2024-01-19eclean: handle when git3-src doesn't exist (port to Pathlib)Siddhanth Rathod
2024-01-19eclean: fix eclean-dist with no git3-src dirSam James
2024-01-12eclean: Strip libc dependencies from --changed-deps calculationsMatt Turner
2023-12-03Enhancement: eclean-dist handle git checkoutsSiddhanth Rathod
2023-10-12Migrate to PEP517 meson-python buildZac Medico
2023-10-08eclean: pkg: suppress invalid binary errorSiddhanth Rathod
2023-10-08eclean: pkg: fix pkgindex handlingSiddhanth Rathod
2023-09-29eclean-pkg: fix compatibility with FEATURES=pkgdir-index-trustedSiddhanth Rathod
2023-09-19equery meta: map the remote-id to the respective urlSiddhanth Rathod
2023-08-24eclean: Make cleaning invalid defaultSiddhanth Rathod
2023-08-22eclean-pkg: placate blackSam James
2023-08-22Drop useless imports (fix flake8)Sam James
2023-08-22eclean-pkg: fix --help alignment, mention shortopt for clean-invalidSam James
2023-08-22eclean-pkg: fix --unique-use shortoptSam James
2023-08-22eclean-pkg: add --clean-invalid to help, fix parsingSam James
2023-08-22eclean-pkg: Limit invalid search to 'packages' actionSiddhanth Rathod
2023-08-21eclean-pkg: deal with invalid binpkgsSiddhanth Rathod
2023-08-21eclean: Add type hintsSiddhanth Rathod
2023-08-07Run `pyupgrade --py39-plus`Sam James
2023-08-05equery: reformat with blackSam James
2023-07-18equery: list: correctly handle installed packages no longer in treeRafał Mużyło
2023-07-18equery: depgraph: Fix --linear shortopt (-l)Sam James
2023-06-04enalyze/analyze.py: fix typosDiego Viola
2023-03-22Support the NO_COLOR environment variableUlrich Müller
2023-03-20*/*: Reformat with newer BlackSam James
2023-01-07eshowkw: Fix spelling errorGreg Kubaryk
2022-12-14profile: Default to main repo nameKrzesimir Nowak
2022-07-28equery: Set nocolor for piping to after options are parsedBrian Dolbec
2022-07-11equery meta: Put maintainer description on the same lineBrian Dolbec
2022-07-10eclean/pkgindex.py: Fix typo in function callBrian Dolbec
2022-07-10equery check.py: Fix flake 8 qa for unused variableBrian Dolbec
2022-07-10depends.py: Fix 3e35553df46 missing Package importBrian Dolbec
2022-07-10equery depends: Fix a traceback due to UnboundLocalError:Brian Dolbec
2022-07-10equery check: Fix exception handling for Insufficient permissionsAlexander Miller
2022-07-10package.py: code cleanup via blackBrian Dolbec
2022-07-10equery meta: Migrate to portage's MetadataXML classBrian Dolbec
2022-07-09equery meta: Fix missing description when not in metadata.xmlBrian Dolbec
2022-07-09Fix typo "informations" revdep-rebuild & eshowkwBrian Dolbec
2022-07-09equery: Turn off color when piping is setBrian Dolbec
2022-07-09enalyze: Fix missing newline at end of saved rebuild filesBrian Dolbec
2022-07-09eclean: add early return for empty DISTDIRBrian Dolbec
2022-07-09eclean: Complete migration to imported emaint codeBrian Dolbec
2022-07-09ekeyword: remove .ebuild file suffix requirement (bug 762331)Zac Medico
2022-07-09equery: run blackSam James