summaryrefslogtreecommitdiffstats
path: root/pym/portage/_sets/base.py
Commit message (Collapse)AuthorAgeFilesLines
* Rename Package.metadata to _metadata.Zac Medico2012-11-261-2/+2
| | | | | The raw metadata is considered a private low-level internal. This makes the Package class consistent with the _pkg_str class.
* InternalPackageSet: default allow_repo=TrueZac Medico2011-06-051-2/+8
| | | | | | | Repo atoms are allowed more often than not, so it makes sense for this class to allow them by default. The Atom constructor and isvalidatom() functions default to allow_repo=False, which is sufficient to ensure that repo atoms are prohibited when necessary.
* reposyntax: Add support in _sets/base.pySebastian Luther2010-09-201-12/+17
|
* Rename the portage.sets module to portage._sets since it will be usefulZac Medico2010-08-301-0/+253
in the upcoming 2.1.9 branch which will not have sets support but will still have the code in private and disabled form.