sync with genscripts rev 343. This adds the initial py3k support and the analyse...
authorfuzzyray <fuzzyray@gentoo.org>
Tue, 9 Mar 2010 16:42:04 +0000 (16:42 -0000)
committerfuzzyray <fuzzyray@gentoo.org>
Tue, 9 Mar 2010 16:42:04 +0000 (16:42 -0000)
commit2f90a4b9ceff920f793541376da21d313af083d9
tree4eda986a753ea80a16a3f416e22daae7946a6dbd
parentd3e4aad5a03efbd5089f96558d2ddd1e9bf158a8
sync with genscripts rev 343. This adds the initial py3k support and the analyse utility to gentoolkit

svn path=/trunk/gentoolkit/; revision=751
59 files changed:
ChangeLog
README.dev
TODO
bin/analyse [new file with mode: 0755]
bin/eclean
bin/epkginfo
bin/equery
bin/euse
bin/glsa-check
bin/revdep-rebuild
man/analyse.1 [new file with mode: 0644]
man/equery.1
pym/analyse [new file with mode: 0755]
pym/gentoolkit/__init__.py
pym/gentoolkit/analyse/__init__.py [new file with mode: 0644]
pym/gentoolkit/analyse/analyse.py [new file with mode: 0644]
pym/gentoolkit/analyse/base.py [new file with mode: 0644]
pym/gentoolkit/analyse/lib.py [new file with mode: 0644]
pym/gentoolkit/analyse/output.py [new file with mode: 0644]
pym/gentoolkit/analyse/rebuild.py [new file with mode: 0644]
pym/gentoolkit/atom.py
pym/gentoolkit/base.py [new file with mode: 0644]
pym/gentoolkit/cpv.py
pym/gentoolkit/dbapi.py
pym/gentoolkit/dependencies.py
pym/gentoolkit/deprecated/helpers.py
pym/gentoolkit/equery/__init__.py
pym/gentoolkit/equery/belongs.py
pym/gentoolkit/equery/changes.py
pym/gentoolkit/equery/check.py
pym/gentoolkit/equery/depends.py
pym/gentoolkit/equery/depgraph.py
pym/gentoolkit/equery/files.py
pym/gentoolkit/equery/hasuse.py
pym/gentoolkit/equery/list_.py
pym/gentoolkit/equery/meta.py
pym/gentoolkit/equery/size.py
pym/gentoolkit/equery/uses.py
pym/gentoolkit/equery/which.py
pym/gentoolkit/errors.py
pym/gentoolkit/formatters.py [new file with mode: 0644]
pym/gentoolkit/glsa/__init__.py
pym/gentoolkit/helpers.py
pym/gentoolkit/keyword.py [new file with mode: 0644]
pym/gentoolkit/metadata.py
pym/gentoolkit/package.py
pym/gentoolkit/pprinter.py
pym/gentoolkit/query.py
pym/gentoolkit/sets.py [new file with mode: 0644]
pym/gentoolkit/test/__init__.py
pym/gentoolkit/test/equery/__init__.py
pym/gentoolkit/test/equery/test_init.py
pym/gentoolkit/test/test_atom.py
pym/gentoolkit/test/test_cpv.py
pym/gentoolkit/test/test_helpers.py
pym/gentoolkit/test/test_keyword.py [new file with mode: 0644]
pym/gentoolkit/test/test_syntax.py
pym/gentoolkit/versionmatch.py
setup.py