Re: Deplyoing Pylons applications as Debian packages?

2007-03-05 Thread Piotr Ozarowski
Piotr Ozarowski wrote: > # creating new Pylons app. > $ paster create --template=pylons helloworld > > # creating Egg (f.e. for Windows users) > $ python setup.py bdist_egg # will create an Egg in dist dir > > # creating debian package > $ zcat ../helloworld_0.0.0dev-1.di

Re: Deploying/packaging Pylons projects

2007-03-05 Thread Piotr Ozarowski
-- -=[ Piotr Ozarowski ]=- -=[ http://www.ozarowski.pl ]=- helloworld_0.0.0dev-1.diff.gz Description: application/gunzip pgpsEAotYiJZ6.pgp Description: PGP signature

Re: Bug#406557: RFP: python-wavelets -- python extension implementing of wavelet transformations

2007-01-16 Thread Piotr Ozarowski
Yaroslav Halchenko wrote: > It seems that one.pl DNS servers are bad now... can't resolve even > pox.one.pl now. Alternative location? ip? It's in NEW already, but thanks for trying :-) -- :wq! pgpIVx6O6uCyj.pgp Description: PGP signature

Re: Bug#406557: RFP: python-wavelets -- python extension implementing of wavelet transformations

2007-01-11 Thread Piotr Ozarowski
Thomas Viehmann wrote: > I'd be very thankful if the following could be packaged. I'd be able to > sponsor non-DDs if the packages are good. http://debian.pox.one.pl/pywavelets_0.1.6-1.dsc (I need a sponsor) -- -=[ Piotr Ozarowski ]=- -=[ http://www.ozarowski.pl ]=- p

Re: Bug#404355: python-psycopg: Python 2.5 support missing

2006-12-26 Thread Piotr Ozarowski
> * 2006-12-23 23:12, Christian Joergensen wrote: > > It seems as if there is no support for python 2.5 in this package: $ pyversions --supported python2.4 or: $ apt-cache show python-all | grep Depends Depends: python (= 2.4.4-2), python2.4 (python2.5 is not yet supported in Debian) -- wq!

Re: INFO: using old version '/usr/bin/python2.3'

