Broken symlinks in /etc/alternatives

2022-12-29 Thread Jakub Wilk
symbolic link to /usr/bin/python3-restructuredtext-lint /etc/alternatives/rst-lint: broken symbolic link to /usr/bin/python3-rst-lint /etc/alternatives/wsdump: broken symbolic link to /usr/bin/python3-wsdump I guess this is fallout from Python 2 removal? Please fix your packages. -- Jakub

Re: Proposed MBF: packages still using nose

2022-08-26 Thread Jakub Wilk
anorack Fixed upstream in 0.2.8. mwic Fixed upstream in 0.7.9. python-djvulibre Fixed upstream in 0.8.7. This one should probably be removed, though: there are no rev-deps, it's orphaned in Debian, and it's likely to be orphaned upstream soon too. -- Jakub Wilk

Re: can we disable the bounce kicker? Re: confirm

2016-09-11 Thread Jakub Wilk
410194600.ga...@jwilk.net> -- Jakub Wilk

Re: Terminal Pager at unit tests

2014-09-09 Thread Jakub Wilk
-- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/20140909105957.ga3...@jwilk.net

Re: Bug#758013: s3ql autopkg test regression

2014-08-19 Thread Jakub Wilk
to give a better justification than “I said so”. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/20140819090239.ga7...@jwilk.net

Re: Python3 search path order when building Debian package

