GSoC 2010 report for gpypi2 under Gentoo Linux

under Gentoo, Python, Gpypi2, English, Gsoc, Portage

GSoC 2010 is history, but more and more is going on. Let me rephrase a bit what was my project over this summer, what does it provide and what will the future bring. gpypi2 has become quite more than it's primary goal, installation of Python packages has never been easier: Create/echo Gentoo Linux ebuilds from Python Package Index or from Python source (with help of distutils) Install that ebuild with invoking emerge Create ...

GPyPi2 — Google Summer of Code week #11

under Gentoo, Python, Gpypi2, English, Gsoc, Portage

Greetings, following is the weekly update for gpypi2 project. It's main purpose is to generate ebuilds from Python Package Index. Quick links to project info: Repository, issue tracker Hudson CI instance Sphinx documentation generated by hudson on each commit In the last week of implementing features I will add support for Gentoo developers workflow. Done. Implementation is in gpypi2/workflow.py. One issue though: echangelog has no ...

GPyPi2 — Google Summer of Code week #9 and #10

under Gentoo, Python, Gpypi2, English, Gsoc, Portage

Greetings, following is the weekly update for gpypi2 project. It's main purpose is to generate ebuilds from Python Package Index. Quick links to project info: Repository, issue tracker Hudson CI instance Sphinx documentation generated by hudson on each commit GPyPi now supports building ebuilds directly from Python packages. It's tied into distutils: python setup.py sdist_ebuild Configuration is not as verbose as through pypi, but that is a subject to change. ...

GPyPi2 — Google Summer of Code week #7 and #8

under Portage, Gentoo, Python, Gpypi2, Gsoc, Ebuild, English

Greetings, following is the weekly update for gpypi2 project. It's main purpose is to generate ebuilds from Python Package Index. Quick links to project info: Repository, issue tracker Hudson CI instance Sphinx documentation generated by hudson on each commit Very successful 2 weeks. Two days of vacations and nice shiney configuration utility together with questionnaire. Currently, gpypi2 code only takes configuration from command line. I'd like to ...

GPyPi2 — Google Summer of Code week #6

under Gentoo, Python, Gpypi2, English, Gsoc, Portage

Greetings, following is the weekly update for gpypi2 project. It's main purpose is to generate ebuilds from Python Package Index. Quick links to project info: Repository, issue tracker Hudson CI instance Sphinx documentation generated by hudson on each commit wiki/user stories for scrum development Last two weeks were crazy at university. Now I shall have time to work on gpypi2 full-time until the end of program. Install gpypi2 $ sudo pip install ...