aboutsummaryrefslogtreecommitdiff
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* equery meta: Put maintainer description on the same lineBrian Dolbec2022-07-111-1/+1
* eclean/pkgindex.py: Fix typo in function callBrian Dolbec2022-07-101-2/+2
* equery check.py: Fix flake 8 qa for unused variableBrian Dolbec2022-07-101-0/+1
* depends.py: Fix 3e35553df46 missing Package importBrian Dolbec2022-07-101-1/+1
* equery depends: Fix a traceback due to UnboundLocalError:Brian Dolbec2022-07-101-1/+0
* equery check: Fix exception handling for Insufficient permissionsAlexander Miller2022-07-101-1/+6
* package.py: code cleanup via blackBrian Dolbec2022-07-101-1/+3
* equery meta: Migrate to portage's MetadataXML classBrian Dolbec2022-07-102-259/+7
* equery meta: Fix missing description when not in metadata.xmlBrian Dolbec2022-07-092-0/+11
* Fix typo "informations" revdep-rebuild & eshowkwBrian Dolbec2022-07-093-4/+4
* equery: Turn off color when piping is setBrian Dolbec2022-07-091-0/+2
* enalyze: Fix missing newline at end of saved rebuild filesBrian Dolbec2022-07-091-0/+1
* eclean: add early return for empty DISTDIRBrian Dolbec2022-07-091-0/+4
* eclean: Complete migration to imported emaint codeBrian Dolbec2022-07-093-33/+30
* ekeyword: remove .ebuild file suffix requirement (bug 762331)Zac Medico2022-07-091-3/+5
* equery: run blackSam James2022-07-091-24/+23
* equery: Add -F TMPL option to depends moduleArno Bauernöppel2022-07-081-22/+54
* equery: update linguas->l10n optionMartin Matous2022-07-081-2/+1
* metadata.py: Don't fail on unmatched packageMarco Sirabella2022-07-081-1/+3
* Add -f/--forced-masked to equery usesOskari Pirhonen2022-07-082-21/+77
* eshowkw: make black happyMike Gilbert2022-07-081-1/+1
* revdep-rebuild: set up a child logger with propagate = FalseMike Gilbert2022-07-081-1/+2
* eshowkw: Fix missing dash for -r? ebuilds in versionlist outputBrian Dolbec2022-06-082-2/+2
* eshowkw: Correctly fix row alignment issue bug 503366Brian Dolbec2022-06-072-3/+2
* eshowkw: Fix bug 503366 row alignment issueBrian Dolbec2022-06-071-2/+3
* fix missing short option "-u" for --unique-useYixun Lan2022-06-011-1/+1
* implement --unique-use option for eclean-pkgYixun Lan2022-05-282-1/+39
* Remove remnants of herds supportMatt Turner2022-03-163-159/+26
* imlate: Remove 'experimental' codeMatt Turner2022-03-161-5/+0
* */*: drop obsolete Changelog referencesSam James2022-02-091-6/+1
* */*: reformat with latest Black 22.1.0Sam James2022-02-091-1/+1
* Fix flake F401 'imported but unused' errorWolfgang E. Sanyer2021-09-211-3/+0
* Change tabs to spaces (using autopep8). Also, format repo using black.Wolfgang E. Sanyer2021-09-2073-13751/+14948
* equery: Remove leftovers from 'changes' removalMatt Turner2021-07-161-1/+0
* ekeyword: fix typoPetr Vaněk2021-06-181-1/+1
* equery: Remove 'changes' subcommandMatt Turner2021-01-045-406/+0
* gentoolkit: Remove gentoolkit.test.cmpMatt Turner2021-01-023-53/+0
* ekeyword: Use mock from unittestMatt Turner2020-12-281-1/+1
* eclean: Remove unneeded __init__ to enable pytestMatt Turner2020-12-201-6/+0
* ekeyword: Fix unit testMatt Turner2020-12-201-20/+18
* ekeyword: Rename unit test so that it runsMatt Turner2020-12-202-2/+2
* Remove unused sys importsMatt Turner2020-12-207-7/+0
* Remove inherits from objectMatt Turner2020-12-2021-28/+28
* Remove Python < 3 version checksMatt Turner2020-12-2013-48/+3
* Remove $Header$Matt Turner2020-12-2041-82/+0
* Remove imports from __future__Matt Turner2020-12-2042-94/+0
* metadata.py: Fix duplicated use flag text bug 748129Brian Dolbec2020-10-131-2/+5
* metadata: Drop deprecated ElementTree methodsMikk Margus Möll2020-10-081-5/+4
* eclean --changed-deps: fix EAPI logic (bug 727596)Zac Medico2020-06-081-8/+10
* profile: Add initial support for arches.descMichał Górny2020-04-245-3/+394