Don't clear the category after the initial package.
authorW. Trevor King <wking@drexel.edu>
Tue, 7 Jun 2011 22:29:09 +0000 (18:29 -0400)
committerW. Trevor King <wking@drexel.edu>
Tue, 7 Jun 2011 22:29:09 +0000 (18:29 -0400)
commitbd16f7cdfb70b559202708aea31916ce07076874
treefc65c079cb88373b29a7244e0dfbfa6d57023d25
parent3ef5914478a9c0748939175766b579e4384f45e2
Don't clear the category after the initial package.

My previous implementation actually set the category to the empty
string, which is definately not what we want.  The current
implementation checks both the specified category and dev-python when
looking for required packages, and defaults to generating all required
packages in the specified category.

The literal set syntax `{a,b,...}` requires Python >= 2.7, but that's
the current default in Portage, so anyone running g-pypi should have
it already.
g_pypi/cli.py