aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* meson: make tests optionalHEADmasterGreg Kubaryk2024-03-122-2/+8
* Revert "meson: make tests optional"Sam James2024-03-122-8/+2
* ci: enable new test optionSam James2024-03-121-1/+1
* meson: make tests optionalSam James2024-03-122-2/+8
* switch test framework to pytestJohn Turner2024-03-072-7/+3
* depends.py: rename DependPrinter to PrinterJohn Turner2024-03-071-4/+4
* equery/depends: print output in module rather than with a callbackJohn Turner2024-03-071-11/+18
* dependencies.py: rewrite graph_reverse_depends to pass testsJohn Turner2024-03-071-66/+36
* dependencies.py: introduce unit testing for graph_reverse_dependsJohn Turner2024-03-071-0/+71
* dependencies.py: use Enum rather than StrEnum for DependencyKindJohn Turner2024-03-071-4/+4
* eclean/search.py: Fix find_packages docstring for invalid_pathsBrian Dolbec2024-02-171-3/+2
* Initial tests for _deps_equal()Brian Dolbec2024-02-171-0/+157
* eclean: Handle InvalidDepstring info in _deps_equalBrian Dolbec2024-02-171-6/+48
* gentoolkit: fix flake8 lint error (F401, unused import)Sam James2024-02-171-1/+0
* enalyze: placate blackSam James2024-02-161-1/+1
* tox: fix for meson portSam James2024-02-161-8/+7
* dependencies.py: replace hand rolled depcache with functools.cacheJohn Turner2024-02-161-9/+4
* dependencies.py: unify get_*depend methodsJohn Turner2024-02-161-17/+15
* dependencies.py: create DependencyKind enumJohn Turner2024-02-161-0/+10
* eclean: handle when git3-src doesn't exist (port to Pathlib)Siddhanth Rathod2024-01-191-25/+25
* NEWS, meson.build: prepare for gentoolkit-0.6.5gentoolkit-0.6.5Sam James2024-01-192-1/+5
* eclean: fix eclean-dist with no git3-src dirSam James2024-01-191-0/+3
* Revert "ci: add py3.13"Sam James2024-01-191-2/+1
* tox: update implsSam James2024-01-191-1/+1
* ci: add py3.13Sam James2024-01-191-1/+2
* ci: add pypy3.10Sam James2024-01-191-0/+1
* v0.6.4gentoolkit-0.6.4Matt Turner2024-01-181-1/+1
* NEWS: Populate for 0.6.2, 0.6.3, 0.6.4Matt Turner2024-01-181-1/+21
* eclean: Strip libc dependencies from --changed-deps calculationsMatt Turner2024-01-121-1/+7
* CI: Update portage to 3.0.57Matt Turner2024-01-111-1/+1
* meson: drop find_program('sed') as it isn't usedFlorian Schmaus2023-12-031-2/+0
* Enhancement: eclean-dist handle git checkoutsSiddhanth Rathod2023-12-033-16/+89
* man/revdep-rebuild.1: fix 'executables' typoSam James2023-12-031-1/+1
* Migrate to PEP517 meson-python buildgentoolkit-0.6.3Zac Medico2023-10-1232-203/+454
* eclean: pkg: suppress invalid binary errorSiddhanth Rathod2023-10-081-1/+4
* eclean: pkg: fix pkgindex handlingSiddhanth Rathod2023-10-082-92/+11
* eclean-pkg: fix compatibility with FEATURES=pkgdir-index-trustedgentoolkit-0.6.2Siddhanth Rathod2023-09-291-3/+8
* equery meta: map the remote-id to the respective urlSiddhanth Rathod2023-09-191-10/+41
* bin/merge-driver-ekeyword: replace os.system with os.execlpMike Gilbert2023-08-291-4/+3
* bin/merge-driver-ekeyword: mangle exit code correctlySam James2023-08-291-3/+5
* bin/merge-driver-ekeyword: fix compatibility with >=git-2.42.0Sam James2023-08-291-1/+1
* eclean: Make cleaning invalid defaultSiddhanth Rathod2023-08-241-7/+8
* eclean-pkg: placate blackSam James2023-08-221-2/+1
* Drop useless imports (fix flake8)Sam James2023-08-222-2/+0
* eclean-pkg: fix --help alignment, mention shortopt for clean-invalidSam James2023-08-221-2/+2
* eclean-pkg: fix --unique-use shortoptSam James2023-08-221-1/+1
* eclean-pkg: add --clean-invalid to help, fix parsingSam James2023-08-221-7/+12
* eclean-pkg: Limit invalid search to 'packages' actionSiddhanth Rathod2023-08-221-22/+24
* eclean-pkg: deal with invalid binpkgsSiddhanth Rathod2023-08-213-6/+64
* eclean: Add type hintsSiddhanth Rathod2023-08-211-8/+9