Re: Python in the Debian infrastructure

2022-08-19 Thread Julien Cristau
On Fri, Aug 19, 2022 at 10:25:25AM -0300, Antonio Terceiro wrote: > On Fri, Aug 19, 2022 at 09:29:40AM -0300, Emmanuel Arias wrote: > > Hi, > > > > I'm very interested :-) > > > > > > On Wed, Aug 17, 2022 at 9:23 PM Louis-Philippe Véronneau > > wrote: > [...] > > > - patching

Re: python3-pysnmp4 forked upstream

2022-04-07 Thread Julien Cristau
On Thu, Apr 07, 2022 at 01:22:49PM +0200, Luiz Amaral wrote: > Hello Python Team, > > It looks like the current upstream[1] of pysnmp has been unmaintained > for a while and got forked [2]. > > FreeBSD has done some adjustments to pysnmp and the related packages > because of that [3][4], as the

Re: python-anyio failing testsuite on buildd, not locally

2022-01-21 Thread Julien Cristau
Hi, x86-conova-01 has no ipv4 address other than loopback. That causes getaddrinfo with the AI_ADDRCONFIG flag to not return ipv4 addresses. See also https://lists.debian.org/debian-devel/2020/07/msg00070.html Cheers, Julien On Fri, Jan 21, 2022 at 09:43:40AM -0300, Emmanuel Arias wrote: >

Re: Bug#913976: ITP: python-hgapi -- module providing a pure-Python API to Mercurial

2018-12-20 Thread Julien Cristau
On 11/17/18 9:23 PM, Nick Morrott wrote: > Package: wnpp > Owner: Nick Morrott > Severity: wishlist > X-Debbugs-CC: debian-de...@lists.debian.org > > * Package name: python-hgapi > Version : 1.7.3 > Upstream Author : Fredrik Håård > * URL :

Re: on keep providing python 2 packages

2016-08-19 Thread Julien Cristau
On Fri, Aug 19, 2016 at 08:19:46 +0100, Sandro Tosi wrote: > I got a feeling we are somehow discouraging the introduction of > python2 package in unstable (it was also discussed at the BoF). > > while i can see why we dont want to introduce new python2-only > package, i feel that just providing

Re: Packaging/installing jupyter kernels

2016-08-05 Thread Julien Cristau
On Fri, Aug 5, 2016 at 14:07:51 +0200, Gordon Ball wrote: > Jupyter has been in experimental for a while and presumably will make it > to unstable in the not too distant future. > > Once that is done, what is the correct way for packages providing a > jupyter kernel to install it? > > *

Re: Status of ipython-qtconsole

2016-05-21 Thread Julien Cristau
On Thu, May 19, 2016 at 18:53:29 +, PICCA Frederic-Emmanuel wrote: > Hello, > Hi Frederic-Emmanuel, > I saw that a bunch of jupyter projects were uploaded into experimental. > It would be nice to have also the qtconsole part. > > I would like to know if there is already an effort in order

Re: CPython hash randomization makes some Python packages unreproducible

2016-04-09 Thread Julien Cristau
On Sat, Apr 9, 2016 at 13:25:39 -0400, Cara wrote: > I think a better solution is disabling hash randomization by setting > PYTHONHASHSEED=0 when building Python packages with CPython for Debian, > probably somewhere in dh-python. Note that this isn't necessary for > PyPy, which doesn't have

Re: New, updated pip coming

2016-02-01 Thread Julien Cristau
tatically linked > C/C++ has. > ATM there's no automatic rebuild for out of date built-using. Its main use is to force the archive software to keep the source packages listed as Built-Using in the archive, to comply with GPL requirements. Cheers, Julien -- Julien Cristau <julien.

Re: mkdocs locale error building djangorestframework

2016-01-28 Thread Julien Cristau
On Mon, Jan 25, 2016 at 23:13:49 -0500, Barry Warsaw wrote: > On Jan 26, 2016, at 01:12 AM, Ben Hutchings wrote: > > >That's not the problem at all.  Read the error message again.  Read the > >source line it points to.  Now look at where rv comes from: > > > import subprocess > rv =

Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental

2015-09-29 Thread Julien Cristau
an upload to unstable? Cheers, Julien -- Julien Cristau <julien.cris...@logilab.fr> Logilab http://www.logilab.fr/ Informatique scientifique & gestion de connaissances

Re: Packaging the Jupyter project suite

