Re: [gentoo-portage-dev] [PATCH 5/6] Install Python modules using setup.py

2014-08-22 Thread Michał Górny
Dnia 2014-08-22, o godz. 15:30:15 Brian Dolbec napisał(a): > On Thu, 21 Aug 2014 22:19:43 +0200 > Michał Górny wrote: > > > --- > > .gitignore | 1 + > > Makefile | 215 > > doc/Makefile | 11 - > > pym/portage/const.py | 4 +- > > setup.

Re: [gentoo-portage-dev] [PATCH 5/6] Install Python modules using setup.py

2014-08-22 Thread Brian Dolbec
On Thu, 21 Aug 2014 22:19:43 +0200 Michał Górny wrote: > --- > .gitignore | 1 + > Makefile | 215 > doc/Makefile | 11 - > pym/portage/const.py | 4 +- > setup.py | 557 > +++ 5 fi

[gentoo-portage-dev] [PATCH 5/6] Install Python modules using setup.py

2014-08-21 Thread Michał Górny
--- .gitignore | 1 + Makefile | 215 doc/Makefile | 11 - pym/portage/const.py | 4 +- setup.py | 557 +++ 5 files changed, 560 insertions(+), 228 deletions(-) delete mode 100644 M