summaryrefslogtreecommitdiffstats
path: root/pym/portage/dep/_slot_operator.py
Commit message (Collapse)AuthorAgeFilesLines
* Use unicode_literals more.Zac Medico2013-01-181-1/+3
| | | | | This helps to ensure consistent results, regardless of whether we're using Python 2 or Python 3.
* Rename Package.metadata to _metadata.Zac Medico2012-11-261-1/+1
| | | | | The raw metadata is considered a private low-level internal. This makes the Package class consistent with the _pkg_str class.
* Add Package.eapi property.Zac Medico2012-11-171-1/+1
|
* _slot_operator: EAPI 5-hdepend DEPEND target onlyZac Medico2012-09-271-5/+9
|
* evaluate_slot_operator_equal_deps: do HDEPENDZac Medico2012-09-251-0/+1
|
* Use constants for hardcoded *DEPEND lists.Zac Medico2012-09-251-6/+4
|
* Add experimental EAPI 5-hdepend support.Ambroz Bizjak2012-09-241-1/+1
|
* Rename _slot_abi.py to _slot_operator.py.Zac Medico2012-09-021-0/+92