Re: PyGPU

2007-10-15 Thread piotr
> Just a question for d-python: I can't quite get the convention (if it > exists) for names.. should I call the package pygpu, python-gpu, > python-pygpu? Or call the package pygpu and Provides: ? binary package should follow python-modulename schema. In your case: python-pygpu (I saw `import pygp

Re: Hello, I'd like to join the team

2014-03-20 Thread Piotr
h username is jderose (well, > jderose-guest currently it seems). welcome! :) -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griffith.cc www.debian.org GPG Fingerprint: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645 signature.asc Description: Digital signature

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: 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-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-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: 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: 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: 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: 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#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: 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: 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: Proposed update to the python policy

2007-03-21 Thread Piotr Ożarowski
[Josselin Mouette, 21.03.2007] > * the deprecation of the "current" keyword; "current" keyword is deprecated? Why? I'm using it a lot and I like it... -- -=[ Piotr Ozarowski ]=- -=[ http://www.ozarowski.pl ]=- pgpeuiDfwvZtU.pgp Description: PGP signature

Re: Proposed update to the python policy

2007-03-21 Thread Piotr Ożarowski
[Pierre Habouzit, 21.03.2007] > On Wed, Mar 21, 2007 at 08:28:47PM +0100, Piotr Ożarowski wrote: > > "current" keyword is deprecated? Why? I'm using it a lot and I like > > it... > > What are you using it for exactly ? I mean, please give an example, > wit

Re: Proposed update to the python policy

2007-03-21 Thread Piotr Ożarowski
[Pierre Habouzit, 21.03.2007] > On Wed, Mar 21, 2007 at 09:25:52PM +0100, Piotr Ożarowski wrote: > > it's useful for Python applications that need specific Python version. > > > > f.e. if current Python version is 2.4 and my app. will work only with > > python2.5

Re: Proposed update to the python policy

