summaryrefslogtreecommitdiff
path: root/pym
AgeCommit message (Expand)Author
2024-05-03eclean: dist: fix crash with excluded itemsSam James
2024-05-03eclean: dist: fix printing VCS clean items with --quietSam James
2024-05-03eclean: dist: fix copyright headersSam James
2024-05-03eclean: dist: fix typo in commentSam James
2024-05-03eclean: dist: fix operating on an empty directorySam James
2024-03-07depends.py: rename DependPrinter to PrinterJohn Turner
2024-03-07equery/depends: print output in module rather than with a callbackJohn Turner
2024-03-07dependencies.py: rewrite graph_reverse_depends to pass testsJohn Turner
2024-03-07dependencies.py: introduce unit testing for graph_reverse_dependsJohn Turner
2024-03-07dependencies.py: use Enum rather than StrEnum for DependencyKindJohn Turner
2024-02-17eclean/search.py: Fix find_packages docstring for invalid_pathsBrian Dolbec
2024-02-17Initial tests for _deps_equal()Brian Dolbec
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