On Mon, 13 Dec 2010 20:51:48 +0100 Sebastian Benoit <benoit-li...@fb12.de> wrote: > Hi,
Hi Sebastian, > > I have a few questions: > > > > - I had to edit PLIST: the autogenerated line > > > > lib/python${MODPY_VERSION}/site-packages/${FULLPKGNAME\-}-py${MODPY_VERSION}.egg-info > > was causing a file not found error when doing "make package", right now the > > version is hardcoded. > > what should i do here? You must use MODPY_EGG_VERSION if an egg-info file is used, so : MODPY_EGG_VERSION = 0.49 DISTNAME = zim-${MODPY_EGG_VERSION} and you will not have errors with this ;) > > - I have not tested it on python 2.5 recently, however the dependencies > > should say ptyhon >= 2.5 > > Also it needs python-simplejson (for python < 2.6). How do i specify a > > dependency like that? Didn't tested with this version, I also use python 2.6. > > - The setup.py file checks $HOME and aborts if it is not set - i had > > problems with this and patched this out (see patches/patch-zim_config_py). > > What should i do here? > > > > - Am i missing anything else? > > > > /Benno Remi.