2015-09-25 Thread Julien Cristau
rc:ipython package? The ones that are still relevant can be marked as found in the jupyter packages as well, or reassigned, I don't think that's an issue. Cheers, Julien -- Julien Cristau <julien.cris...@logilab.fr> Logilab http://www.logilab.fr/ Informatique scientifique & gestion de connaissances

Re: Bug #751908, tox, and bin-only Python packages

2015-08-06 Thread Julien Cristau
is too generic, then that would also apply to /usr/bin/tox IMO. (Collisions over command names are even worse than collision over package names, since they have way more impact on users.) Cheers, Julien -- Julien Cristau julien.cris...@logilab.fr Logilab http

Re: -nspkg.pth and .pth files - should we get rid of them?

2015-07-20 Thread Julien Cristau
individually for each namespace. Cheers, Julien -- Julien Cristau julien.cris...@logilab.fr Logilab http://www.logilab.fr/ Informatique scientifique gestion de connaissances -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe

Re: -nspkg.pth and .pth files - should we get rid of them?

2015-07-20 Thread Julien Cristau
On Mon, Jul 20, 2015 at 09:56:55 +0200, Piotr Ożarowski wrote: [Julien Cristau, 2015-07-20] On Sun, Jul 19, 2015 at 21:28:32 +0200, Piotr Ożarowski wrote: Should we patch distutils/setuptools to not generate them? It generates them even for Python 3.X (which has PEP420 implemented

Re: -nspkg.pth and .pth files - should we get rid of them?

2015-07-20 Thread Julien Cristau
On Mon, Jul 20, 2015 at 11:58:07 +0100, Dimitri John Ledkov wrote: On 20 July 2015 at 09:00, Julien Cristau julien.cris...@logilab.fr wrote: On Mon, Jul 20, 2015 at 09:56:55 +0200, Piotr Ożarowski wrote: [Julien Cristau, 2015-07-20] On Sun, Jul 19, 2015 at 21:28:32 +0200, Piotr

Re: -nspkg.pth and .pth files - should we get rid of them?

2015-07-20 Thread Julien Cristau
On Mon, Jul 20, 2015 at 13:12:14 +0200, Julien Cristau wrote: On Mon, Jul 20, 2015 at 11:58:07 +0100, Dimitri John Ledkov wrote: On 20 July 2015 at 09:00, Julien Cristau julien.cris...@logilab.fr wrote: On Mon, Jul 20, 2015 at 09:56:55 +0200, Piotr Ożarowski wrote: [Julien Cristau

Re: -nspkg.pth and .pth files - should we get rid of them?

2015-07-20 Thread Julien Cristau
On Mon, Jul 20, 2015 at 07:58:13 -0400, Barry Warsaw wrote: On Jul 20, 2015, at 01:12 PM, Julien Cristau wrote: Is that a serious question? Why should debian-python, for no good reason, break things that work just fine? Because it doesn't really work well when you are supporting both

Re: Attempting to remove python-support?

2015-04-27 Thread Julien Cristau
you meant dh_python2... Cheers, Julien -- Julien Cristau julien.cris...@logilab.fr Logilab http://www.logilab.fr/ Informatique scientifique gestion de connaissances -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble

Re: About requests.packages.urllib3 in Debian

2014-11-05 Thread Julien Cristau
for submodules? (I'm guessing no.) Cheers, Julien -- Julien Cristau julien.cris...@logilab.fr Logilab http://www.logilab.fr/ Informatique scientifique gestion de connaissances -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe

Re: python-openssl unavailable in sid

2014-09-08 Thread Julien Cristau
On Mon, Sep 8, 2014 at 09:57:36 +1000, Brian May wrote: As far as I can tell, this problem has been fixed. ftp-master didn't respond, maybe it come good by itself? No, they fixed it last week. Cheers, Julien -- Julien Cristau julien.cris...@logilab.fr Logilab http

Re: python-pandocfilters_1.2.1-1_amd64.changes ACCEPTED into unstable, unstable

2014-07-28 Thread Julien Cristau
to be ok, including the maintainer address. See https://lists.debian.org/debian-python/2014/07/msg00097.html Cheers, Julien -- Julien Cristau julien.cris...@logilab.fr Logilab http://www.logilab.fr/ Informatique scientifique gestion de connaissances -- To UNSUBSCRIBE

Bug#750638: ITP: ndg-httpsclient -- enhanced HTTPS support for httplib and urllib2 using PyOpenSSL

2014-06-05 Thread Julien Cristau
Package: wnpp Severity: wishlist Owner: Julien Cristau julien.cris...@logilab.fr * Package name: ndg-httpsclient Version : 0.3.2 Upstream Author : Science Technology Facilities Council (STFC) * URL : https://pypi.python.org/pypi/ndg-httpsclient * License : BSD

Re: Bug#750638: ITP: ndg-httpsclient -- enhanced HTTPS support for httplib and urllib2 using PyOpenSSL

2014-06-05 Thread Julien Cristau
On Thu, Jun 5, 2014 at 10:24:48 -0400, Donald Stufft wrote: On Jun 5, 2014, at 7:09 AM, Daniele Tricoli er...@mornie.org wrote: Hello Julien, thanks for packaging ndg-httpsclient! On Thursday 05 June 2014 12:26:22 Julien Cristau wrote: My main interest is to be able to talk

Re: Bug#736721: Incorrect dependencies

2014-02-07 Thread Julien Cristau
, Julien -- Julien Cristau julien.cris...@logilab.fr Logilab http://www.logilab.fr/ Informatique scientifique gestion de connaissances -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

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

2013-12-16 Thread Julien Cristau
that. Cheers, Julien -- Julien Cristau julien.cris...@logilab.fr Logilab http://www.logilab.fr/ Informatique scientifique gestion de connaissances -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

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

2013-09-19 Thread Julien Cristau
does dlopen(libaa.so.1), so while it doesn't care about the interpreter's architecture, it does need the libaa1 and python3 packages to be of the same architecture. AIUI Depends: python3:any, libaa1 doesn't express that? Cheers, Julien -- Julien Cristau julien.cris...@logilab.fr Logilab

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

2013-09-19 Thread Julien Cristau
On Thu, Sep 19, 2013 at 14:55:17 +0200, Piotr Ożarowski wrote: [Julien Cristau, 2013-09-19] Well, in Jakub's case the module does dlopen(libaa.so.1), so while it doesn't care about the interpreter's architecture, it does need the libaa1 and python3 packages to be of the same architecture

Re: PEP 453 affects Debian packaging of Python packages

2013-09-18 Thread Julien Cristau
(and no, this isn't one). Make it Recommends if you like, though I'd question the value of even that. Cheers, Julien -- Julien Cristau julien.cris...@logilab.fr Logilab http://www.logilab.fr/ Informatique scientifique gestion de connaissances -- To UNSUBSCRIBE, email

Re: dh-python in unstable

2013-08-02 Thread Julien Cristau
On Fri, Aug 2, 2013 at 15:15:36 +0200, Piotr Ożarowski wrote: Note that adding dh-python to Build-Depends enables multiarch support in dh_python2 What does that mean? Cheers, Julien -- Julien Cristau julien.cris...@logilab.fr Logilab http://www.logilab.fr

Re: dh-python in unstable

2013-08-02 Thread Julien Cristau
On Fri, Aug 2, 2013 at 15:39:57 +0200, Piotr Ożarowski wrote: [Julien Cristau, 2013-08-02] On Fri, Aug 2, 2013 at 15:15:36 +0200, Piotr Ożarowski wrote: Note that adding dh-python to Build-Depends enables multiarch support in dh_python2 What does that mean? that means

Re: how could I help?

2013-06-25 Thread Julien Cristau
that would be great. There are dak (ftp team), ud (sysadmin team), various QA bits, the security tracker (security team) and probably more that I can't think of right now. Britney (-release) :) Cheers, julien -- Julien Cristau julien.cris...@logilab.fr Logilab http

Re: Circular build-dependency in python-webob

2013-03-12 Thread Julien Cristau
On Wed, Mar 13, 2013 at 00:59:42 +0800, Thomas Goirand wrote: There must be something wrong here. What makes you think that? Cheers, Julien -- Julien Cristau julien.cris...@logilab.fr Logilab http://www.logilab.fr/ Informatique scientifique gestion de connaissances

Re: Removing /usr/bin/nosetests-3.x scripts

2013-02-26 Thread Julien Cristau
, and this page doesn't seem to mention a versioned script. Is #4 really that horrible? IMO, yes. Cheers, Julien -- Julien Cristau julien.cris...@logilab.fr Logilab http://www.logilab.fr/ Informatique scientifique gestion de connaissances -- To UNSUBSCRIBE, email to debian

Re: Solving the multiarch triplet once and for all

2012-12-20 Thread Julien Cristau
On Tue, Dec 18, 2012 at 10:40:56 -0500, Andrew Starr-Bochicchio wrote: On Tue, Dec 18, 2012 at 10:24 AM, Barry Warsaw ba...@python.org wrote: On Dec 18, 2012, at 02:22 PM, Julien Cristau wrote: Having some explanation of what's going on would definitely help. Is there a wiki or mailing list

Re: suffix for packages with (optional?) Python extensions

2012-07-16 Thread Julien Cristau
them to be strictly versioned. Probably not a showstopper, but something to be aware of. Cheers, Julien -- Julien Cristau julien.cris...@logilab.fr Logilab http://www.logilab.fr/ Informatique scientifique gestion de connaissances -- To UNSUBSCRIBE, email to debian

Re: suffix for packages with (optional?) Python extensions

2012-07-16 Thread Julien Cristau
unpack/configuration ordering on the package manager. Cheers, Julien -- Julien Cristau julien.cris...@logilab.fr Logilab http://www.logilab.fr/ Informatique scientifique gestion de connaissances -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org

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

2012-05-14 Thread Julien Cristau
?) Some grepping in the lintian lab should be able to answer that. Cheers, Julien -- Julien Cristau julien.cris...@logilab.fr Logilab http://www.logilab.fr/ Informatique scientifique gestion de connaissances -- To UNSUBSCRIBE, email to debian-python-requ

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

2012-01-27 Thread Julien Cristau
On Fri, Jan 27, 2012 at 11:14:18 -0500, Barry Warsaw wrote: On Jan 27, 2012, at 03:07 PM, Julien Cristau wrote: I think a build system downloading random stuff from random places on the internet is just as insane upstream as in debian... For upstream development, it's handy. I don't

Re: Alternate way to contact Python-modules-team mailing list?

2011-10-19 Thread Julien Cristau
to find some way to get myself un-blacklisted. The actual bounce message would probably help... Cheers, Julien -- Julien Cristau julien.cris...@logilab.fr Logilab http://www.logilab.fr/ Informatique scientifique gestion de connaissances -- To UNSUBSCRIBE, email to debian

Re: python2.7 as default: where are we? (Was: Bug#641207: ITP: ordereddict)

2011-09-20 Thread Julien Cristau
On Sun, Sep 18, 2011 at 23:58:26 +0200, Luca Falavigna wrote: Il 12/09/2011 09:53, Julien Cristau ha scritto: So out of these, I'd expect that libimobiledevice, gobject-introspection and pygobject (and maybe hplip?) need to be fixed, and the rest can hopefully be removed if they stay

Re: it's Python time now

2011-03-30 Thread Julien Cristau
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 and CC me if you think it's not

Re: python transition incomplete

2010-10-04 Thread Julien Cristau
On Mon, Oct 4, 2010 at 12:08:04 +0200, Alessio Treglia wrote: On Sun, Sep 26, 2010 at 11:53 PM, Jakub Wilk jw...@debian.org wrote: pyliblo 0.8.1-2 Agreed, looks broken. Fixed in 0.8.1-3. Please unblock. Done. Cheers, Julien signature.asc Description: Digital signature

Re: Upload permission for PySide

2010-09-26 Thread Julien Cristau
On Sat, Sep 11, 2010 at 21:49:33 +0200, Didier 'OdyX' Raboud wrote: So from here I see some options (with my opinion in parentheses) i) Removing PySide from Squeeze (I think it would be sad). ii) Keeping the current PySide in Squeeze and request the maintainer (me) to provide

Re: python transition incomplete

2010-09-26 Thread Julien Cristau
On Sun, Sep 26, 2010 at 21:49:28 +0200, Matthias Klose wrote: The easier solution would be to remove python2.5 from the list of supported python versions and rebuild. NAK. The solution to an incomplete python transition is not to introduce yet another one. Cheers, Julien signature.asc

Re: seeking advice for xcb-proto packaging

2008-11-12 Thread Julien Cristau
On Tue, Nov 4, 2008 at 19:06:57 +0100, Adeodato Simó wrote: (1) You should of course use python-central or python-support so that the xcbgen Python package is always available for all installed python versions. Hope that was your intention. :-) Yeah, I think I got that working.

seeking advice for xcb-proto packaging

2008-11-04 Thread Julien Cristau
Hi, xcb-proto upstream installs a few python files[1], which are then used at build time by libxcb[2]. Using the upstream build system, these files get installed to $prefix/lib/python2.5/site-packages/xcbgen, and that path is set in xcb-proto.pc's pythondir variable. The libxcb build then uses