Substance D — Google Summer of Code 2013 week 1, 2 and 3

under Gsoc, Substanced, Plone, Python, English

Greetings, following is the update for Substance D project. Substance D is an application server built using the Pyramid web framework. It can be used as a base to build a general-purpose web application like a blog, a shopping cart application, a scheduling application, or any other web app that requires both an administration and a retail interface. Substance D owes much of its spirit to the Zope application server. Quick links to ...

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 ...