aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dependencies.py: rewrite graph_reverse_depends to pass testsJohn Turner2024-03-071-66/+36
* dependencies.py: use Enum rather than StrEnum for DependencyKindJohn Turner2024-03-071-4/+4
* gentoolkit: fix flake8 lint error (F401, unused import)Sam James2024-02-171-1/+0
* 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
* Run `pyupgrade --py39-plus`Sam James2023-08-071-2/+2
* */*: Reformat with newer BlackSam James2023-03-201-1/+0
* Change tabs to spaces (using autopep8). Also, format repo using black.Wolfgang E. Sanyer2021-09-201-298/+310
* Remove $Header$Matt Turner2020-12-201-2/+0
* Include BDEPEND in dep checksVirgil Dupras2019-05-111-1/+1
* Greatly speed up "equery depends"Virgil Dupras2018-09-171-22/+21
* Add (and fix) flake8 checks in toxVirgil Dupras2018-08-141-2/+1
* dependencies: avoid Package-is-not-iterable in graph_reverse_depends doctestW. Trevor King2012-11-111-3/+3
* dependencies: update Dependencies doctest to use portage-9999W. Trevor King2012-11-111-3/+5
* replace all use of dbapi's PORTDB, VARDB, BINDB assigned variables with the a...Brian Dolbec2012-07-311-3/+2
* fix the Dependencies.graph_depends() api return value not being correct.dol-sen2011-05-221-22/+19
* apply djanderson's idea for a simpler/better fix to bug 353430 and commit 000...Brian Dolbec2011-02-101-2/+2
* create a new uniqify_atoms() to properly handle a list of atom instances.Brian Dolbec2011-01-091-3/+2
* remove the use of uniqify as it does not work correctly with atoms.Brian Dolbec2011-01-091-1/+2
* Merge from genscripts r451: douglasjandersonfuzzyray2010-09-221-13/+13
* Sync with genscripts rev 422, includes fixes to eclean and python additions f...fuzzyray2010-04-081-1/+4
* sync with genscripts rev 343. This adds the initial py3k support and the anal...fuzzyray2010-03-091-7/+8
* Merge genscripts revision 191fuzzyray2010-02-021-10/+10
* Merge genscripts rev 146. This changes the unknown masking status in equery l...fuzzyray2010-01-081-1/+7
* Update Copyright date headersfuzzyray2010-01-071-1/+1
* Merge genscripts revision 144, contains fixes for Bug 299260fuzzyray2010-01-061-2/+6
* Merge genscripts rev 123, this unifies the get_env_var/get_env_vars methods a...fuzzyray2009-12-111-5/+5
* Merge rev 119 from genscripts repository which contains the first cut at maki...fuzzyray2009-12-091-9/+8
* Merge rev 113 from djanderson's genscripts repofuzzyray2009-12-081-0/+317