2014-08-11 Thread Jakub Wilk
` \ PYTHONPATH=$(CURDIR) PYTHON=python$$i testr-python$$PYMAJOR run --subunit | tee $$TEMP_REZ | subunit2pyunit ; \ And here too. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive

Re: python-pandocfilters_1.2.1-1_amd64.changes is NEW

2014-07-23 Thread Jakub Wilk
Hi Sebastian, debian-python@l.d.o, is a discussion list. We don't want all the bug traffic or messages from dak here. Please set your Maintainer field to: Debian Python Modules Team python-modules-t...@lists.alioth.debian.org -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ

Re: /usr/bin/django-admin in python-django

2014-07-20 Thread Jakub Wilk
, with the target depending on which of python*-django packages are installer. This is how src:sphinx manages its /usr/bin/sphinx-* symlinks. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive

Re: Embedded six.py in many packages: can someone add a lintian check?

2014-05-29 Thread Jakub Wilk
the generalization then? Yeah, that's the trick; I'm not sure. The best I could come up with was an a priori list of known common vendorizations. So something like this: https://bitbucket.org/jwilk/lintian4python/src/default/vendors/debian/python/data/python2-embedded-code-copies ? -- Jakub Wilk

Re: Embedded six.py in many packages: can someone add a lintian check?

2014-05-28 Thread Jakub Wilk
* Daniele Tricoli er...@mornie.org, 2014-05-28, 15:36: txclib - urllib3 - six Jakub, which version of urllib3 are you referring to? The one that is embedded in transifex-client. I removed the embedded copy on 1.3-2 so it should be ok... Great, thanks. -- Jakub Wilk -- To UNSUBSCRIBE

Re: Help with python-biom-format needed

2014-05-21 Thread Jakub Wilk
singlehtml' # eww! -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/20140521110223.ga6...@jwilk.net

Re: Help with python-biom-format needed

2014-05-21 Thread Jakub Wilk
-buildpackage: error: debian/rules build gave error exit status 2 -- Jakub Wilk Index: debian/control === --- debian/control (revision 16978) +++ debian/control (working copy) @@ -8,6 +8,7 @@ dh-linktree, python-dev

Re: Help with python-biom-format needed

2014-05-21 Thread Jakub Wilk
at build time (and thus these might be removed as well) or not? I strongly recommend rebuilding everything from source. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: https

Re: wheel support for Debian?

2014-05-19 Thread Jakub Wilk
* Matthias Klose d...@debian.org, 2014-05-19, 12:44: we don't unpack jar files either. Fortunately, we don't have to mimic all the Java misfeatures. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Re: restarting services after security upgrades in pure-Python modules?

2014-05-16 Thread Jakub Wilk
/perl/lib/NeedRestart/Interp/Python.pm -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/20140516203454.ga5...@jwilk.net

Re: Preventing network access during nose doctest ?

2014-05-12 Thread Jakub Wilk
. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/20140512135255.ga...@jwilk.net

Re: Bug#747494: python3-biopython: Does not use C implementations of cpairwise2 functions

2014-05-09 Thread Jakub Wilk
'from Bio.pairwise2 import rint; print(rint.__module__)' Bio.cpairwise2 It seems this module is not affected by the test suite since this runs fine. Yeah, as the code comment says, if the import fails, everything(?) still works, just slower. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian

Re: sponsorship request

2014-05-07 Thread Jakub Wilk
(this will have to be checked after a build, for example using mc to see the content of the .deb, and going into the DEBIAN folder). I find debc(1) very convenient for checking whether the built binary packages make sense. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ

Re: Getting rid of python-support?

2014-04-30 Thread Jakub Wilk
to convert to dh_python{2,3}? Given it's like less than 200 packages left, let's do it now. This is smaller than e.g. a boost transition. This tag doesn't catch indirect use of python-support, via dh or cdbs. The actual number of affect packages is much higher. -- Jakub Wilk -- To UNSUBSCRIBE

Re: BioPython: Some Python modules not found in tests at package build time

2014-04-28 Thread Jakub Wilk
only hope for upstream. That attached (untested) patch should do the trick. -- Jakub Wilk diff --git a/Tests/test_GenomeDiagram.py b/Tests/test_GenomeDiagram.py --- a/Tests/test_GenomeDiagram.py +++ b/Tests/test_GenomeDiagram.py @@ -27,7 +27,7 @@ Install reportlab if you want to use

Re: BioPython: Some Python modules not found in tests at package build time

2014-04-26 Thread Jakub Wilk
correctly, reportlab is trying to use non-free Adobe PostScript fonts, which (unsurprisingly) doesn't work on Debian systems. It should use the substitutes from the gsfonts package instead. -- Jakub Wilk from reportlab.graphics.shapes import Drawing from reportlab.graphics import renderPM d

Re: BioPython: Some Python modules not found in tests at package build time

2014-04-26 Thread Jakub Wilk
* Jakub Wilk jw...@debian.org, 2014-04-26, 21:12: reportlab.graphics.renderPM.RenderPMError: Can't setFont(Times-Roman) missing the T1 files? Originally type 'exceptions.TypeError': makeT1Font() argument 2 must be string, not None Filed as #745985. Please let me know if the patch I made

Re: RFS: python-ebooklib

2014-04-24 Thread Jakub Wilk
://mentors.debian.net/debian/pool/main/p/python-ebooklib/python-ebooklib_0.15-1.dsc Don't hardcode Python versions in Depends. Use ${python:Depends} and ${python3:Depends} substitution variables instead. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org

Re: [PATCH] Support :any architecture qualifiers for multiarch

2014-04-20 Thread Jakub Wilk
* Steve Langasek vor...@debian.org, 2013-09-18, 14:33: On Wed, Sep 18, 2013 at 06:24:13PM +0200, Jakub Wilk wrote: Following the “if it didn't happen on a mailing list, it didn't happen”, I repeat here what I said on IRC: 12:26 kwilk So I rebuilt src:python-aalib, and I ended up

Re: Python CGI sandboxing advice (packaging of Online Python Tutor)

2014-04-09 Thread Jakub Wilk
* Jakub Wilk jw...@debian.org, 2014-02-13, 00:27: The CGI's code is supposed to be safeguarding against abuse, The protection is not very good. (I'll disclose the details later.) The exploit I had in mind was: import re from re import sys imp = re.sys.modules['imp

Re: Bug#743583: python3-gi fails to install on arm64 (struct.error from py3compile)

2014-04-03 Thread Jakub Wilk
if dh_python3 was Y2038-compliant. :) -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/20140403232159.ga4...@jwilk.net

Re: Growing file lists after python2.7 rebuild

2014-03-11 Thread Jakub Wilk
into it. This happened both for my local build and on the buildd. Source package and build log are on http://people.debian.org/~jmm/ “You don't have permission to access /~jmm/python2.7_2.7.3-6+deb7u1_i386-20140305-1206.gz on this server.” -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ

Re: Growing file lists after python2.7 rebuild

2014-03-11 Thread Jakub Wilk
$(shell ... ) with $$( ... ), and then adding appropriate Breaks+Replaces should fix this bug. (I haven't tested the proposed fix in practice yet.) It still don't understand why this bug didn't trigger for the amd64 package. Perhaps the build log could shed some light on it. -- Jakub Wilk

Re: Bug#739840: python-netaddr: python3 shebang

2014-02-26 Thread Jakub Wilk
, because I don't know cdbs. Sorry! [0] Resolution for the timestamp check is 1 second. :( http://bugs.python.org/issue18027 [1] --force (-f) force installation (overwrite any existing files) [2] --executable (-e) specify final destination interpreter path (build.py) -- Jakub Wilk

Re: preparing for Python 3.4

2014-02-21 Thread Jakub Wilk
to versioned interpreter N: name. This is often a mistake. N: N: Severity: normal, Certainty: wild-guess N: N: Check: python/scripts, Type: binary N: -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Re: Python CGI sandboxing advice (packaging of Online Python Tutor)

2014-02-12 Thread Jakub Wilk
. Agreed. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20140212232736.ga21...@jwilk.net

Re: Bug#736721: Incorrect dependencies

2014-02-07 Thread Jakub Wilk
some extensions modules written in Cython, so surely rewritting crypto.py and xattr.py in Cython shouldn't be a big deal? :-) -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http

Re: Indeed, python-concurrent.futures is the same

2014-01-31 Thread Jakub Wilk
.” -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20140131085508.ga3...@jwilk.net

Re: Multiple copies of timeoutsocket.py in Debian packages

2014-01-29 Thread Jakub Wilk
. :-P plucker and spikeproxy would have to be ported to the “new” API. I guess that would be worth a bug report, then ? I'm glad you volunteered to file them. ;-) Beware that spikeproxy's copy is slightly modified; see the attached diff. -- Jakub Wilk --- plucker-1.8/parser/python/PyPlucker

Re: Multiple copies of timeoutsocket.py in Debian packages

2014-01-28 Thread Jakub Wilk
and spikeproxy would have to be ported to the “new” API. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20140128175053.ga5...@jwilk.net

Re: Set shebang line to default (instead of latest) Python 3 interpreter

2014-01-26 Thread Jakub Wilk
* Ben Finney ben+deb...@benfinney.id.au, 2014-01-26, 17:06: How can I convince ‘dh_python3’ to set the shebang to the *default* Python 3 interpreter? dh_python3 --shebang=/usr/bin/python3 (if I recall correctly) -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ

Re: Set shebang line to default (instead of latest) Python 3 interpreter

2014-01-26 Thread Jakub Wilk
the shebang with sed. Adding this after dh_auto_install should do the trick: sed -i -e '1 s,^#!.*,#!/usr/bin/python3,' $(package_install_bin_dir)/python3-coverage -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Re: Indeed, python-concurrent.futures is the same

2014-01-25 Thread Jakub Wilk
). It has always worked for me. Now what? -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20140125202944.ga18...@jwilk.net

Re: Indeed, python-concurrent.futures is the same

2014-01-25 Thread Jakub Wilk
there were no reverse-dependencies relying on its existence, sounds like a reasonable decision. I'm however confused how import concurrent works, even if there's nothing in /usr/lib/python2.7/dist-packages in this package. How come? That's how python-support works. -- Jakub Wilk

Re: usr/bin/ scripts for console_scripts which lead to binaries-have-file-conflict when python 2 + 3

2013-12-16 Thread Jakub Wilk
... - make this package depend on python-rdflib | python3-rdflib /usr/bin/python can't use the modules shipped by python3-rdflib. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive

Re: [Debian-med-packaging] Review and sponsoring request: pymia (Python module)

2013-12-11 Thread Jakub Wilk
python3-mia(-dbg) should use ${python3:Depends} (NOT ${python:Depends}). Build-dependency on pkg-config appears to be missing. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http

Disappearing egg-info

2013-12-10 Thread Jakub Wilk
/usr/share/pyshared/python_stdnum-0.8.1.egg-info/requires.txt:distribute See also bug #731825. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org

Re: Review and sponsoring request: pymia (Python module)

2013-12-10 Thread Jakub Wilk
}? No, it's not. (In fact, now that wheezy is released, you don't need to pre-depend on multi-arch support even when you ship an actual shared library.) -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Re: Recommending get-orig-source for packages ?

2013-12-04 Thread Jakub Wilk
/copyright before you can run uscan. *sigh* -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20131204081249.ga9...@jwilk.net

Re: Recommending get-orig-source for packages ?

2013-12-04 Thread Jakub Wilk
...@jwilk.net By the way: currently you also have to audit another file in addition to d/watch if you need to exclude some files. Unless you knew in advance that there's nothing to exclude, which was most often the case, and you could guess it just by looking at version. -- Jakub Wilk

Re: Recommending get-orig-source for packages ?

2013-12-04 Thread Jakub Wilk
that if somebody steps up and does the actual work of implementing a better solution and migrating the existing information, Andreas will complain. s/complain/comply/ perhaps? -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe

Re: Recommending get-orig-source for packages ?

2013-12-03 Thread Jakub Wilk
target that is both policy-compliant and easy to understand. I don't want to waste time glaring at extra 10 lines of code only to realize it's a fancy wrapper over uscan. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble

Re: Some thoughts about py{support,central} - dh_python2 conversion

2013-11-13 Thread Jakub Wilk
that dh_pysupport-using packages can integrate using dh_python2-based Sphinx? That's right. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20131114070317.ga3

Re: Some thoughts about py{support,central} - dh_python2 conversion

2013-11-12 Thread Jakub Wilk
* Jakub Wilk jw...@debian.org, 2012-05-03, 21:41: 2) Do not skip the Before you begin[0] step. This is very important: if two packages share a namespace, either both or none of them must use python-support. Also, it's not enough just to convert them all to dh_python2: you must make sure (using

Re: uninstalling issue of a local Debian package

2013-10-28 Thread Jakub Wilk
. Could you edit debian/prerm, moving the #DEBHELPER# token from line 4 to the end of the file, and see if it helps? As a side note, if the module name is gavo, then the policy-compliant binary package name is python-gavo. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ

Re: Using update-alternatives for /usr/bin provided binaries

2013-10-15 Thread Jakub Wilk
compatible with both Python 2 and 3. As I understand it, python{2,3}-coverage are NOT compatible, and therefore they should NOT use alternatives. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Re: Using ‘export http_proxy = http://127.0.9.1:9/’ to fail noisily on dependency problems

2013-10-15 Thread Jakub Wilk
: https://buildd.debian.org/status/fetch.php?pkg=python-ethtoolarch=i386ver=0.7-1stamp=1340805337 http://bugs.debian.org/683174 [0] Unfortunately Google doesn't seem to index Debian build logs. :( Perhaps someone wants to implement buildlogsearch.debian.net? -- Jakub Wilk -- To UNSUBSCRIBE, email

Re: Using update-alternatives for /usr/bin provided binaries

2013-10-15 Thread Jakub Wilk
-coverage -x foo.py foo With Python 3 implementation, you'll get SyntaxError. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20131015113503.ga1

Re: Using ‘export http_proxy = http://127.0.9.1:9/’ to fail noisily on dependency problems

2013-10-14 Thread Jakub Wilk
changed recently, Debian buildds don't block Internet access. :( -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20131014112335.ga3...@jwilk.net

Re: about python-oauth2: CVE-2013-4347

2013-10-09 Thread Jakub Wilk
) orthogonal problem. Philippe's fix would make birthday attacks harder. Note however that make_nonce() and generate_nonce() docstrings say generate pseudorandom number, so they would have to be updated accordingly. [0] https://github.com/simplegeo/python-oauth2/issues/9 -- Jakub Wilk

Re: How to help with sphinx 1.2?

2013-09-23 Thread Jakub Wilk
. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20130923172311.ga5...@jwilk.net

Re: Best practices for data files in /usr/share

2013-09-21 Thread Jakub Wilk
/1.1.3%2Bdfsg-4/sphinx/__init__.py#L21 2) We run tests against source that has this line kept intact. Then we patch the line using sed: http://sources.debian.net/src/sphinx/1.1.3%2Bdfsg-4/debian/rules#L66 -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org

Re: [PATCH] Support :any architecture qualifiers for multiarch

2013-09-19 Thread Jakub Wilk
-in for :any dependencies. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20130919150538.ga2...@jwilk.net

Re: [PATCH] Support :any architecture qualifiers for multiarch

2013-09-18 Thread Jakub Wilk
or not. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20130918162413.ga3...@jwilk.net

Re: [PATCH] Support :any architecture qualifiers for multiarch

2013-09-17 Thread Jakub Wilk
code (1) -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20130917153638.ga3...@jwilk.net

Re: How to help with sphinx 1.2?

2013-09-16 Thread Jakub Wilk
-- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20130916115151.ga6...@jwilk.net

Re: Request to join PMPT

2013-09-12 Thread Jakub Wilk
-env-python-shebang usr/bin/woof -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20130912163455.ga4...@jwilk.net

Re: Installing platform-independent resources outside the Python package (was: Specifying ‘--install-data’ for each binary package)

2013-09-09 Thread Jakub Wilk
? -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20130909112420.ga4...@jwilk.net

Re: Request to join DPMT

2013-08-02 Thread Jakub Wilk
! :-) -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20130802105355.ga4...@jwilk.net

Re: dh-python in unstable

2013-08-02 Thread Jakub Wilk
dh-python ./debian/control 2/dev/null then exec /usr/share/dh-python/dh_python2 $@ else exec /usr/share/python/dh_python2 $@ fi -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive

Re: django-ajax-selects

2013-08-01 Thread Jakub Wilk
, already uploaded to Debian, wrong: python-django-filter instead of python-django-filters :-(. .oO( http://lists.debian.org/20130608225655.ga5...@jwilk.net ) -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Re: django-ajax-selects

2013-07-28 Thread Jakub Wilk
-selects: incorrect-package-name python-ajax-select -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20130728174224.gc6...@jwilk.net

Re: Request to join Project Python Modules Packaging Team

2013-06-28 Thread Jakub Wilk
familiar with the process. I use a lot of Python packages for my pet projects but also at work. Because of this, I may propose more packages in the future and also help to backport some. In the long run, my personal goal is to become a DD :-) Welcome to the team! :) -- Jakub Wilk

Re: Requesting non -guest account on Alioth

2013-06-28 Thread Jakub Wilk
* Barry Warsaw ba...@debian.org, 2013-06-28, 11:46: Could the project admins for DPMT and PAPT please add my non-guest account? Done for DPMT. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Re: Introducing myself

2013-06-23 Thread Jakub Wilk
think that would help finding a sponsor. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20130623172153.ga6...@jwilk.net

Re: Request to Join Project Python Modules Packaging Team from Mike Neish (neishm-guest)

2013-06-21 Thread Jakub Wilk
* Sandro Tosi mo...@debian.org, 2013-06-21, 08:37: Sandro, are you okay with me adding Mike to the team, so the he can commit the patch? sorry for the late reply; sure go ahead, Welcome to the team, Mike! :) does Mike need a sponsor for the upload? I believe he does. -- Jakub Wilk

Re: Request to Join Project Python Modules Packaging Team from Mike Neish (neishm-guest)

2013-06-21 Thread Jakub Wilk
2.2.6.7-3, or (C) Let the maintainers edit and sign off on the changelog. (A') Use dch(1), which should do the right thing. :) -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http

Re: Request to Join Project Python Modules Packaging Team from Mike Neish (neishm-guest)

2013-06-21 Thread Jakub Wilk
. I'll poke Alioth admins to get it fixed. I used dch -a to append my change into the existing changelog. Hopefully that's doing the right thing. Yup, the changelog looks good to me. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe

Re: Recommend package not yet in Debian

2013-06-18 Thread Jakub Wilk
. This way: http://raphaelhertzog.com/2010/09/27/different-dependencies-between-debian-and-ubuntu-but-common-source-package/ I don't see how is that better that 1 or 2. It hides the problem rather than fixing it. 4. ??? Ping the maintainer? #671361 -- Jakub Wilk -- To UNSUBSCRIBE, email to debian

Re: Recommend package not yet in Debian

2013-06-18 Thread Jakub Wilk
* Jakub Wilk jw...@debian.org, 2013-06-18, 20:31: 1. Just Recommends: python3-pyicu and rely the package is coming sometime I've been doing this for my packages (with s/pyicu/$somethingelse/ of course). Though that works only if you can predict the package name. And I believe the Ubuntu's

Re: how could I help?

2013-06-18 Thread Jakub Wilk
packages you don't use is usually a bad idea!) * Provide patches for these bugs: http://udd.debian.org/cgi-bin/python_bugs.cgi (Not necessarily all of them at once. ;P) -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Re: Introducing myself

2013-06-14 Thread Jakub Wilk
I'm mentioning it here only as word of advice for the future. :) Right now I've sent a request to join the team on alioth (login: emillon-guest) Welcome to the team! -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble

Re: Request to Join Project Python Modules Packaging Team from Mike Neish (neishm-guest)

2013-06-14 Thread Jakub Wilk
is fixed upstream in Pydap 3.1.) Sandro, are you okay with me adding Mike to the team, so the he can commit the patch? -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http

Re: Taking over SQLObject package?

2013-06-14 Thread Jakub Wilk
to you adding yourself to Uploaders. [...] I suggest starting to work on it in SVN immediately, I've added Neil Muller to the team. Welcome! -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Re: RFS: python-keyring 1.4-1

2013-06-09 Thread Jakub Wilk
(I don't intend to sponsor this package.) * Dmitry Shachnev mity...@gmail.com, 2013-06-08, 15:06: * Run upstream testsuite during build; Typo in the variable name: $(PYTHON) - $(PYTHON2). Also, python2.X -m unittest discover works only for X=7. -- Jakub Wilk -- To UNSUBSCRIBE, email

Re: Obsolete Conflits/Replaces: python2.3-MODULE, python2.4-MODULE

2013-06-08 Thread Jakub Wilk
* Jakub Wilk jw...@debian.org, 2013-06-05, 00:55: Would anyone mind if I made a mass-commit to drop them from the packages (co-)maintained by DPMT? Done! (With the exception of python-reportlab, which hasn't seen VCS updates since 2008, despite numerous uploads.) -- Jakub Wilk

Re: Joining Python Modules Packaging Team

2013-06-08 Thread Jakub Wilk
that we support only one Python version, I hope we get rid of it soon.) -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20130608225655.ga5...@jwilk.net

Re: RFS: bunch, kitchen, grapefruit, fabulous, stomper, txws, txzmq, moksha.common, moksha.hub

2013-06-06 Thread Jakub Wilk
:95 x: python-fabulous: except-without-exception-type usr/share/pyshared/fabulous/xterm256.py:104 Patched and reported upstream. Now it emits: e: python-fabulous: except-shadows-builtin usr/share/pyshared/fabulous/xterm256.py:104: AssertionError -- Jakub Wilk Index: debian/control

Re: python3.3 status

2013-06-06 Thread Jakub Wilk
Cython: #707315 python-astropy needs fixed Numpy mpi4py, pystemmer, python-llfuse are OK -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20130606170405.gb6

Re: python3.3 status

2013-06-06 Thread Jakub Wilk
* Scott Kitterman deb...@kitterman.com, 2013-06-06, 12:46: Did anyone file bugs for jwilk's FTBFS TODO packages? I've file them all, with one exception: I couldn't reproduce nuitka's FTBFS in a different build environment. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ

Obsolete Conflits/Replaces: python2.3-MODULE, python2.4-MODULE

2013-06-04 Thread Jakub Wilk
occur. Please consider dropping these obsolete relations from your packages. Would anyone mind if I made a mass-commit to drop them from the packages (co-)maintained by DPMT? -- Jakub Wilk A Mennucc1 mennu...@debian.org pygame (U) Alain Leufroy alain.leuf...@logilab.fr xmldiff (U

Re: Use the just installed package in the postinst script

2013-05-27 Thread Jakub Wilk
packages. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20130527192518.ga4...@jwilk.net

Re: Joining DPMT / PAPT

2013-05-26 Thread Jakub Wilk
of method arguments. That's not what assert is for. [...] (These should be converted into TypeErrors, right?) Right. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http

Re: Joining DPMT / PAPT

2013-05-25 Thread Jakub Wilk
. Typos in upstream code: explicitely - explicitly instanciate - instantiate The code uses assert to validate types of method arguments. That's not what assert is for. Does pygithub validate SSL certificates? -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org

Re: Joining DPMT / PAPT

2013-05-25 Thread Jakub Wilk
* Jakub Wilk jw...@debian.org, 2013-05-25, 13:56: https://ldpreload.com/p/pygithub_1.14.2-1.dsc I don't intend to sponsor this package, but here's my review: One more thing I forgot: Don't ignore errors from rm -rf build. -f takes care of ENOENT and you failures certainly should not go

Re: Request to Join Project Python Modules Packaging Team from Vincent Cheng (vincentc-guest)

2013-05-25 Thread Jakub Wilk
directory (--install-data) it doesn't store that location anywhere, so the code has no way of knowing where the data could be. In practice it means that you have to either patch the code that loads the data, or add symlinks pointing from old to new locations. -- Jakub Wilk -- To UNSUBSCRIBE

Re: pyflakes and Python 3 scripts (was Re: PyCon 2013 -- tentative title/abstract/outline -- feedback plz)

2013-05-25 Thread Jakub Wilk
: - run then with non-default Python interpreter easily; - write a wrapper script that execfile()s the original script. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http

Re: On robustness of maintainer scripts

2013-05-21 Thread Jakub Wilk
* Jakub Wilk jw...@debian.org, 2013-05-10, 00:41: prerm = [...] Real-world failure: #706758 Also #708831. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http

Re: On robustness of maintainer scripts

2013-05-21 Thread Jakub Wilk
platform independent libraries prefix Consider setting $PYTHONHOME to prefix[:exec_prefix] ImportError: No module named site dpkg: error while cleaning up: subprocess installed post-installation script returned error exit status 1 -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ

Re: On robustness of maintainer scripts

2013-05-21 Thread Jakub Wilk
-van.pydeb) - these two look like a bug in dh_python2. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20130521180705.ga8...@jwilk.net

Re: Request to Join Project Python Modules Packaging Team from Vincent Cheng (vincentc-guest)

2013-05-19 Thread Jakub Wilk
/ref/code_examples/joystick_calls.py uses print as method name. You can't do that in Python 2.X (unless you import print_function from __future__). -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

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

2013-05-18 Thread Jakub Wilk
) Put the attached script somewhere in your $PATH. 3) ... 4) PROFIT!^W^WGrumble that it doesn't work out of the box, and that you need to resort to hacks like this instead. -- Jakub Wilk #!/usr/bin/python3 import sys # Close your eyes here. sys.path += ['/usr/share/pyshared'] from

Re: Joining DPMT

2013-05-14 Thread Jakub Wilk
-modules.alioth.debian.org/python-modules-policy.html#maintainership -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20130514223602.ga3...@jwilk.net

Re: dh9: dh_python2 with dh_sphinxdoc: missing /usr/bin and /usr/lib in deb

2013-05-13 Thread Jakub Wilk
probably want to instruct dh_install which files belong to which packages, presumably by creating appropriate *.install files. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http

Re: On robustness of maintainer scripts

2013-05-13 Thread Jakub Wilk
* Jakub Wilk jw...@debian.org, 2013-05-10, 00:41: postinst [...] Test-case (in a squeeze chroot, with wheezy added to sources.lists): # dpkg --unpack cpuset_1.5.6-2_all.deb # apt-get install -t squeeze python2.6 # apt-get install -t wheezy python gcc-4.4 # dpkg --force-depends -r

  1   2   3   4   5   >