Initial commit. Moved from assembla.com
authorRob Cakebread <pythonhead@gentoo.org>
Wed, 23 Jul 2008 22:31:47 +0000 (22:31 +0000)
committerRob Cakebread <pythonhead@gentoo.org>
Wed, 23 Jul 2008 22:31:47 +0000 (22:31 +0000)
commit345f7db4bdaaccbe669bd00416a1e3e861e8dcd7
tree03164fc82ef1a78ce4a98ae6eeeb704637e37898
parent7af478ac5455320e1a0cb910a60ee4c1b4e06326
Initial commit. Moved from assembla.com

git-svn-id: http://g-pypi.googlecode.com/svn/trunk@2 118783bc-b352-0410-bbc3-0f610f6f7ae8
25 files changed:
AUTHORS [new file with mode: 0644]
CHANGELOG [new file with mode: 0644]
COPYING [new file with mode: 0644]
CREDITS [new file with mode: 0644]
FAQ [new file with mode: 0644]
INSTALL [new file with mode: 0644]
NEWS [new file with mode: 0644]
README [new file with mode: 0644]
THANKS [new file with mode: 0644]
TODO [new file with mode: 0644]
docs/how_it_works.txt [new file with mode: 0644]
g_pypi/__init__.py [new file with mode: 0644]
g_pypi/cli.py [new file with mode: 0755]
g_pypi/config.py [new file with mode: 0644]
g_pypi/ebuild.py [new file with mode: 0755]
g_pypi/ebuild.tmpl [new file with mode: 0644]
g_pypi/enamer.py [new file with mode: 0644]
g_pypi/portage_utils.py [new file with mode: 0644]
setup.py [new file with mode: 0644]
tests/entire_index.py [new file with mode: 0755]
tests/rss_feed.py [new file with mode: 0755]
tests/skipped_index.py [new file with mode: 0755]
tests/test_ebuild.py [new file with mode: 0644]
tests/test_enamer.py [new file with mode: 0644]
tests/test_portage_utils.py [new file with mode: 0755]