aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added some basic utility methods to StateGraph. Reworked the test scriptJason Stubbs2005-05-051-27/+80
| | | | into a functional equivalent of --pretend depclean.
* pym/portage_syntax.py: Added with_key() method to Atom for creating a newJason Stubbs2005-05-051-15/+4
| | | | | | | | atom of a different key with the same constraints. bin/test_target_graph.py pym/portage_dep.py: Added transform_virtuals() function to just that. Added testing code to show how it is used. Renamed TargetGraph to StateGraph.
* Added full support for OR-based dependencies. Still need to sort outJason Stubbs2005-05-051-3/+14
| | | | virtuals and provide a public interface for TargetGraph.
* pym/portage_syntax.py pym/portage_dep.py: Filled out most of TargetGraph.Jason Stubbs2005-05-041-0/+42
Still need to complete support for OR deps. Added a bit some more support functions to Atom and DependSpec. bin/test_target_graph.py: Just a script to help test and show the usage of TargetGraph.