2006-12-17 Thread Piotr Ozarowski
Yaroslav Halchenko wrote: > INFO: using old version '/usr/bin/python2.3' It's just an info that you have python2.3 installed on your system and this version is not supported anymore. It's not related to your package. -- -=[ Piotr Ozarowski ]=- -=[

Re: help with python transition in pyracerz game

2006-08-28 Thread Piotr Ozarowski
racerz.conf", "w+") IOError: [Errno 13] Permission denied: '/var/games/pyracerz/pyracerz.conf' -- -=[ Piotr Ozarowski ]=- -=[ http://www.ozarowski.pl ]=- diff -u pyracerz-0.2/debian/control pyracerz-0.2/debian/control --- pyracerz-0.2/debian/control +++ pyracerz-0.2

Re: RFS: harvestman web crawler - needs updation!

2006-08-12 Thread Piotr Ozarowski
h next upstream version upload, package will work without any changes with python2.4 as current so no need to extra upload) -- -=[ Piotr Ozarowski ]=- -=[ http://www.ozarowski.pl ]=- pgps8OocEjE77.pgp Description: PGP signature

Re: RFS: harvestman web crawler - needs updation!

2006-08-11 Thread Piotr Ozarowski
Kumar Appaiah ([EMAIL PROTECTED]): > Piotr Ozarowski gmail.com> writes: > > These lines are not needed: > > > > find ./doc |xargs chmod 644 > > find -name 'config.xml' | xargs chmod 644 > > > > dh_fixperms will do the job > > Remove

Re: RFS: harvestman web crawler - needs updation!

2006-08-10 Thread Piotr Ozarowski
Kumar Appaiah ([EMAIL PROTECTED]): > Piotr Ozarowski gmail.com> writes: > > * You've missed binary-arch rule in debian/rules (see lintian info) > > I don't think it's necessary for Arch-Indep packages, lintian doesn't complain > on my system. $ lin

Re: RFS: harvestman web crawler - needs updation!

2006-08-08 Thread Piotr Ozarowski
me package, right? * why are you using `find -name file | chmod 755` (and similar)? Isn't `chmod 755 file` not good enough? * no need to use sed in order to change hashbang, pycentral will take care of it * IMHO putting docs list in debian/docs file instead of calling dh_installdocs 4

Re: python2.4

2006-07-31 Thread Piotr Ozarowski
Norbert Tretkowski ([EMAIL PROTECTED]): > Speaking of libapache2-mod-python... can someone please take care of > the transition of libapache2-mod-python to the new python policy? I'll try to convert it -- -=[ Piotr Ozarowski ]=- -=[ http://www.ozarowski.pl ]=- pgpFgI

Re: RFS: gaupol, chardet, sqlalchemy

2006-06-30 Thread Piotr Ozarowski
Piotr Ozarowski ([EMAIL PROTECTED]): > I'm looking for sponsor for my 3 packages: > * gaupol (python app., new upstream) > * chardet (python module, not yet in Debian - more info below) > * sqlalchemy (python module, second NMU - see [1] for more info) gaupol and chardet are

RFS: gaupol, chardet, sqlalchemy

2006-06-29 Thread Piotr Ozarowski
ebian.pox.one.pl/sqlalchemy_0.2.4-0.1.dsc gaupol is also available via collab-maint SVN repo (alioth) and chardet is in python-modules repository (DPMT) [1] http://lists.debian.org/debian-qa/2006/06/msg00088.html -- -=[ Piotr Ozarowski ]=- -=[ http://www.ozarowski.pl ]=- pgpPVu6wc32YP.pgp

Re: [RFS]: python-py{ode,epl}

2006-06-23 Thread Piotr Ozarowski
Piotr Ozarowski ([EMAIL PROTECTED]): > For arch dep packages, you need to add "any" part > ("any", "any, >=2.3", "any, >=2.3, <<2.5", ...) heh, you need to add "any" to Architecture header, not to XS-Python-Version of cou

Re: [RFS]: python-py{ode,epl}

2006-06-23 Thread Piotr Ozarowski
n't use "version (>= version)" syntax. For arch indep packages use just "all" or ">= 2.3" For arch dep packages, you need to add "any" part ("any", "any, >=2.3", "any, >=2.3, <<2.5", ...) -- -=[ Piotr Ozarowski ]=- -=[ http://www.ozarowski.pl ]=- pgpKo4gA5rdCS.pgp Description: PGP signature

Re: Python2.4 packages

2006-06-19 Thread Piotr Ozarowski
dependency (see [1]), 5.0.37.2 works fine > > Which is completely irrelevant when the OP specified that python-flub *does > require* python 2.4 or later. In this case - yes. My point is that it was possible to build a package against unstable which depends on python (>= 2.4) -- -=[

Re: Python2.4 packages

2006-06-19 Thread Piotr Ozarowski
lup package, but a python-flup package is not > currently usable in Debian if it depends on python 2.4. debhelper 5.0.37.1 had a bug and sometimes it generated python (>=2.4) dependency (see [1]), 5.0.37.2 works fine [1] http://lists.debian.org/debian-python/2006/06/msg00208.html

Re: Missing Provides in python-crypto and others

2006-06-19 Thread Piotr Ozarowski
der by hand and remove it as soon as all external packages will depend on python-foo only -- -=[ Piotr Ozarowski ]=- -=[ http://www.ozarowski.pl ]=- pgpukOh5709tM.pgp Description: PGP signature

Re: Bug#373853: dh_python generated wrong substvars

2006-06-16 Thread Piotr Ozarowski
severity 373853 wishlist thanks Raphael Hertzog ([EMAIL PROTECTED]): > On Fri, 16 Jun 2006, Piotr Ozarowski wrote: > > I have following line in debian/control (source section) > > XS-Python-Version: >= 2.4 > > > > and in generated *.substvars file: > > pyth

Bug#373853: dh_python generates wrong substvars

2006-06-16 Thread Piotr Ozarowski
5.8.8-6 Larry Wall's Practical Extraction ii po-debconf 1.0.2 manage translated Debconf template debhelper recommends no packages. -- no debconf information -- -=[ Piotr Ozarowski ]=- -=[ http://www.ozarowski.pl ]=- pgprx5Wnn6eJo.pgp Description: PGP signature

Re: Python-Standards-Version

2006-06-15 Thread Piotr Ozarowski
of python and not python related packages. > > Thouth I think it's handy, but it's not more than a suggestion, I don't > really care about that. If you will be sure that _every_ package that should follow a subpolicy will have such field, than ok. It's

Re: Python-Standards-Version

2006-06-15 Thread Piotr Ozarowski
Pierre Habouzit ([EMAIL PROTECTED]): > Le jeu 15 juin 2006 10:50, Piotr Ozarowski a écrit : > > I think a better idea is to use Standards-Version as we did before > > (version 3.8.0 should be released) > > well the thing is there is no way to track all the packages that *h

Re: Python-Standards-Version

2006-06-15 Thread Piotr Ozarowski
es. > > comments ? I think a better idea is to use Standards-Version as we did before (version 3.8.0 should be released) -- -=[ Piotr Ozarowski ]=- -=[ http://www.ozarowski.pl ]=- pgp4iiJXoK5ET.pgp Description: PGP signature

Re: Coordinated effort to update python packages

2006-06-14 Thread Piotr Ozarowski
e to #!/usr/bin/python2.4), will you upload new package just for him? -- -=[ Piotr Ozarowski ]=- -=[ http://www.ozarowski.pl ]=- pgpqIbTlGHk8W.pgp Description: PGP signature

Re: Coordinated effort to update python packages

2006-06-13 Thread Piotr Ozarowski
Graham Wilson ([EMAIL PROTECTED]): > On Tue, Jun 13, 2006 at 11:22:27PM +0200, Piotr Ozarowski wrote: > > What if default python version will change? You will have to reupload > > your package. > > That would happen anyway for new Python releases, plus, my understanding &

Re: Coordinated effort to update python packages

2006-06-13 Thread Piotr Ozarowski
version will change? You will have to reupload your package. -- -=[ Piotr Ozarowski ]=- -=[ http://www.ozarowski.pl ]=- pgp8URMDc0ZFZ.pgp Description: PGP signature

Re: New Python policy

2006-06-12 Thread Piotr Ozarowski
-externally-managed parameter passed to `setup.py install` or DEB_PYTHON_INSTALL_ARGS_ALL (CDBS) * Egg's dirname's issue (python's/module's version in dirname) -- -=[ Piotr Ozarowski ]=- -=[ http://www.ozarowski.pl ]=- pgpQfkJw9XNz9.pgp Description: PGP signature

python-central bug

2006-05-30 Thread Piotr Ozarowski
W: I have followed python-imaging package example and installed C sources to /usr/include/python2.X/package/ directories. Is it obligatory to include them? python-central seems to not use them and I don't see a reason to include them, specially duplicating that files for every python versi

Re: RFC/RFS: python-enchant -- spellchecking library for Python

2006-04-15 Thread Piotr Ozarowski
n > packaging, along the lines of [1]. done Thanks for your comments! -- -=[ Piotr Ozarowski ]=- -=[ http://www.ozarowski.pl ]=- pgpgSJHQgLTHB.pgp Description: PGP signature

RFC/RFS: python-enchant -- spellchecking library for Python

2006-04-12 Thread Piotr Ozarowski
from: http://debian.pox.one.pl/ BTW: I have permission to take over from Seo Sanghyeon -- -=[ Piotr Ozarowski ]=- -=[ http://www.ozarowski.pl ]=- pgpAlGbfoH9Hq.pgp Description: PGP signature

Re: New python maintenance team

2006-04-11 Thread Piotr Ozarowski
old - there are 2 new upstream versions. I'll ask author if he still wants to maintain it. -- -=[ Piotr Ozarowski ]=- -=[ http://www.ozarowski.pl ]=- pgpA1XEImfCJn.pgp Description: PGP signature

Re: New python maintenance team

2006-04-11 Thread Piotr Ozarowski
group. [1] http://home.gna.org/gaupol/ http://debian.pox.one.pl/gaupol_0.4.0-1_all.deb -- -=[ Piotr Ozarowski ]=- -=[ http://www.ozarowski.pl ]=- pgpfpxZZr67yQ.pgp Description: PGP signature