2007-03-21 Thread Piotr Ożarowski
-s? I think depending on python-dev for current only modules/apps and python-all-dev for the rest should be enough (if both systems will recognize it correctly, I mean also: "python-dev(>=2.5)|python2.5-dev" ) -- -=[ Piotr Ozarowski ]=- -=[ http://www.ozarowski.pl ]=- pgp8mCFvB

Re: Proposed update to the python policy

2007-03-21 Thread Piotr Ożarowski
[Steve Langasek, 21.03.2007] > On Wed, Mar 21, 2007 at 10:59:40PM +0100, Piotr Ożarowski wrote: > > I think depending on python-dev for current only modules/apps and > > python-all-dev for the rest should be enough (if both systems will > > recognize it correctly, I mean al

Re: Proposed update to the python policy

2007-03-21 Thread Piotr Ożarowski
[Pierre Habouzit, 22.03.2007] > On Thu, Mar 22, 2007 at 12:23:59AM +0100, Piotr Ożarowski wrote: > > [Steve Langasek, 21.03.2007] > > > On Wed, Mar 21, 2007 at 10:59:40PM +0100, Piotr Ożarowski wrote: > > > > I think depending on python-dev for current only modules/a

Re: Proposed update to the python policy

2007-03-22 Thread Piotr Ożarowski
[Tristan Seligmann, 22.03.2007] > * Pierre Habouzit <[EMAIL PROTECTED]> [2007-03-21 21:49:00 +0100]: > > On Wed, Mar 21, 2007 at 09:25:52PM +0100, Piotr Ożarowski wrote: > > > it's useful for Python applications that need specific Python version. > > > >

Re: Proposed update to the python policy

2007-03-22 Thread Piotr Ożarowski
default Python version meets requirements) [1] at user's machine (when new version of "python" package will be installed) > I don't think we are missing any case, but we should probably write some > binNMU detection script for use by the release managers, summarizing all >

Re: Proposed update to the python policy

2007-03-23 Thread Piotr Ożarowski
[Pierre Habouzit, 22.03.2007] > On Thu, Mar 22, 2007 at 10:13:40PM +0100, Piotr Ożarowski wrote: > > [Josselin Mouette, 22.03.2007] > > > Le jeudi 22 mars 2007 à 19:56 +0100, Pierre Habouzit a écrit : > > > > > Just nitpicking: the dh_ tool doesn't need to

Re: Proposed update to the python policy

2007-03-23 Thread Piotr Ożarowski
[Steve Langasek, 22.03.2007] > On Thu, Mar 22, 2007 at 01:36:08PM +0100, Piotr Ożarowski wrote: > > yes, but since package is depending only on python-dev (and not > > python-all-dev), > > python- should assume "current" by default (and add it to > > XB-Pyt

Re: Proposed update to the python policy

2007-03-23 Thread Piotr Ożarowski
[Steve Langasek, 23.03.2007] > On Fri, Mar 23, 2007 at 09:58:18AM +0100, Piotr Ożarowski wrote: > > > - relying on Build-Depends to indicate whether a package builds "current" > > > or > > > "all" doesn't seem to leave a way to differenti

Re: Proposed update to the python policy

2007-03-23 Thread Piotr Ożarowski
if I will be able to control it on target machine as well (through XB-Python-Version and XB-Python-Type) than it's all what I want. -- -=[ Piotr Ozarowski ]=- -=[ http://www.ozarowski.pl ]=- pgpY06Th5wtXg.pgp Description: PGP signature

Re: Proposed update to the python policy

2007-03-23 Thread Piotr Ożarowski
[Pierre Habouzit, 23.03.2007] > On Fri, Mar 23, 2007 at 05:08:22PM +0100, Josselin Mouette wrote: > > Le vendredi 23 mars 2007 à 13:40 +0100, Piotr Ożarowski a écrit : > > > XB-Python-Type: "multiple" (compile for all installed [and supported by > > > the

Re: Proposed update to the python policy

2007-03-24 Thread Piotr Ożarowski
[Steve Langasek, 24.03.2007] > On Fri, Mar 23, 2007 at 10:39:45AM +0100, Piotr Ożarowski wrote: > > I couldn't set "python" in hashbang (as I said before: gaupol will not work > > with python2.3). Package was build when python2.3 was default so > > hashbang was

Re: Proposed update to the python policy

2007-03-28 Thread Piotr Ożarowski
[Josselin Mouette, 28.03.2007] > While the discussion is still ongoing about the "current" keyword, it > seems that everyone agrees with the other changes which are only loosely > related. Can we proceed with these, until we agree on how "current" > should be replac

Re: PMPT membership

2007-04-09 Thread Piotr Ożarowski
vid Villa: dvilla-guest and davidvilla-guest, which one is yours? -- -=[ Piotr Ozarowski ]=- -=[ http://www.ozarowski.pl ]=- pgpNX3rgduhwH.pgp Description: PGP signature

Re: PMPT membership

2007-04-10 Thread Piotr Ożarowski
[David Villa, 11.04.2007] > Oh, I forgot to give you my Alioth login. Sorry for that. My login is > davidvilla-guest. > > thank you. You have been added. Welcome! -- :wq! pgplYDTrSIVs2.pgp Description: PGP signature

Re: PMPT membership

2007-04-21 Thread Piotr Ożarowski
let me cite alioth's gforge: "User Added Successfully" Welcome Ondrej :-) PS OK, OK, I will also mention that I can add new members to the team next time I ask someone to consider joining DPMT... -- -=[ Piotr Ozarowski ]=- -=[ http://www.ozarowski.pl ]=- pgpyLxWr2VuAB.

Re: Python modules team membership request

2007-04-27 Thread Piotr Ożarowski
> I would like to be added to the team. I intend to maintain my package > pubtal within the team, and help out with general QA work. > > My alioth login is rodrigogc-guest You have been added. Welcome! :-) -- -=[ Piotr Ozarowski ]=- -=[ http://www.ozarowski.pl ]=- pgpUo

Re: packages using python-support and renaming egg-info directories will FTBFS

2007-05-12 Thread Piotr Ożarowski
s.alioth.debian.org/ -- -=[ Piotr Ozarowski ]=- -=[ http://www.ozarowski.pl ]=- pgpLnsBAk9dMA.pgp Description: PGP signature

Re: Python modules team membership request

2007-05-27 Thread Piotr Ożarowski
y alioth id is goedson you have been added, welcome :-) -- -=[ Piotr Ozarowski ]=- -=[ http://www.ozarowski.pl ]=- pgpRBg2Q2ANPa.pgp Description: PGP signature

Re: Joining the team

2007-06-02 Thread Piotr Ożarowski
lated to two outstanding ITPs). > My alioth username is 'jmalonzo-guest'. > > Thank you and I hope this request will be approved. You have been added. I will take a look at your packages later tonight (if no one else will volunteer) -- -=[ Piotr Ozarowski

Re: Python plotting packages

2007-06-10 Thread Piotr Ożarowski
-1.dsc http://mentors.debian.net/debian/pool/main/p/pyqwt5/pyqwt5_5.0.0-1.dsc upstream sources (md5sums don't match): http://downloads.sourceforge.net/pyqwt/PyQwt-5.0.0.tar.gz http://downloads.sourceforge.net/pyqwt/PyQwt3D-0.1.4.tar.gz -- -=[ Piotr Ozarowski ]=- -=[ http://www.ozarowski.pl ]=- pgpjgApCKJp3R.pgp Description: PGP signature

Re: Joining the Python Packaging Team

2007-06-18 Thread Piotr Ożarowski
> I'd like to join the Python Packaging Team to work on Louie and > probably the other existing modules the team maintains. > > My Alioth username is "lool". "User Added Successfully", welcome :-) -- -=[ Piotr Ozarowski ]=- -=[ http://www

Re: new upstream versions of DPMT's packages

2007-06-24 Thread Piotr Ożarowski
-dirname-level 0 --report python-modules/packages/*/trunk/ > Also I can take care of pyusb, I'm listed as Uploader anyway. ping me on #debian-python when you will need an upload -- -=[ Piotr Ozarowski ]=- -=[ http://www.ozarowski.pl ]=- pgp0y6SYesWyn.pgp Description: PGP signature

new upstream versions of DPMT's packages

2007-06-24 Thread Piotr Ożarowski
/releases/source/notify-python/notify-python-0.1.1.tar.gz (local version is 0.1.0) -- -=[ Piotr Ozarowski ]=- -=[ http://www.ozarowski.pl ]=- pgphTfpG6jNQk.pgp Description: PGP signature

Re: Joining the team

2007-06-25 Thread Piotr Ożarowski
> I'd like to maintain python-feedparser (and some other packages in a near > future) within the team. You're in. Welcome in the group :-) -- -=[ Piotr Ozarowski ]=- -=[ http://www.ozarowski.pl ]=- pgp3TYlFCsvxK.pgp Description: PGP signature

Re: new upstream versions of DPMT's packages

2007-06-25 Thread Piotr Ożarowski
[Jonas Meurer, 25.06.2007] > On 24/06/2007 Piotr Ożarowski wrote: > > Processing watchfile line for package python-mysqldb... > > Newest version on remote site is 1.2.2c1, local version is 1.2.2 > > python-mysqldb: Newer version (1.2.2c1) available on remote

Re: Making all DD members of the team by default

2007-07-29 Thread Piotr Ożarowski
ill know who actually is a member of our team and it will help non-DDs in searching for sponsor. OK, almost all RFS questions are asked on our IRC channel, but that list helped me when I was listed there as pox-guest. [1] https://alioth.debian.org/project/request.php?group_id=307

Re: RFS: feedparser (updated package)

2007-08-06 Thread Piotr Ożarowski
> I am looking for a sponsor for the new version 4.1-9 of feedparser package. uploaded -- http://people.debian.org/~piotr/sponsor.txt pgpl2QvSJ5rSc.pgp Description: PGP signature

Re: Making all DD members of the team by default

2007-08-06 Thread Piotr Ożarowski
[Gustavo Franco, 05.08.2007] > Piotr, would you mind update our dpmt policy, please? If you're busy > with other stuff ping me. :-) I'm not really a good doc writer, but my changes are in SVN already. Please fix them ;-P -- -=[ Piotr Ozarowski ]=- -=[ http://

Re: ITS: tftpy

2007-08-10 Thread Piotr Ożarowski
> I am looking for a sponsor for my package "tftpy". see my tiny change in SVN, if you're OK with it, I'll upload -- -=[ Piotr Ozarowski ]=- -=[ http://www.ozarowski.pl ]=- pgpvSXbgGBLPG.pgp Description: PGP signature

Join the Python Applications Packaging Team

2007-08-26 Thread Piotr Ożarowski
Packaging Team* Interested? Read [1] or join us on #debian-python channel (OFTC network) [1] http://python-apps.alioth.debian.org/policy.html -- -=[ Piotr Ozarowski ]=- -=[ http://www.ozarowski.pl ]=- pgpmJdBbH8vOy.pgp Description: PGP signature

Re: Joining the PATP

2007-10-15 Thread Piotr Ożarowski
[1] and then inject your package in the team's SVN repository. You can also join #debian-pyton (OFTC network) if you want some fast comments. I will take a look at your package tomorrow after work. [1] http://python-apps.alioth.debian.org/policy.html -- -=[ Piotr O

Re: RFS: python-pyglew + join team

2007-10-23 Thread Piotr Ożarowski
Hi [Sandro Tosi, 23.10.2007] > http://matrixhasu.altervista.org/debian/python-pyglew_0.1.2-1.dsc I will check it tomorrow if no one will be faster. [...] > As soon as I'll find time, I'll inject (this and other python pkgs) > into group's svn repository; in the meantime, I'd like to request to >

Re: Joining the team and RFS python-avc

2007-11-05 Thread Piotr Ożarowski
Hi Fabrizio > I am looking for sponsorship for my new python module: python-avc, >ITP http://bugs.debian.org/448646, >mentors http://mentors.debian.net/debian/pool/main/p/python-avc. * remove "Provides: ${python:Provides}" - architecture independent packages don't need it * you've missed

Re: Joining the team and RFS python-avc

2007-11-05 Thread Piotr Ożarowski
> Le lundi 05 novembre 2007 à 15:40 +0100, Piotr Ożarowski a écrit : > > Hi Fabrizio > > > > > I am looking for sponsorship for my new python module: python-avc, > > >ITP http://bugs.debian.org/448646, > > >mentors http://mentors.debian.net/debian

Re: Joining

2007-11-11 Thread Piotr Ożarowski
Hi Peter, > I'd like to join the team to continue the maintainership of my package > pydot. My alioth login is pcc-guest. Welcome in the team :-) PS Now we have three Peters in the team (ex equo with Davids) One more and we (Peters) will lead... ;-) -- -=[ Piotr Ozarowski ]

Re: Why still 2.4? How can I help you?

2007-12-18 Thread Piotr Ożarowski
tra/message/20071005.180427.1dddb386.en.html -- -=[ Piotr Ozarowski ]=- -=[ http://www.ozarowski.pl ]=- pgp3bmtBj382N.pgp Description: PGP signature

Re: RFS: feedparser (updated package)

2008-01-02 Thread Piotr Ożarowski
[Carlos, 02.01.2008] > I am looking for a sponsor for the new version 4.1-11 of "feedparser". my motherboard is working again, no need to mail @lists.d.o. anymore :) I will take care of it this evening. -- http://people.debian.org/~piotr/sponsor -- To UNSUBSCRIBE, email to [EM

Re: Pycha packaging

2008-01-03 Thread Piotr Ożarowski
eave it if upload will be done by any other DD that already knows you) > I would like to maintain it into the debian modules packaging team. My > alioth login bernat-guest. you're added, welcome in the team :-) -- http://people.debian.org/~piotr/sponsor.txt pgpYOAWlFqp9U.pgp Description: PGP signature

Re: Pycha packaging

2008-01-04 Thread Piotr Ożarowski
[Bernd Zeimetz, 04.01.2008] > Vincent Bernat wrote: > > I have uploaded to SVN using svn-inject -o. Because of the modified > > SOURCES.txt, I have now a not-so-clean SVN tree. Should I leave as is or > > should I remove SOURCES.txt from trunk and branches? > > please remove it and add a patc

Re: python-modules team membership request

2008-01-04 Thread Piotr Ożarowski
team in order to maintain the Debian > package for python-pipeline. I could possibly also help with some other > packages. > > My Alioth login is jwilk-guest. you're in. Welcome! :-) Inject debian dir into the repository, if you will have questions, ping me via GG or IRC -- -=[

Re: Pycha packaging

2008-01-04 Thread Piotr Ożarowski
t; you're added, welcome in the team :-) [...] > May I also add nevow to the list of team-maintained packages? > http://packages.qa.debian.org/n/nevow.html it's a Python module, you're a team member - I don't see a reason why you shouldn't add it :) -- -=[ Piotr

Re: RFS: pondus

2008-02-04 Thread Piotr Ożarowski
agingTeam -- http://people.debian.org/~piotr/sponsor.txt pgpKn2T1WKj6D.pgp Description: PGP signature

Re: RFS: pondus

2008-02-05 Thread Piotr Ożarowski
. Could you symlink it to /usr/share/doc/pondus/changelog.gz then? [1] we're keeping debian dir only in SVN; I will download upstream sources via debian/watch or `debian/rules get-orig-source`) -- http://people.debian.org/~piotr/sponsor.txt pgpbpsWwOXbhq.pgp Description: PGP signature

Re: I want to join the Python Modules Packaging Team

2008-02-16 Thread Piotr Ożarowski
Jan, you're a new team member. Welcome :) Please add DPMT [1] to Uploaders or Maintainer field, add these two fields to debian/control (in source stanza): Vcs-Svn: svn://svn.debian.org/python-modules/packages/migrate/trunk Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/migrate

to DDs: sponsors needed in DPMT and PAPT

2008-02-28 Thread Piotr Ożarowski
age is uploaded). Most of packages there are NEW (packages previously accepted are easier to check, so they're processed fast). Thanks in advance [1] http://wiki.debian.org/Teams/PythonModulesTeam/TODO [2] http://wiki.debian.org/Teams/PythonAppsPackagingTeam/TODO -- -=[ Piotr Ozarow

Re: On team maintainership of DPMT (PAPT) packages

2008-03-09 Thread Piotr Ożarowski
ctory (think: DESTDIR), etc. [2] well, never happened so far, I will do it once I need it, though[0] [3] i.e. "last updater" - name in changelog, the one before the date -- -=[ Piotr Ozarowski ]=- -=[ http://www.ozarowski.pl ]=- pgpWKvTrGv5Ba.pgp Description: PGP signature

Re: On team maintainership of DPMT (PAPT) packages

2008-03-09 Thread Piotr Ożarowski
[Piotr Ożarowski, 2008-03-09] > * if DPMT/PAPT is in our repo. (no matter where the team name is, in s,DPMT/PAPT,package sorry pgpN28nSzs0aN.pgp Description: PGP signature

Re: handling /usr/local/lib/python2.x/site-packages in sys.path

2008-03-11 Thread Piotr Ożarowski
roblems I receive from users of my packages. -- -=[ Piotr Ozarowski ]=- -=[ http://www.ozarowski.pl ]=- pgp5fH41nar8Z.pgp Description: PGP signature

Re: handling /usr/local/lib/python2.x/site-packages in sys.path

2008-03-11 Thread Piotr Ożarowski
[Sebastian Rittau, 2008-03-11] > On Tue, Mar 11, 2008 at 06:58:56PM +0100, Piotr Ożarowski wrote: > > I would choose this option or even remove /usr/local/* from sys.path > > completely. If one wants to play with unsupported Python modules or > > Eggs, he should sys.path.app

Re: Request: mother

2008-03-25 Thread Piotr Ożarowski
chemy maintainer :-) -- -=[ Piotr Ozarowski ]=- -=[ http://www.ozarowski.pl ]=- pgpevfmMMKe5U.pgp Description: PGP signature

Re: Would like to join the PMPT

2008-03-28 Thread Piotr Ożarowski
ython ml or python-modules-team ml -- -=[ Piotr Ożarowski ]=- -=[ http://www.ozarowski.pl ]=- pgpN3mbsyrOZq.pgp Description: PGP signature

Re: Phatch-0.1.3 is ready for packaging

2008-04-07 Thread Piotr Ożarowski
please send "RFS" mails directly to me for packages I sponsored once, specially if I'm listed in Uploaders :) -- -=[ Piotr Ozarowski ]=- -=[ http://www.ozarowski.pl ]=- pgpnP1mD8GCBi.pgp Description: PGP signature

Re: Debian has switched to python2.5

2008-04-14 Thread Piotr Ożarowski
python2.5 is default since less than 24h, binNMUs were requested, please give our build daemons some time. In the mean time you can take a look at [1] and try to fix some old DPMT bugs :-) [1] http://qa.debian.org/[EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Re: Bugs that'll block python 2.5

2008-04-15 Thread Piotr Ożarowski
[Raphael Hertzog, 2008-04-15 09:31] > On Mon, 14 Apr 2008, Adeodato Simó wrote: > > Finally, and quite importantly, there is what to do with modules that > > have been added to the standard library in 2.5 (ctypes, celementtree, > > wgsiref). These use either pycentral or pysupport, and since they m

Re: Bugs that'll block python 2.5

2008-04-15 Thread Piotr Ożarowski
[Josselin Mouette, 2008-04-15 12:32] > On lun, 2008-04-14 at 22:57 +0200, Adeodato Simó wrote: > > Finally, and quite importantly, there is what to do with modules that > > have been added to the standard library in 2.5 (ctypes, celementtree, > > wgsiref). These use either pycentral or pysupport, a

Re: RFS: mutagen (1.14-1)

2008-06-03 Thread Piotr Ożarowski
[Tristan Seligmann, 2008-06-03] > http://mithrandi.net/debian/pool/main/m/mutagen/mutagen_1.14-1.dsc uploaded -- http://people.debian.org/~piotr/sponsor.txt pgpqV9oLTfQy3.pgp Description: PGP signature

Re: Namespace and packaging

2008-06-08 Thread Piotr Ożarowski
) > If someone could take a look to the sources : > http://dl.share-spirit.net/aditam.core-0.1.tar.gz please point us to .dsc file next time, it's easier to download all the files with dget. -- -=[ Piotr Ożarowski ]=- -=[ http://www.ozarowski.pl ]=- pgp78ZynJSLgP.pgp Description: PGP signature

Re: Joining the team with new packages: rope and ropemacs

2008-07-30 Thread Piotr Ożarowski
[David Spreen, 2008-07-30] > I am interested in joining the python-modules team with two new "netzwurm" user added, welcome > Any feedback on the packages is appreciated. * debian/docs - README.txt is listed twice (in both packages) * rope-0.8.4: python-svn and mercurial packages are missing in

Re: New versions of packages with DPMT in Uploaders field

2008-08-08 Thread Piotr Ożarowski
[David Spreen, 2008-08-08 00:52] > What's the policy for new versions of packages that have DPMT in the > Uploaders field instead of the Maintainers field? see this[1] thread, my opinion is here[2] > Is it okay for team > members to upload new versions to the SVN or is that discouraged? update i

Re: RFS: sclapp and pytagsfs (updated packages)

2008-08-18 Thread Piotr Ożarowski
ttp://people.debian.org/~piotr/sponsor pgpTsuwnOa4fv.pgp Description: PGP signature

Re: RFS: sclapp and pytagsfs (updated packages)

2008-08-18 Thread Piotr Ożarowski
me first. I thought it's the same here (there was nothing about previous sponsor being busy in original mail) so that's why I asked. -- http://people.debian.org/~piotr/sponsor pgpkDmoVOncn7.pgp Description: PGP signature

Re: request to join debian python teams

2008-08-21 Thread Piotr Ożarowski
Hi Serafeim, [Serafeim Zanikolas, 2008-08-20] > I'd like to join the python modules and apps teams to help with general QA. I've added you to both teams, welcome :-) -- -=[ Piotr Ożarowski ]=- -=[ http://www.ozarowski.pl ]=- pgpzvprMBvBtR.pgp Description: PGP signature

Re: RFS: json-py (updated package)

2008-08-21 Thread Piotr Ożarowski
[Daniel Watkins, 2008-08-21] > I am looking for a sponsor for the new version 3.4-4 > of my package "json-py". uploaded. Please contact release managers about unblocking it (note that -3 didn't propagate to testing) -- -=[ Piotr Ożarowski ]=- -=[ ht

Re: RFS: json-py (updated package)

2008-08-22 Thread Piotr Ożarowski
2008/8/22 Daniel Watkins <[EMAIL PROTECTED]>: > On Fri, 22 Aug 2008 00:27:32 +0200 Piotr Ożarowski <[EMAIL PROTECTED]> wrote: >> uploaded. Please contact release managers about unblocking it >> (note that -3 didn't propagate to testing) > Thanks for your sp

Re: [Python-modules-commits] r6316 - in packages/python-feedvalidator/trunk/debian (watch)

2008-08-31 Thread Piotr Ożarowski
;> +http://code.google.com/p/feedparser/downloads/list >> http://feedparser.googlecode.com/files/feedparser-(\d.*)\.zip > > Piotr, I think you mixed up feedvalidator and feedparser here. They > are two different packages. sorry, my mistake (watch file removed) -- To UNSUBSCRIBE,

Re: RFS: gwibber

2008-09-02 Thread Piotr Ożarowski
[I just took a quick look at the package, I'm still on VAC] [Daniel Watkins, 2008-09-02 23:08] > I am looking for a sponsor for my package "gwibber". PAPT is in Uploaders so you can add the package to our TODO list[1] and/or ping us on #debian-python from homepage: | Please note that this is pre

Re: status of python2.6

2008-10-03 Thread Piotr Ożarowski
[Ondrej Certik, 2008-10-03 11:41] > is there anyone packaging python2.6? Any plans for it? I'm sure Matthias will upload python2.6 to unstable short after releasing Lenny. For now Lenny has the highest priority. (i.e. if you want python2.6 in Debian - fix some RC bugs :) -- To UNSUBSCRIBE, ema

Re: status of python2.6

2008-10-03 Thread Piotr Ożarowski
[Ondrej Certik, 2008-10-03 12:44] > When will Lenny be released? When the number of RC bugs goes to 0? mostly, yes -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Debian lenny update : nxutils.so: undefined symbol: __gxx_personality_v0

2008-10-08 Thread Piotr Ożarowski
[oc-spam66, 2008-10-08 11:55] >I went back to the former python-matplotlib package (0.98.1-1) and could >import pylab again. So I think there is a problem with python-matplotlib >0.98.1-1+lenny1.1 could you please try unstable one? (0.98.3-3) -- To UNSUBSCRIBE, email to [EMAIL PROTE

Re: python-uniconvertor breaks help("modules") in python

2008-11-26 Thread Piotr Ożarowski
FYI: python-uniconvertor 1.1.2-2 uploaded to testing-proposed-updates pgphpKtnUTWxI.pgp Description: PGP signature

Re: Joining the PMPT, got a package to add

2008-12-17 Thread Piotr Ożarowski
[Vernon Tang, 2008-12-17] > I've got a Python module package to add (python-pytc, ITP #508822) and would > like to have it maintained within the PMPT, so I'd like to join. You're a new Python Modules Packaging Team (aka Debian Python Modules Team) member. Welcome on board :

Re: [RFC] python-pyevent (unrelease)

2008-12-18 Thread Piotr Ożarowski
Hi, [Luciano Bello, 2008-12-18 00:58] > I would like to listen/read your comments about python-pyevent before upload > it. binary package name should be changed to "python-event" (source package probably as well) - you're using "import event" to load the module, right? it's arch:any package, so

Re: ITP: Name for "real" python-pgsql module

2008-12-18 Thread Piotr Ożarowski
[Paweł Tęcza, 2008-12-18 10:49] > I'm not DD, but I would like to make Debian package with python-pgsql > module [1]. I need it for PostgreSQL support for Courier-Pythonfilter > framework [2]. It has been debianized by Frederik Dannemare [3] and still > waits for sponsoring at mentors.d.n site

Re: numpy 1.2.1, switching to git?

2008-12-18 Thread Piotr Ożarowski
head and convert the repository. Then we'll test it for a bit and if it will work fine, we'll do the same with DPMT repo (which has more developers so we'll use "hey, it's working perfectly fine in PAPT" argument ;). BTW, I'm Piotr or Piotrek outside IRC ;-P -

Re: [Python-modules-team] ITP: python-pivy -- Coin binding for Python

2008-12-18 Thread Piotr Ożarowski
* there's a local Scons in the upstream sources, make sure Debian's one is used Pleas note that I didn't build it as libsoqt4-dev's required version is still not available, any progres on this one? [1] see jinja2 package for an example -- -=[ Piotr Ożarowski ]=- -

Re: RFS: python-pytc

2008-12-18 Thread Piotr Ożarowski
ll be easier to build -dbg package without CDBS, IMHO * add Vcs-Svn and Vcs-Browser fields * did you send patches upstream? -- -=[ Piotr Ożarowski ]=- -=[ http://www.ozarowski.pl ]=- pgp9QwhG1IVyY.pgp Description: PGP signature

Re: [RFR] urlwatch

2008-12-18 Thread Piotr Ożarowski
#x27;ll have additional .pyc file which will speed urlwatch a little bit -- -=[ Piotr Ożarowski ]=- -=[ http://www.ozarowski.pl ]=- pgpPS7kavEOeP.pgp Description: PGP signature

Re: [RFR] urlwatch

2008-12-18 Thread Piotr Ożarowski
[Adeodato Simó, 2008-12-18] > * Piotr Ożarowski [Thu, 18 Dec 2008 22:06:35 +0100]: > > > You can even install it as /usr/share/urlwatch/urlwatch.py (but still > > symlink it without the extension) - this way you'll have additional .pyc > > file which will speed url

Re: [RFR] urlwatch

2008-12-18 Thread Piotr Ożarowski
[Adeodato Simó, 2008-12-18] > Yes, I got that. You mean: > > /usr/bin/urlwatch -> /usr/share/urlwatch/urlwatch.py > > But even with that, strace does not show that a > /usr/share/urlwatch/urlwatch.pyc file would get used when invoking > "urlwatch". o

Re: [RFR] urlwatch

2008-12-22 Thread Piotr Ożarowski
[Franck Joncourt, 2008-12-19 21:21] > >> /usr/share/urlwatch/examples/hooks.py.example > >> /usr/share/urlwatch/examples/urls.txt.example > > > > how about installing these in /usr/share/doc/urlwatch/examples ? > > You are right, that is a good idea. [...] > Upstream does that when setup.py is i

Re: numpy 1.2.1, switching to git?

2008-12-23 Thread Piotr Ożarowski
[Ondrej Certik, 2008-12-23 11:19] > emi...@saturno:~/deb/python-modules$ svn log | egrep "^r[0-9]+ " | cut > -f2 -d'|' | sed 's/-guest//' | sort | uniq -c | sort -n -r > 865 piotr > 609 morph > 598 kov > 532 bzed >

Re: numpy 1.2.1, switching to git?

2008-12-26 Thread Piotr Ożarowski
[Piotr Ożarowski, 2008-12-23 13:37] > unfortunately I use Git only outside Debian, so I don't know about > issues git-buildpackage might have. I know it doesn't have > mergeWithUpstream but it's written in Python, so we can implement this. > The problem is (FWIK) that

Re: RFS: python-pytc

2008-12-26 Thread Piotr Ożarowski
I cannot build it as I have currently access to i386 arch. only (and libtokyocabinet-dev is available for amd64 only), Please ping me (in private) when libtokyocabinet will be available for i386 or next week (I will be back home then)... unless someone else will pick it up in the meantime :-) --

Re: Python 3.0 ?

2008-12-27 Thread Piotr Ożarowski
[andmalc, 2008-12-27 23:00] > I'd appreciate a package, if only to play with and not for > production. $ dget -x https://launchpad.net/ubuntu/jaunty/+source/python3.0/3.0-0ubuntu1/+files/python3.0_3.0-0ubuntu1.dsc $ cd python* $ debuild -- To UNSUBSCRIBE, email to debian-python-requ...@lists.d

  1   2   3   4   5   6   7   8   9   10   >