Re: shebang lines for Python scripts

2011-03-04 Thread Piotr Ożarowski
? [¹] or /usr/bin/python2, depends on PEP 394 status -- 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 -- To UNSUBSCRIBE, email to debian

Re: shebang lines for Python scripts

2011-03-04 Thread Piotr Ożarowski
[Jakub Wilk, 2011-03-05] * Piotr Ożarowski pi...@debian.org, 2011-03-04, 23:23: any objections to change all shebangs (that do not match /usr/bin/python\d(\.\d+) but do math .+python.* regexp) to /usr/bin/python¹ in dh_python2 and to /usr/bin/python3 in dh_python3? dh_python2 would change

Re: shebang lines for Python scripts

2011-03-04 Thread Piotr Ożarowski
[Jakub Wilk, 2011-03-05] * Piotr Ożarowski pi...@debian.org, 2011-03-05, 01:20: dh_python2 and dh_python3 cannot be used for the same files at the same time (that's why dh_python2 igores python3-* packages, that's why dh_python3 ignores python-* packages and that's why you have to use -N/-p

Re: shebang lines for Python scripts

2011-03-05 Thread Piotr Ożarowski
[Jakub Wilk, 2011-03-05] I'm not convinced it's only about getting rid of /usr/bin/env. Piotr didn't give any rationale for the proposed changed and his algorithm (as sorry, we talked about pytohn-dev thread on #debian-python and when I saw Barry's mail on debian-python@ I just assumed

Re: Switching to git

2011-03-06 Thread Piotr Ożarowski
[Yaroslav Halchenko, 2011-03-06] git diff ... | patch; git commit -m 'Merged blah bleh into blue' hint: git merge --squash PS `svn log | egrep ^r[0-9]+ | cut -f2 -d'|' | sed 's/pox-guest/piotr/;s/kitterma-guest/kitterman/;s/-guest//' | sort | uniq -c | sort -n -r` results are here: http

Re: dh_python2 and nevow

2011-03-08 Thread Piotr Ożarowski
prefer python-support so how about improving dh_pysupport instead of spending your time in writing non-constructive comments? I really will accept patches in python-support package if they will fix existing problems. -- Piotr Ożarowski Debian GNU/Linux Developer

Re: E: dh_python2:146: you most probably have to build extension for python2.5.

2011-03-11 Thread Piotr Ożarowski
| --no-guessing-versions to dh_python2 please propose a better one if it's not clear -- 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

Re: Proposal for a Python-related GSoC project

2011-03-23 Thread Piotr Ożarowski
a rudimentary debian package out of it, automatically? such tool already exists, see python-stdeb package (which provides pypi-install and py2dsc tools). There are many things that could be improved there, though -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl

Re: Bug#619487: lintian: dh_python2 dropped ${python:Breaks} and triggers old-versioned-python-dependency again

2011-03-24 Thread Piotr Ożarowski
be simply removed from lintian. These dependencies can be valid even if dh_py{central,support,thon2} is not used (debian-python@l.d.o CCed for confirmation) -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griffith.cc www.debian.org GPG

Re: Talk on Debian packaging of Python, Python modules and Python extensions at PyCon DE

2011-03-28 Thread Piotr Ożarowski
://www.python.org/dev/peps/pep-0386/ http://mail.python.org/pipermail/python-dev/2010-April/099729.html -- 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

Re: Proposal for a Python-related GSoC project - python-multibuild

2011-03-29 Thread Piotr Ożarowski
[Piotr Ożarowski, 2011-03-23] python-multibuild¹ is on my TODO list for a while, I didn't start writing it yet and if you think it qualifies² for GSoC, I could mentor such project. [¹] see http://bugs.debian.org/538978, I hope it can be used in both cdbs and debhelper (to build Python 3

it's Python time now

2011-03-30 Thread Piotr Ożarowski
FYI: I plan to upload python-sphinx, python-defaults (without Python 2.5, with Python 2.7) and python3-defaults (with Python 3.2 instead of Python 3.2) tomorrow. Please report bug against tech-ctte and CC me if you think it's not a good idea. -- Piotr Ożarowski Debian GNU

Re: it's Python time now

2011-03-30 Thread Piotr Ożarowski
[Julien Cristau, 2011-03-30] On Wed, Mar 30, 2011 at 16:02:56 +0200, Piotr Ożarowski wrote: FYI: I plan to upload python-sphinx, python-defaults (without Python 2.5, with Python 2.7) and python3-defaults (with Python 3.2 instead of Python 3.2) tomorrow. Please report bug against tech-ctte

Re: it's Python time now

2011-03-30 Thread Piotr Ożarowski
[Piotr Ożarowski, 2011-03-30] FYI: I plan to upload python-sphinx, python-defaults (without Python 2.5, with Python 2.7) and python3-defaults (with Python 3.2 instead of Python 3.2) tomorrow. Please report bug against tech-ctte and CC me if you think it's not a good idea. I know I shouldn't

Re: Problems moving to dh_python2

2011-04-06 Thread Piotr Ożarowski
supported | Python versions (`pyversions -vr`) or adjust X-Python-Version field | or pass --no-guessing-versions to dh_python2 where X.Y is version of the missing extension -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griffith.cc

Re: Help with conversion to dh_python2 needed

2011-04-07 Thread Piotr Ożarowski
you're not building extensions for all supported Python versions (see previous thread on this mailing list). I will finish namespace feature this weekend and ask python-defaults maintainers to upload new version to unstable (dh_python2 is already fixed in the repo) -- Piotr Ożarowski

Re: Help with conversion to dh_python2 needed

2011-04-07 Thread Piotr Ożarowski
. Am I expecting to much? dh_py* helpers do not take care of building extensions - cdbs and dh do (and hopefully both will use python-multibuild in the future). The only difference is dh_pycentral ignored packages that do not follow Debian Python Policy and dh_python2 doesn't. -- Piotr Ożarowski

Re: dh_python2 transition

2011-05-05 Thread Piotr Ożarowski
that's enough for a switch, if you think it's not enough, take a look f.e. at Ubuntu bug reports (that nobody cares about, probably because they're missing even so crucial data like package version) -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl

Re: Request to join the DPMT

2011-05-08 Thread Piotr Ożarowski
in. Welcome on board :-) -- 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 -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org

Re: pypi-install for python3?

2011-05-15 Thread Piotr Ożarowski
to the old python2.6. stdeb (pypi-install) doesn't support python3-foo packages yet -- 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

Re: ITP or RFP

2011-05-25 Thread Piotr Ożarowski
/bugreport.cgi?bug=627787 source package name doesn't matter that much, but please use python-pages rather than python-django-page-cms as binary package's name (as Debian Python Policy suggests) -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl

Re: dh_strip and Python Extensions

2011-05-26 Thread Piotr Ożarowski
/python2.6/llfuse_d.so The first path is where dh_strip has installed the files. The second path, however, is where they are expected. See [0] for a fix, and [1] for a rationale. you can also use dh_python2 -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl

Re: dh_strip and Python Extensions

2011-05-26 Thread Piotr Ożarowski
[Nikolaus Rath, 2011-05-26] I am using dh_python2 - does that mean I should not be calling dh_strip? can you point me to source package? -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griffith.cc www.debian.org GPG Fingerprint: 1D2F

Re: dh_strip and Python Extensions

2011-05-26 Thread Piotr Ożarowski
[Nikolaus Rath, 2011-05-26] Piotr Ożarowski pi...@debian.org writes: [Nikolaus Rath, 2011-05-26] I am using dh_python2 - does that mean I should not be calling dh_strip? can you point me to source package? http://mentors.debian.net/debian/pool/main/p/python-llfuse dget http

Re: Bug#627787: ITP or RFP

2011-06-03 Thread Piotr Ożarowski
creating tarball) * When is the best time to erase the auto-generated doc files. I clean target in debian/rules (that's where dh_clean reads debian/clean file) PS please try to avoid top posting -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl

Re: list of package for python_support - dh_python2 ?

2011-06-07 Thread Piotr Ożarowski
-support -sPackage /var/lib/apt/lists/*Sources` but pysupport is not deprecated so you cannot file bugs and ask people to convert now -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griffith.cc www.debian.org GPG Fingerprint: 1D2F A898

Re: list of package for python_support - dh_python2 ?

2011-06-07 Thread Piotr Ożarowski
[Piotr Ożarowski, 2011-06-07] `grep-dctrl -FBuild-Depends python-support -sPackage /var/lib/apt/lists/*Sources` `grep-dctrl -FBuild-Depends -FBuild-Depends-Indep python-support -sPackage /var/lib/apt/lists/*Sources` -- Piotr Ożarowski Debian GNU/Linux Developer

Re: list of package for python_support - dh_python2 ?

2011-06-08 Thread Piotr Ożarowski
[Barry Warsaw, 2011-06-07] On Jun 07, 2011, at 11:39 PM, Piotr Ożarowski wrote: but pysupport is not deprecated so you cannot file bugs and ask people to convert now I see; that's why there's no bug currently. So if someone were to develop patches to convert, then it would be up

Re: private modules and dh_python2

2011-06-10 Thread Piotr Ożarowski
for Python?) -- 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 -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject

Re: private modules and dh_python2

2011-06-10 Thread Piotr Ożarowski
the `mailman.bin.mailman` module, then runs the main() function. you realize that setuptools/distribute hardcodes versions and forces you to depend on python-setuptools/python-pkg-resources, right? -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griffith.cc

Re: private modules and dh_python2

2011-06-13 Thread Piotr Ożarowski
later -- 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 -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject

Re: list of package for python_support - dh_python2 ?

2011-06-21 Thread Piotr Ożarowski
. Thanks a lot for this follow-up Joss. Now, as a mere outsider, it seems to me that the potential objections against deprecating python-support, which have been mentioned earlier on in this thread, are now moot. If Piotr agrees that python-support should be deprecated, it can just happen

Re: list of package for python_support - dh_python2 ?

2011-06-21 Thread Piotr Ożarowski
for all the packages that already use pysupport, right? s/pysupport,/dh_python2,/ right I'm still wondering if it should be done *after* Wheezy release, though -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griffith.cc www.debian.org

python-support deprecated

2011-06-27 Thread Piotr Ożarowski
2.6 removal from list of supported Python versions in unstable. [¹] http://deb.li/dhs2p -- 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

Re: Add python app to python-modules repository?

2011-06-28 Thread Piotr Ożarowski
can commit to DPMT/PAPT repo even without joining the team, let me know if he wants to join the team officially, though -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griffith.cc www.debian.org GPG Fingerprint: 1D2F A898 58DA AF62 1786

Re: dh_python2 and the -p option

2011-06-28 Thread Piotr Ożarowski
, /usr/share/games/foo -- 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 -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org

Re: Help with my Debian package for Orange

2011-06-30 Thread Piotr Ożarowski
/bin/orange, please use /bin/sh - replace: dh_python2 -p$@ /usr/lib/python$(DEFAULT_PYTHON)/site-packages/orange/ with: dh_python2 -p$@ - extension is not build for all supported Python versions -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl

Re: Help with my Debian package for Orange

2011-06-30 Thread Piotr Ożarowski
[Andreas Tille, 2011-06-30] find packages -name rules -exec grep -wH dh \{\} \; | grep trunk grep -w dh packages/*/trunk/debian/rules SCNR -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griffith.cc www.debian.org GPG Fingerprint

Re: New python-defaults upload to experimental

2011-07-07 Thread Piotr Ożarowski
. python-central + B.5. CDBS changing these IDs might not be a good idea (think about all places where they're referenced), why not adding dh_python* as B.5? -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griffith.cc

Re: LP: #809951 (untagged extensions)

2011-07-27 Thread Piotr Ożarowski
('SO')) .cpython-32mu.so I will change debpython.tools.get_magic_tags_map to use this (right now it uses imp.get_tag() and fix tagged_extname) -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griffith.cc www.debian.org GPG Fingerprint

Re: dh_python2 and private directories

2011-07-27 Thread Piotr Ożarowski
/share/ibus-table/engine`? If you do, then I need to change pyclean/pycompile a bit (and add support for -p and dir argument at the same time) -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griffith.cc www.debian.org GPG Fingerprint: 1D2F

Python 3 BoF at DebConf11

2011-08-08 Thread Piotr Ożarowski
/usr/bin/python symlink, will not break their systems) [⁴] git://anonscm.debian.org/tools-release/britney2.git -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griffith.cc www.debian.org GPG Fingerprint: 1D2F A898 58DA AF62 1786 2DF7

Re: -dbg packages

2011-08-10 Thread Piotr Ożarowski
invoked with --no-dbg-cleaning) and adds dependencies to ${python:Depends}, yes -- 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 -- To UNSUBSCRIBE

Re: -dbg packages

2011-08-10 Thread Piotr Ożarowski
[Jakub Wilk, 2011-08-10] * Piotr Ożarowski pi...@debian.org, 2011-08-10, 10:39: I remember a discussion about dh_python2 supporting -dbg packages here. Therefore, I was thinking that it could handle some steps, like dependencies (in ${python:Depends}) and install (keep only debug files

Re: need someone to review and upload my package python-pycaptcha

2011-08-10 Thread Piotr Ożarowski
and --display-info options, but it's not a must to fix those (at least I don't require it, although I check them). There's also --info which you should use if you don't understand the error message PS please try to avoid top posting and remove unneeded quotes, TIA -- Piotr Ożarowski

Re: need someone to review and upload my package python-pycaptcha

2011-08-10 Thread Piotr Ożarowski
[Olivier Sallou, 2011-08-10] Only remaining lintian warn is: W: python-captcha: old-versioned-python-dependency depends: python ( 2.8) though i use python-all so maybe it is related you should develop on Sid -- Piotr Ożarowski Debian GNU/Linux Developer

Re: -dbg packages

2011-08-10 Thread Piotr Ożarowski
with Depends: python-dbg which is too strict. See http://wiki.debian.org/Python/DbgBuilds for rationale. it actually generates python2.X-dbg | python2.Y-dbg (and python-dbg (= 2.X), python-dbg ( 2.Y+1) which you requested due to transitions issues) -- Piotr Ożarowski Debian

/usr/bin/python2 again

2011-08-10 Thread Piotr Ożarowski
compared to 2.X-3.X ones Also, which distros have already done this change? all that do not support more than one Python version at the same time probably (and all that do not care about beeing nice to other distributions, like Arch) -- Piotr Ożarowski Debian GNU/Linux

Re: RFS: python-formalchemy

2011-08-22 Thread Piotr Ożarowski
thing? A: Top-posting. Q: What is the most annoying thing in e-mail? :-P [¹] http://deb.li/jpt -- 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

Re: RFS: python-formalchemy

2011-08-23 Thread Piotr Ożarowski
[Éric Araujo, 2011-08-23] Le 22/08/2011 12:43, Piotr Ożarowski a écrit : FormAlchemy (as way too many other Python modules) adds data files (images, templates, locales, etc.) to site-packages directory, we try to move them to the right location whenever possible, Could you point me

Re: RFS: DPMT: flufl.lock 2.1.1-1

2011-08-23 Thread Piotr Ożarowski
(ndiff with -expected +actual): - False + True -- Ran 2 tests in 0.016s PS feel free to reply in private -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griffith.cc

Re: RFS: DPMT: flufl.lock 2.1.1-1

2011-09-11 Thread Piotr Ożarowski
[Piotr Ożarowski, 2011-09-11] * flufl.lock-2.1.1-nspkg.pth is not really needed (I think I will add an option to dh_python2 to remove .pth files, I cannot do that by default, though) This is an artifact of `python setup.py install-egg-info`. Is it harmful to leave

Re: joining the team

2011-09-19 Thread Piotr Ożarowski
[Martin Hoefling, 2011-09-16] I might just add a packaged titlecase module for New York Manual of Style alike titlecasing. Moreover, I could also contribute to existing packages. I added you to DPMT (packages in your Ubuntu PPA qualify for this team). Welcome! :) -- Piotr Ożarowski

Re: RFS: python-formalchemy (3rd RFS)

2011-09-19 Thread Piotr Ożarowski
[Shell Xu, 2011-09-13] http://mentors.debian.net/debian/pool/main/p/python-formalchemy/python-formalchemy_1.4.1-1.dsc please consider switching¹ to dh_python2, python-support is deprecated [¹] http://wiki.debian.org/Python/TransitionToDHPython2 -- Piotr Ożarowski Debian

Re: RFS: decibel-audio-player (Adoption, new upstream release)

2011-09-20 Thread Piotr Ożarowski
reason do you need that exact specific version of Python? python binary package provides dh_python2 helper and that's why Leonardo bumped minimum required python version. See also http://wiki.debian.org/Python/TransitionToDHPython2 -- Piotr Ożarowski Debian GNU/Linux

Re: Dependencies with cType

2011-10-03 Thread Piotr Ożarowski
missing). I'd start with: http://anonscm.debian.org/viewvc/python-modules/tools/find_python_dependencies.py?view=co it doesn't find libraries loaded via ctypes, though (note that you have to check this script's output anyway) -- Piotr Ożarowski Debian GNU/Linux Developer

Re: Dependencies with cType

2011-10-06 Thread Piotr Ożarowski
-names -- 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 -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject

Re: Making Numpy transition less - pydist file painful

2011-11-01 Thread Piotr Ożarowski
is to disable generating dependencies for numpy if --with numpy or dh_numpy is detected in debian/rules, but I'd like to avoid that (there's already a hack that detects dh_pydeb and I don't like it) -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl

Re: Making Numpy transition less - pydist file painful

2011-11-01 Thread Piotr Ożarowski
build depend on python-numpy and you'll get the right dependencies in ${python:Depends} sounds easier than build depend on python-numpy and add dh_numpy to debian/rules). Anyway, just my 2 cents. -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl

Re: Making Numpy transition less - pydist file painful

2011-11-07 Thread Piotr Ożarowski
[Sandro Tosi, 2011-11-07] OK, let's try to move it forward somehow: so Piotr, you'd like numpy pydist file to have 2 lines. numpy python-numpy numpy_strict python-numpy-api$N, python-numpy (= $foo) is that correct? as Jakub, I fail to see the advantage of the first line, and the second

Re: How do I add support for python3 to my package?

2011-11-17 Thread Piotr Ożarowski
[Barry Warsaw, 2011-11-17] On Nov 17, 2011, at 01:55 PM, Stefano Rivera wrote: If you don't need the python3 version, yet, I'd ignore this until the tools improve. Piotr was working on a rewrite of python-multibuild at UDS in Orlando. I haven't heard any status on that. Piotr, how's

Re: Bug #649904: running install_data

2011-11-29 Thread Piotr Ożarowski
/fetch.php?pkg=pylibtiffarch=i386ver=0.3.0~svn78-1stamp=1321830785 the weird part is that it installs directly into dist-packages and not to dist-packages/libtiff/, right? if that's the case, then removeextralicense.patch is why (you're missing a comma after 'libtiff') -- Piotr Ożarowski

Re: RFS: Non-maintainer upload for rdiff-backup

2012-01-03 Thread Piotr Ożarowski
, please ping me in few days if Carl will not reply. This new version should be pushed to stable, testing and sid (the package version is the same on all cases). did you ask release managers about it? -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl

Re: to distribute_setup() or not, that is the question

2012-01-27 Thread Piotr Ożarowski
: print sys.stderr, 'Please install distribute or add --download-distribute argument' exit(1) -- 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

Re: New python-qt4 upload to experimental

2012-01-29 Thread Piotr Ożarowski
[Scott Kitterman, 2012-01-29] 2. It builds a new python3-pyqt4-dbus (and dbg) package that needs python3- dbus which is only available in experimental at the moment. why not python3-dbus.mainloop.qt? -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl

Re: How do I add support for python3 to my package?

2012-04-18 Thread Piotr Ożarowski
it in Wheezy so I have a month or so to add it to python3-defaults) -- 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 -- To UNSUBSCRIBE, email

Re: RFS: python-unicodecsv (Closes: #669678)

2012-04-23 Thread Piotr Ożarowski
Team. I'm not sure if i handled the entries in debian/control correct. http://wiki.debian.org/Teams/PythonModulesTeam/HowToJoin -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griffith.cc www.debian.org GPG Fingerprint: 1D2F A898 58DA

Re: how to take a public package private?

2012-04-30 Thread Piotr Ożarowski
Next time we'll read that dh_python2 is a cure for cancer. /me is working on it ;) -- 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

Re: how to take a public package private?

2012-04-30 Thread Piotr Ożarowski
that so policy should be updated) -- 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 -- To UNSUBSCRIBE, email to debian-python-requ

Re: shebang lines for Python scripts

2012-04-30 Thread Piotr Ożarowski
[Barry Warsaw, 2012-04-25] - dh_python{2,3} should rewrite the shebang lines by default, with an option to disable that. there wasn't a consensus so I dropped this idea, I think I will add it as an optional feature in next upload, though. -- Piotr Ożarowski Debian

Re: how to take a public package private?

2012-04-30 Thread Piotr Ożarowski
[BRAGA, Bruno, 2012-04-30] No need to mess with setup.py directly. Use dh_python2 to do the packaging work for you, and rely on debian/rules to define the location of your files. Read: FTR: dh_python2 doesn't invoke setup.py, dh (the sequencer) does -- Piotr Ożarowski

Re: how to take a public package private?

2012-04-30 Thread Piotr Ożarowski
[Piotr Ożarowski, 2012-04-30] [Ben Finney, 2012-04-30] Paul Elliott pelli...@blackpatchpanel.com writes: My package uses a package that it makes public. What is the standard, established way to take that package private? In the absence of better-informed answers (please

Re: Doubt about developing plugins for python applications

2012-04-30 Thread Piotr Ożarowski
path (eg. /usr/share/program) so the plugin can import the programlib packages/modules. plugins import programlib at runtime only, riht? Startup script is adding . to the sys.path automaticall so plugins should see programlib, no? -- Piotr Ożarowski Debian GNU/Linux

Re: Doubt about developing plugins for python applications

2012-04-30 Thread Piotr Ożarowski
by stripping 'import programlib' from setup.py (so that they will not need to install the program package and set apropriate PYTHONPATH) -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griffith.cc www.debian.org GPG Fingerprint: 1D2F A898 58DA AF62

Re: PyPI to Debian repository converter (GSoC 2012 project)

2012-04-30 Thread Piotr Ożarowski
details) -- 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 -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject

Re: shebang lines for Python scripts

2012-04-30 Thread Piotr Ożarowski
[Barry Warsaw, 2012-04-30] On Apr 30, 2012, at 11:23 AM, Piotr Ożarowski wrote: [Barry Warsaw, 2012-04-25] - dh_python{2,3} should rewrite the shebang lines by default, with an option to disable that. there wasn't a consensus so I dropped this idea, I think I will add

Re: how to take a public package private?

2012-05-01 Thread Piotr Ożarowski
/usr/lib/foo/egg/__init__.py /usr/lib/foo/egg/spam.py (use /usr/lib/ if you have at least one .so file) -- 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

Re: team for gedit plugin

2012-05-11 Thread Piotr Ożarowski
) [¹] i.e. gedit and gedit-plugins' maintainers; pkg-gnome-maintain...@lists.alioth.debian.org -- 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

Re: warning: package python-gdcm: unused substitution variable ${python:Versions}

2012-05-14 Thread Piotr Ożarowski
/control:X-Python-Version: ${python:Versions} python-espeak_0.4-1_source/debfiles/control:X-Python-Version: ${python:Versions} -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griffith.cc www.debian.org GPG Fingerprint: 1D2F A898 58DA AF62 1786

Re: warning: package python-gdcm: unused substitution variable ${python:Versions}

2012-05-15 Thread Piotr Ożarowski
[Piotr Ożarowski, 2012-05-14] [Julien Cristau, 2012-05-14] is it safe to drop it? (i.e. is it used only in XB-Python-Version, as it should?) Some grepping in the lintian lab should be able to answer that. it's not that bad actually, I will report bugs/patches later this week http

Re: warning: package python-gdcm: unused substitution variable ${python:Versions}

2012-05-15 Thread Piotr Ożarowski
[Jakub Wilk, 2012-05-15] * Piotr Ożarowski pi...@debian.org, 2012-05-15, 22:54: I'm not sure what to do with libapache2-mod-python, though. Fix it? :) the problem is: it looks like I introduced it¹ in the first place :-) (it was hardcoded to 2.4 before) [¹] in revision 2063 -- Piotr

Re: Current versions of Python on Debian Stable

2012-05-31 Thread Piotr Ożarowski
and Python 2.7 support, but without Python 2.5) run this: # apt-get install python-all -t testing you will still need to rebuild packages to have full Python 2.7 support (except the ones with pure Python modules that use python-support or python-central) -- Piotr Ożarowski

suffix for packages with (optional?) Python extensions

2012-07-12 Thread Piotr Ożarowski
-sqlalchemy-ext) but now I see that there are also -accel (python-reportlab-accel) and -lib (python-guppy-lib) [¹] packages with split out (optional?) Python extensions -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griffith.cc www.debian.org

Report 4 - PyPI to Debian repository converter

2012-07-30 Thread Piotr Ożarowski
[Natalia is not able to send this week's report by herself, so I'm sending the draft she sent me yesterday, footnotes are mine] Hello, This is my fourth report on the work progress on a project PyPI to Debian Repository Converter. Work Over the past weeks I’ve worked mainly over

Re: PyCon 2013 -- tentative title/abstract/outline -- feedback plz - v.2

2012-09-28 Thread Piotr Ożarowski
or in the cloud. you can also advertise https://buildd.debian.org/status/package.php (for those who want to see build logs from different architectures of their libraries - we try to enable more and more tests during build) -- Piotr Ożarowski Debian GNU/Linux Developer

Re: PyCon 2013 -- tentative title/abstract/outline -- feedback plz - v.2

2012-09-28 Thread Piotr Ożarowski
[Yaroslav Halchenko, 2012-09-28] On Fri, 28 Sep 2012, Piotr Ożarowski wrote: about conventions... please, please, please mention with pleasure ... but do you think it is worth listing (some of) them in the abstract? no, but please make sure to bind a key that (when pressed) shows a screen

Re: Status of pypi2deb?

2012-10-04 Thread Piotr Ożarowski
on my laptop, but I don't plan to add a cron job to build new versions/architectures/distributions. pypi2deb https://gitorious.org/pypi2deb/pypi2deb [¹] http://pypi.debian.net/logs/ -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griffith.cc

Re: #! /usr/bin/python{,3} -Es

2012-10-25 Thread Piotr Ożarowski
/python3 -Es' should do the trick. I don't think adding -Es by default is a good idea (although it's very tempting). I can add --ignore-custom-site-dirs-in-scripts option to extend existing args in shebangs if you think such option would help. -- Piotr Ożarowski Debian GNU

pybuild - one to rule^W build them all

2013-01-19 Thread Piotr Ożarowski
-- 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: pybuild - one to rule^W build them all

2013-01-20 Thread Piotr Ożarowski
package and make it work also with pypy). -- 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: Setting http_proxy in debian/rules

2013-02-06 Thread Piotr Ożarowski
://127.0.0.1:9/) it probably should be changed to not overwrite existing http_proxy (if set) or to make it possible to disable it. -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griffith.cc www.debian.org GPG Fingerprint: 1D2F A898 58DA AF62

Re: PIL/python-imaging becomes a python package and gets Python3 support

2013-02-11 Thread Piotr Ożarowski
(with Depends: python-pil) -- 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 -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org

Re: PIL/python-imaging becomes a python package and gets Python3 support

2013-02-11 Thread Piotr Ożarowski
[Barry Warsaw, 2013-02-11] On Feb 11, 2013, at 03:51 PM, Piotr Ożarowski wrote: I'd also use python-pil and let python-imaging contain the compat code (with Depends: python-pil) Do you mean, get rid of the -compat package? yes I'd rather keep that as an explicit dependency so we know

Re: How does team maintenace of python module works?

2013-02-14 Thread Piotr Ożarowski
it. [and please please please don't ask for such workflow without showing the code] -- 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 -- To UNSUBSCRIBE

Re: How does team maintenace of python module works?

2013-02-19 Thread Piotr Ożarowski
FTR: I want to migrate to Git, but I don't have time to do the migration work right now, so I vote for status quo (unless someone will show me the code) -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griffith.cc www.debian.org GPG

Re: How does team maintenace of python module works?

2013-02-19 Thread Piotr Ożarowski
feedback, fix problems, rinse and repeat. Once people are comfortable with how a git-based team repository would work, I suspect you'll find more consensus to switch. +1 /me will point to this mail every time someone proposes to switch to $foo -- Piotr Ożarowski Debian

Re: How does team maintenace of python module works?

2013-02-20 Thread Piotr Ożarowski
be it... does git-buildpackage work with git submodules (with debian dir as a separate git repo)? -- 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

Re: How does team maintenace of python module works?

2013-02-21 Thread Piotr Ożarowski
working? I'd love to be forced to choose between WORKING implementations. I want to play with hg, bzr or git in a DPMT/PAPT context and THEN decide which works better for me (I love git, but maybe git-buildpackage is not that shiny as others describe) -- Piotr Ożarowski

Re: How does team maintenace of python module works?

2013-02-21 Thread Piotr Ożarowski
don't know what's your goal, but it certainly isn't doing any real work related to transition. Please stop. piotr@hadar /tmp/test 0% time svn co svn://svn.debian.org/python-modules/packages/python-eventlet/trunk/ Atrunk/debian Atrunk/debian/control Atrunk/debian/links Atrunk/debian

binary package naming for submodules (Bug#701192)

2013-02-22 Thread Piotr Ożarowski
and packagepython3-varfoo.bar/var/package. any objections? -- 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 -- To UNSUBSCRIBE, email to debian-python-requ

<    1   2   3   4   5   6   7   8   9   10   >