summaryrefslogtreecommitdiff
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-04-25meson.build: prepare for gentoolkit-0.6.6Sam James
2024-04-25distfiles.exclude: whitelist layout.confUlrich Müller
2024-04-25distfiles.exclude: whitelist .layout.conf* and .mirror-cache.jsonUlrich Müller
2024-03-12meson: make tests optionalGreg Kubaryk
2024-03-12Revert "meson: make tests optional"Sam James
2024-03-12ci: enable new test optionSam James
2024-03-12meson: make tests optionalSam James
2024-03-07switch test framework to pytestJohn Turner
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-16tox: fix for meson portSam 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-19NEWS, meson.build: prepare for gentoolkit-0.6.5Sam James
2024-01-19eclean: fix eclean-dist with no git3-src dirSam James
2024-01-19Revert "ci: add py3.13"Sam James
2024-01-19tox: update implsSam James
2024-01-19ci: add py3.13Sam James
2024-01-19ci: add pypy3.10Sam James
2024-01-18v0.6.4Matt Turner
2024-01-18NEWS: Populate for 0.6.2, 0.6.3, 0.6.4Matt Turner
2024-01-12eclean: Strip libc dependencies from --changed-deps calculationsMatt Turner
2024-01-11CI: Update portage to 3.0.57Matt Turner
2023-12-03meson: drop find_program('sed') as it isn't usedFlorian Schmaus
2023-12-03Enhancement: eclean-dist handle git checkoutsSiddhanth Rathod
2023-12-03man/revdep-rebuild.1: fix 'executables' typoSam James
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-29bin/merge-driver-ekeyword: replace os.system with os.execlpMike Gilbert
2023-08-29bin/merge-driver-ekeyword: mangle exit code correctlySam James
2023-08-29bin/merge-driver-ekeyword: fix compatibility with >=git-2.42.0Sam James
2023-08-24eclean: Make cleaning invalid defaultSiddhanth Rathod