-
Recent Posts
Recent Comments
Éric Araujo on 9# Weekly Report [2011/07/18 -… higery on 5# Weekly Report [2011/6/20 -… Éric Araujo on [Automatic Script Creation]… Éric Araujo on 5# Weekly Report [2011/6/20 -… Éric Araujo on 4# Weekly Report [2011/6/13 -… Archives
Categories
Meta
Author Archives: higery
GSOC 2012 Proposal — “Useful tool to help bootstrap of new bindings”
The following is my GSOC2012 proposal and this link will be taken as a addtional info link which anyone who has interest can take a look at and make his comments. Abstract —————– Shiboken is a front-end plugin for Generator … Continue reading
Posted in Python
Leave a comment
Done and keep going!
It’s amazing that I have passed the final evaluation of the Google Summer of Code 2011 and I feels that it’s necessary for me to write someting for it. Looking back to the passed 3 months, I have learned a … Continue reading
Posted in GSOC2011
Leave a comment
13# Weekly Report [2011/8/15 - 2011/8/21]
Tomorrow is the ‘pencil down’ date, so the most I did in this week is still fixing and improving my code and docs to make all of my contributions a reviewable version. The detail is: for develop command 1. enhance … Continue reading
Posted in Distutils2, GSOC2011, Python
Leave a comment
12# Weekly Report [2011/8/8 - 2011/8/14]
I was not familiar with how to write docs for python source code last week, so I sent an email to my mentor, then got to know that docs mean more than the comments in the source. From reading the … Continue reading
Posted in Distutils2, GSOC2011, Python
Leave a comment
11# Weekly Report [2011/8/1 - 2011/8/7]
The main work I have done this week is fulfiling the features of ‘develop’ as much as possible, and improving the tests and comments. However, in a long time, I didn’t know what’s the differencies between the comments and docs, … Continue reading
Posted in Distutils2, GSOC2011, Python
Leave a comment
status of ‘develop’
Features already implemented: 1) [main use]projects can be importable after installed with this command, without copying any files 2) ['install-dir' option] the installation directory can be specified if the default site-packages is not permitted to write, but the specified installing … Continue reading
Posted in Distutils2, GSOC2011, Python
Leave a comment
10# Weekly Report [2011/7/25 - 2011/7/31]
With mentor’s good suggestion and help, the work of adding automatic script generation for packaging is being better and better now, but there are still many places to be improved. One big problem among them is how to put wrapper … Continue reading
Posted in Distutils2, GSOC2011, Python
Leave a comment
9# Weekly Report [2011/07/18 - 2011/07/24]
Good news is that a simple patch aiming to add automatic script generation functionality to packaging can work now. Current patch can create executable script with no extension on POSIX and .exe file on Windows platform, which is a good … Continue reading
Posted in Distutils2, GSOC2011, Python
1 Comment
8# Weekly Report [2011/07/11 - 011/07/17]
Because I was on moving out home last week , I didn’t spend much time on my summer work and may fall a little behind the schedule. This week I have gotten away from all the busy things , then … Continue reading
Posted in Distutils2, GSOC2011
Leave a comment
[Automatic Script Creation] the entry_points on Windows
This post just focuses on the entry_points on Windows platform, which is learned from setuptools. Different from POSIX, there are two entry_points – ‘console_scripts’ and ‘gui_scripts’ for windows. Besides the things done in ‘console_scripts’ on POSIX, three extra things should … Continue reading
Posted in Uncategorized
Leave a comment