Re: Please test new 4suite

2002-04-08 Thread Alexandre
complain in the API changes on the 4Suite mailing lists. I'd therefore expect the number of people using 4Suite as a depend for non debian software to be relatively small. And for them, the maintenance nightmare is real, whatever solution you choose, but since I'd expect them to try to f

Re: Please test new 4suite

2002-04-09 Thread Alexandre
On Mon, Apr 08, 2002 at 09:26:48PM +0200, Jérôme Marant wrote: > Alexandre <[EMAIL PROTECTED]> writes: > > * There are no clashes between PyXML and 4Suite's xpath and xslt, > > because they live in differant packates (xml and Ft.Xml) > > That is right if you co

Re: Please test new 4suite

2002-04-09 Thread Alexandre
oody and push hard to patch python-xml-0.7.1 to fix the xml.xslt bugs I'll start a discussion on the upstream mailing lists to see if anyone has some other solution. Alexandre Fayolle -- LOGILAB, Paris (France). http://www.logilab.com http://www.logilab.fr http://www.logilab.org Narval

Re: Removing 4suite from Woody [Re: Please test new 4suite]

2002-04-10 Thread Alexandre
On Wed, Apr 10, 2002 at 07:36:12AM +0200, Jérôme Marant wrote: > Alexandre <[EMAIL PROTECTED]> writes: > > > I've looked at the problem at hand, carefully, and here's what I've been > > able to figure out: > > ... > > Thanks a lot. We

Re: Bytecode compilation

2002-07-25 Thread Alexandre
script. Grap any python package source package and check the postinst script, which generally does the compiling. Alexandre Fayolle -- LOGILAB, Paris (France). http://www.logilab.com http://www.logilab.fr http://www.logilab.org Narval, the first software agent available as free software (GPL).

Re: python2.2-dev depends on gcc-3.2. WHY?

2002-08-30 Thread Alexandre
g++-3.2 > changed the C++ ABI, so I made both changes (python and C++) at the > same time. Does Distutils handle this automagically, or is there anything we have to take care of when building extensions if there are several versions of gcc installed on a machine? Alexandre Fayolle --

python-unit package

2002-09-05 Thread Alexandre
the python-unit package be generated from the python source package? * if so, do we drop support for pyunit in python1.5, or add pyunit as a patch? * if not, should I generate python-unit packages based on the CVS? * or should I ask upstream to make a release? Thanks for your feedback. Alexand

Re: python-unit package

2002-09-05 Thread Alexandre
On Thu, Sep 05, 2002 at 02:45:39PM +0200, Alexandre wrote: > * if so, do we drop support for pyunit in python1.5, or add pyunit as a > patch? Forget this line: the pyunit package is not built for python1.5. Alexandre Fayolle -- LOGILAB, Paris (France). http://www.logilab.com

Removing the python-unit package

2002-09-25 Thread Alexandre
? -- Alexandre Fayolle LOGILAB, Paris (France). http://www.logilab.com http://www.logilab.fr http://www.logilab.org Advanced computing - Python - Customized trainings - Consulting - XML Informatique avancée - Python - Formations sur-mesure - Conseil - XML

Re: Removing the python-unit package

2002-09-25 Thread Alexandre
On Wed, Sep 25, 2002 at 01:21:55PM +0200, Bastian Kleineidam wrote: > On Wed, Sep 25, 2002 at 10:13:08AM +0200, Alexandre wrote: > > Hello, > > > > I sent a mail to the list a couple of weeks ago about the relationships > > between the python and python-unit packag

Re: dh_python

2004-07-22 Thread Alexandre
t; > > Can anyone think of an example where whitespaces in > > package's paths would be valid? > > This is not possible in the python directories (/usr/lib/python2.x/site- > packages). i I'd have to check, but I think it could be achieved

Re: recommended package for xslt processing in python

2004-08-06 Thread Alexandre
have python-4suite and libxslt (for which python bindings are available). The first approach is more versatile, since you can easily change the command line using a configuration file, in case you encounter a bug in a given xslt processor, or if you have performance (speedwi

Re: need help with some bugs in python-mysqldb

2004-09-21 Thread Alexandre
faults at using > MySQL-Python. see #270555 for more information. Would you happen to have a post mortem analysis of apache available, in order to see what precisely causes the segfault ? -- Alexandre Fayolle LOGILAB, Paris (France). http://www.logilab.com h

Re: python2.3-profiler package

2005-02-16 Thread Alexandre
On Wed, Feb 16, 2005 at 02:12:07PM +0100, Pavel Jurus wrote: > I would like to ask what is the current status of python2.3-profiler > package. Three uploads are in the NEW queue (http://qa.debian.org/~anibal/debian-NEW.html) -- Alexandre Fayolle LOGILAB,

handling packages built supporting the "current" python revision

2006-08-16 Thread Alexandre Fayolle
2.3), python (<<2.4) (generated by dh_python). Am I expected to upload an unchanged 0.2.0-3 package so that it will get rebuilt with python2.4 as the default python version, or is something going to happen automatically, for instance a binary only NMU ? --

Bug#396394: python2.5: README.Debian provides incorrect information about distutils

2006-10-31 Thread Alexandre Fayolle
Package: python2.5 Version: 2.5-3 Severity: minor Tags: patch In /usr/share/doc/python2.5/README.Debian, """ distutils can be found in the python2.5-dev package. Development files like the python library or Makefiles can be found in the python2.5-dev package in /usr/lib/python2.5/config. """ sh

Re: detecting the right /usr/lib/python2.x in an upstream-compatible way

2006-11-27 Thread Alexandre Fayolle
hon installations (pyx upstream has "import site; print > site.here" in SVN but that doesn't work in python >= 2.4). import sys import os.path print os.path.join(sys.prefix, 'lib', 'python'+sys.version[:3]) -- Alexandre Fayolle

Re: python2.5 fails to import pygtk and gtk modules

2007-01-02 Thread Alexandre Fayolle
ist even though this version is requested debian/control (or in some other place if you chose the other way without XS-Python-Version). I have to admit that I am a bit disapointed by this, to say the least. Why are we shipping python2.5 in etch if we don't ship the python extension modu

Re: [Python-modules-team] Bug#543351: logilab.astng cannot be imported after upgrade from stable

2009-09-07 Thread Alexandre Fayolle
hon*/site- packages/logilab/__init__.py*, and issues a warning if there are other stuff in the directory : this will stop packages installed under that tree from working without deleting the files themselves (enabling the administrator to find out what's broken with that installation).

Re: Quick analysis of the Python dist-packages transition

2009-09-19 Thread Alexandre Rossi
Hi, >   deejayd Fixed package is awaiting sponsorship at mentors.debian.net Alexandre -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Package and script naming

2010-01-05 Thread Alexandre Quessy
workaround to avoid typing that much ? I would rather simply type "./scripts/lunch" to run my app. Thanks ! Alexandre Quessy http://alexandre.quessy.net -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev

Re: Package and script naming

2010-01-05 Thread Alexandre Quessy
ath.split(os.path.dirname(os.path.abspath(__file__)))[0] sys.path.insert(0, d) from spam import runner runner.run() 2010/1/5 Alexandre Quessy : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hello everyone, > I am in the process of putting finishing touches to a few new Debian >

Re: Ideal directory structure?

2010-01-30 Thread Alexandre Quessy
d from Twisted. I am not saying this is perfect, but it works well with the limitations of the packaging in importing mechanism in Python. Regards, Alexandre Quessy http://alexandre.quessy.net -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: python2.6 vs python-json

2010-02-14 Thread Alexandre Quessy
Hello everyone, It seems like python-json should either be renamed of deprecated. Meanwhile, all the Python application and modules that use JSON should be careful when importing the json module. Here's how I do it. (see the code extract below) # JSON im# JSON import: try: import json # pytho

Request to join the Python Modules Packaging Team

2010-06-05 Thread Alexandre Quessy
. My name is Alexandre Quessy. I am a developer from Montreal. I am interested in free software for new media arts, nameyl audio, video and electronics. I have been using free software for many years now. I am the co-author of some free software projects such as those listed above. I am mostly

Python module to package: python-txosc

2010-06-09 Thread Alexandre Quessy
there someone that is interested in working with me to eventually upload it? It should be pretty simple, since it is pure Python, and seems lintian error-free. Regards, -- Alexandre Quessy http://alexandre.quessy.net/ -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subje

Re: Python module to package: python-txosc

2010-06-11 Thread Alexandre Quessy
Hello! It's in the SVN. It seems to build correctly. Does anyone have improvements to suggest? Regards, alex 2010/6/10 Sandro Tosi : > On Thu, Jun 10, 2010 at 04:47, Alexandre Quessy wrote: >> Hello dear members of the Python module packaging team, >> >> I have packag

python-portmidi module

2010-06-11 Thread Alexandre Quessy
/tarballs/ Regards, -- Alexandre Quessy http://alexandre.quessy.net/ -- 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/aanlktim-hlx72nvz_jhv6ky89newoeb

XS-Python-Version: "current" fix (was: Re: RFS: deejayd (updated package))

2010-06-23 Thread Alexandre Rossi
)? Thanks in advance for your advices. Alex On Tue, Apr 6, 2010 at 19:27, Alexandre Rossi wrote: > Dear mentors, > > I am looking for a sponsor for the new version 0.10.0-1 > of my package "deejayd". > > It builds these binary packages: > deejayd    - Network controlla

Re: XS-Python-Version: "current" fix (was: Re: RFS: deejayd (updated package))

2010-06-23 Thread Alexandre Rossi
> While "current" is frowned upon[0], this is not what caused your package > breakage. The culprit it that scripts have #!/usr/bin/pythonX.Y shebangs - > if they were unversioned, the package would continue to work with new > Python. Those are changed by python distutils, that's why a rebuild fixe

Anyone interested in python-txosc or python-portmidi?

2010-08-26 Thread Alexandre Quessy
ython developers. It allows them to make their software communicate with other multimedia applications and devices. See http://svn.debian.org/wsvn/python-modules/packages/ Thanks, -- Alexandre Quessy http://alexandre.quessy.net/ -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org

Intending to orphan python-psyco and python-psyco-doc

2011-06-20 Thread Alexandre Fayolle
bian.org/p/psyco.html http://packages.qa.debian.org/p/psyco-doc.html -- Alexandre Fayolle -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: htt

Bug#639347: RFA: psyco -- Python specializing compiler

2011-08-26 Thread Alexandre Fayolle
Package: wnpp Severity: normal I request an adopter for the psyco package, as I no longer use the package and cannot maintain it properly anymore. Due to lack of upstream support, maybe the package should be removed from Debian altogether, as supporting python >> 2.5 will require significant eff

Joining the DPMT and git.debian.org access

2014-01-13 Thread Alexandre Rossi
Hi, I'd like to join the Debian python modules team. My goal is to maintain sockjs-twisted (#735154). My alioth username is niol-guest. Thanks, Alex -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.o

Re: Bug#735154: ITP: sockjs-twisted -- Simple library for adding SockJS support to a twisted application

2014-01-14 Thread Alexandre Rossi
Hi, On Mon, Jan 13, 2014 at 11:10 AM, Alexandre Rossi wrote: > Package: wnpp > Severity: wishlist > Owner: Alexandre Rossi > > * Package name: sockjs-twisted > Version : 1.2.1 > Upstream Author : Christopher Gamble > * URL : http://github.co

Re: Joining the DPMT and git.debian.org access

2014-01-14 Thread Alexandre Rossi
Hi, >> My goal is to maintain sockjs-twisted (#735154). > > the problem is... we don't use git, not yet at least (nobody had time to > propose a transition) The Wiki page[1] suggests there are some git repositories, but I cannot find/see them. I also found out that some packages maintained by the

Request to join the team

2014-10-16 Thread Alexandre Viau
/alexandre%40alexandreviau.net) Thanks, Alexandre Viau alexan...@alexandreviau.net

Re: Request to join the team

2014-10-16 Thread Alexandre Viau
I should have mentioned, my alioth account is reazem-guest. Alexandre Viau alexan...@alexandreviau.net On Thu, Oct 16, 2014 at 1:11 PM, Alexandre Viau wrote: > Hello Pythonistas, > > I have always wanted to become a Debian Developer and now > is the time to start working on it. I

Re: mkdocs locale error building djangorestframework

2016-01-26 Thread Alexandre Viau
IPE).communicate()[0] >>>> type(rv) > > > This is clearly a bug in python3-click. Yes it was. I have just uploaded a fix. -- Alexandre Viau av...@debian.org

xRayUtilities Package

2019-02-22 Thread MARIE Alexandre
data +taken with linear and area detectors. + I don't see what I am missing here, thus I'm looking for your help ! Thanks you for reading. Cheers, Alexandre Marie

RE:xRayUtilities Package

2019-02-22 Thread MARIE Alexandre
#x27;:!*/.gitignore' And this is the command that shows the additions and deletions that I pasted to you. I don't know if it's clearer, but I hope it is ! Thanks for your time, Alexandre Marie De : Andrey Rahmatullin [w...@debian.org] E

Packaging python-xrayutilities

2019-03-18 Thread MARIE Alexandre
ge of upstream/1.5.1 gbp:error: Rolled back changes after import error. ___ Here is where I am stuck and where I am asking for some help please ! Thanks in advance for a response. Cheers, Alexandre Marie

RE:Packaging python-xrayutilities

2019-03-18 Thread MARIE Alexandre
Thanks again for the response ! I am resending an answer as the first one was sent to Florian Pelgrim only. > Try to replace all http links to https in your package. Changing http to https didn't solve the issue. I still get this error :

RE:Packaging python-xrayutilities

2019-03-18 Thread MARIE Alexandre
> You need to find why there are conflicts and fix them. Good first steps > are running gbp with --no-rollback and/or finding what upstream files are > modified in the master branch in the current state. When I do so, I only have one conflict on the file .gitignore. I solved it and tried to com

RE:Packaging python-xrayutilities

2019-03-19 Thread MARIE Alexandre
Hello, I resolved my git issue, but when I build the package doc with sphinx-build : ``` make[1]: Entering directory '/<>' pybuild --build -s custom -p 3.7 --build-args="env PYTHONPATH={build_dir} sphinx-build -bhtml doc/source build/sphinx/html" I: pybuild base:217: env PYTHONPATH=/<>/.pybuild

RE:Packaging python-xrayutilities

2019-03-21 Thread MARIE Alexandre
Hello, I'm still working on the package python-xrayutilities for debian. I've come to a point where the package can be built but when generating the doc, lintian comes with a bunch of privacy-generic-breach tags like this : _

RE:Packaging python-xrayutilities

2019-03-21 Thread MARIE Alexandre
> Is there really the leading tab only on the second line? In fact I am trying to figure out where should I install the doc, and how could I avoid the lintian tag : privacy-breach-generic. > What exactly doesn't seem to work? The code I paste before wasn't working because the path was not good,

RE:Packaging python-xrayutilities

2019-03-21 Thread MARIE Alexandre
> Wild guessing: The files to be changed might reside in debian/tmp - thus > > > find debian ... > > could be the solution. I am trying to do so, thanks for your response. Cheers, Alex

RE:Packaging python-xrayutilities

2019-03-21 Thread MARIE Alexandre
> Hi, > > I didn't have time to look into issue, but may be looking on how other > people solve similar problems will give you a hint: > > https://codesearch.debian.net/search?q=path%3Adebian%2Frules+mathjax > > Best, > Alex Hello, Thanks for the hint, this is where I am looking to deal with th

Packaging debian xRayUtilities

2019-03-25 Thread MARIE Alexandre
causes import issues because of the "xrayutilities" dir. It makes the autopkgtest to fail.. Thanks for your time. Cheers, Alexandre

[packaging] wurlitzer

2019-10-21 Thread MARIE Alexandre
[2] https://pypi.org/project/wurlitzer/ I do not seem to be able to deal with that issue so I am asking your help. Cheers, Alexandre Marie

RE:[packaging] wurlitzer

2019-10-21 Thread MARIE Alexandre
?:tar\.xz|tar\.bz2|tar\.gz|zip|tgz|tbz|txz)) debian uupdate _______ Have a good day, Alexandre Marie De : Andrius Merkys [andrius.mer...@gmail.com] Envoyé : lundi 21 octobre 2019 14:

RE:[packaging] wurlitzer

2019-10-21 Thread MARIE Alexandre
rn: In debian/watch no matching files for watch line https://pypi.python.org/pypi/wurlitzer/ https://pypi.python.org/packages/.*/.*/.*/wurlitzer-([\d\.]+).tar.gz#.* debian uupdate uscan info: Scan finished ______

RE:[packaging] wurlitzer

2019-10-21 Thread MARIE Alexandre
This one works perfectly fine, thanks a lot for giving me some time to help ! Have a nice day, Alexandre Marie De : Andrius Merkys [andrius.mer...@gmail.com] Envoyé : lundi 21 octobre 2019 15:26 À : debian-python@lists.debian.org Objet : Re: [packaging

[Request]

2019-10-22 Thread MARIE Alexandre
Hello, I woud like to join debian-python team in order to maintain and package a bunch of modules : - wurlitzer - jupyter_sphinx Wich are dependecies of scientific softwares. My username is : alexandre.marie-guest. I read the python policy [0] and I accept it. Thanks, Alexandre Marie [0

[no subject]

2019-11-18 Thread MARIE Alexandre
g-source: error: missing orig.tar or debian.tar file in v2.0 source package ``` occurs when I run the dgit sbuild line. I don't know how could I import these files without touching my version of the packages. Sorry if this question is basic. Cheers, === Alexandre MARIE Engineer in

Re: Bug#950063: influxdb-python FTBFS with pandas 0.25.3

2020-02-20 Thread Alexandre Viau
On Thu, Feb 20, 2020 at 4:15 AM Andreas Tille wrote: > Regarding your wish to remove you from Maintainers: I did not intend to > take over the package from you personally. I rather wanted to do > something like: > > Maintainer: Debian Python Modules Team > > Uplo

Debian Python Team join application

2023-11-17 Thread Alexandre Esse
Hello, My name is Alexandre and I am beginning into debian packaging. I started to package Gaphor which is a modeling GUI in Python. Also, Gaphas is a python library that is used by Gaphor (and other projects). I started to initiate the work here, on my salsa account (Salsa login = ahresse

Re: Bug#1057830: qgis: please remove extranous dependency on python3-future

2023-12-09 Thread Alexandre Detiste
Hi, Le sam. 9 déc. 2023 à 07:53, Sebastiaan Couwenberg a écrit : > > qgis has some dependencies for the sake of plugins which cannot pull in > dependencies on their own. > > Are there plans to remove python3-future from Debian or it being > deprecated upstream? There's no plan yet. The default

Re: Request to join the team

2023-12-09 Thread Alexandre Detiste
Hi, I would like to join the Debian Python team too, my Salsa login is detiste-guest. https://salsa.debian.org/python-team/tools/python-modules/blob/master/policy.rst ACK I'm interested: - fixing the bug I submitted - checking if old python2 compatibility layers are actually still used: - un

Bug#1058055: galpy: please remove extraneous dependency on python3-future

2023-12-11 Thread Alexandre Detiste
Source: galpy Version: 1.8.1-2 Severity: important X-Debbugs-Cc: debian-python@lists.debian.org Dear Maintainer, The removal of the python3-future library is being evaluated. It's obsolete & unmaitained upstream. Your package seems not to have required python3-future for a long time. Please re

Bug#1058056: multiqc: please remove extraneous dependency on python3-future

2023-12-11 Thread Alexandre Detiste
mport of "past" or "future" libraries. Please report it upstream and in the meantime build a package with this line patched-out. Greetings, Alexandre -- System Information: Debian Release: trixie/sid APT prefers testing APT policy: (501, 'testing'), (450

Bug#1058057: impacket: please remove erroneous extraneous reference to 'future' from setup.py

2023-12-11 Thread Alexandre Detiste
ad been "from future import ..." / "from past import ...". Nowadays it means that your package is pulling in python3-future. This library is obsolete and mostly unmaintained and should be removed from Debian. So please patch it out from the build. Greetings, Alexandre -- System

Re: Bug#1056419: [Help] Re: python-future: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.11 returned exit code 13

2023-12-11 Thread Alexandre Detiste
Le lun. 11 déc. 2023 à 17:02, Jochen Sprickerhof a écrit : > I think the right thing here is to package the new uncertainties version > which drops the past import: > > https://github.com/lebigot/uncertainties/releases/tag/3.1.7 +1 > Also we should probably get rid of python-future at some point

Re: Why is ${python3:Depends} injecting cython3-legacy (Was: obitools: runtime dependency on cython)

2023-12-17 Thread Alexandre Detiste
The worse thing is when upstreams ask you to sign a CLA to accept a PR that removes one extraneous line from requirements.txt. Is it even copyrightable ? Le dim. 17 déc. 2023 à 20:21, Graham Inggs a écrit : > > Hi Andreas > > On Sun, 17 Dec 2023 at 18:15, Andreas Tille wrote: > > Is there > >

Re: [Help] Re: python-future: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.11 returned exit code 13

2024-01-03 Thread Alexandre Detiste
g=1059934 (list is not complete) There might be some nmu needed too if maintainers don't react. @Vincent: this one package "gtextfsm" is yours do you green light an upload ? Greetings, https://salsa.debian.org/python-team/packages/gtextfsm/-/pipelines/621238 gtextfsm $

Re: [Help] Re: python-future: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.11 returned exit code 13

2024-01-04 Thread Alexandre Detiste
Le jeu. 4 janv. 2024 à 07:48, Andreas Tille a écrit : > > @Vincent: this one package "gtextfsm" is yours > > do you green light an upload ? > > If you ask me the package is team maintained and a "Team upload" > should be fine. Hi, I just try to follow the rules I agreed on last month. https://sa

QA python3-unittest2

2024-01-10 Thread Alexandre Detiste
Hi, I'm busy with the (tentative-) removal of python3-unittest2. unitest2 is an old version of what has become "unittest.mock" in the standard library 90% of dependencies are stale and only need a quick edit of debian/control for the other I submit patches upstream Can I get (minimal) Salsa tea

Bug#1060421: python3-botocore: botocore as a (useless) undeclared dependency on python3-six

2024-01-10 Thread Alexandre Detiste
Package: python3-botocore Version: 1.31.49+repack-1 Severity: important X-Debbugs-Cc: debian-python@lists.debian.org python3-core is importing python3-six for absolutely no reason this package only work by luck for now because the library got pulled-in by something else (most likely python3-urlli

Re: QA python3-unittest2

2024-01-17 Thread Alexandre Detiste
Le jeu. 11 janv. 2024 à 10:47, Thomas Goirand a écrit : > > I'm busy with the (tentative-) removal of python3-unittest2. > > > > unitest2 is an old version of what has become "unittest" in the > > standard library > > > > 90% of dependencies are stale and only need a quick edit of debian/control >

Re: QA python3-unittest2

2024-01-18 Thread Alexandre Detiste
Le mer. 17 janv. 2024 à 17:14, Thomas Goirand a écrit : > On 1/17/24 14:25, Alexandre Detiste wrote: > > Le jeu. 11 janv. 2024 à 10:47, Thomas Goirand a écrit : > >>> I'm busy with the (tentative-) removal of python3-unittest2. > >>> > >> https

Re: Fix for pysmbc -Python 3.12 transition

2024-01-22 Thread Alexandre Detiste
Hi, Thanks again I may have an identical pytest -> python3-pytest commit stuck in my home computer, but whatever. Please someone pick this up Greetings Le lun. 22 janv. 2024 à 09:31, Yogeswaran Umasankar a écrit : > > Hi Alexandre, > Came across pysmbc, saw that there was an

RM: nb2plots -- ROM; leaf package

2024-02-28 Thread Alexandre Detiste
control: tag -1 +moreinfo Hi, I'm using this (nice, alive...) package and I'm willing to maintain it in the Python Team. Greetings, Alexandre

Re: Suggesting change in DPT policy

2024-03-03 Thread Alexandre Detiste
+1 for this policy change too, I went through the same hurdles & thinking progress, but it's much fresher in py head because I m only contributing to DPT since 1/1/2024, doing exactly what I said I would do on my membership application mail. Before this talk happened I would not have recommended

Re: Would you agree with swapping Maintainer and Uploaders in eric?

2024-03-11 Thread Alexandre Detiste
Hi Jan, I see on the tracker that you have both set the LowNMU flag (like I did too) and also made use of the special rule of the DPT policy discussed from [1]; that seems a bit of a contradiction to me but I have read that it was the default behaviour of some source package templating tool which

Re: morph's abandoned packages (list)

2024-03-15 Thread Alexandre Detiste
Hi, I would pick-up matplotlib I guess, I have some special connection to it, It was one the packages that enabled me to escape my horrible SAS-Insitute powered previous job/life. It's a big one. Help is appreciated, I already cherry picked some commits from Ciel's PR. I already adopted python3

Re: morph's abandoned packages (list)

2024-03-15 Thread Alexandre Detiste
Just add yourself. Le ven. 15 mars 2024 à 15:38, Martin a écrit : > > On 2024-03-15 14:21, Alexandre Detiste wrote: > > I would pick-up matplotlib I guess, I have some special connection to it, > > I *might* help on this, because we use matplotlib at $DAYJOB, but can'

Re: morph's abandoned packages (list)

2024-03-16 Thread Alexandre Detiste
Hi, The arguments to remove flask-basicauth looks sensible, can someone confirm ? CCing Daniele who uploads bespoken flask-login and Carsten who manage whole flaks ecosystem. Greetings Le jeu. 14 mars 2024 à 07:20, Julian Gilbey a écrit : > > Dear all (and Bcc-ing the RM bugs), > > For inform

Re: python-debian | remove some Python2 dead code (!131)

2024-03-17 Thread Alexandre Detiste
Hi, Does anyone know some automated tool to convert Python2-style annotations into Python3-style ? python-debian $ grep '# type' -r | wc -l 1499 Greetings Le dim. 17 mars 2024 à 13:46, Jelmer Vernooij (@jelmer) a écrit : > > Jelmer Vernooij commented on a discussion: > > Yes, we should be able t

matplotlib

2024-03-19 Thread Alexandre Detiste
If you have the time/will, I would suggest to overhaul build to from 7 to new debhelper 13 with the automagic "%: dh $@" rule. Almost all other Python projects have already been converted. wc -l */debian/rules 29 lincity-ng/debian/rules 25 lmfit-py/debian/rules 21 logbook/debian/rul

Re: Updated package list with packages open for adoption (Was: morph's abandoned packages (list))

2024-03-28 Thread Alexandre Detiste
Hi, I'd like to add paramiko to the list of semi-orphaned packages that needs more maintainers. high popcon, major upgrade, lots of rdeps: this would be a small transition by itself, like pytest 8 ... Le jeu. 28 mars 2024 à 10:24, Andreas Tille a écrit : > > ? #1065199 RM: pprintpp -- ROM; le

Re: New upstream version for python-pint

2024-04-01 Thread Alexandre Detiste
I've packaged font-awesome5 at work, for sure it's not in Debian. The upgrade to v5 was rightfully reverted but it's in limbo since. https://packages.debian.org/sid/fonts-font-awesome fonts-font-awesome (5.0.10+really4.7.0~dfsg-4.1) <-- Please note that this package provides Fon

Re: Requests to join DPT haven't been processed for months

2024-04-03 Thread Alexandre Detiste
Thank you both Le mer. 3 avr. 2024 à 17:48, Christian Kastner a écrit : > > On 2024-04-03 16:50, Stefano Rivera wrote: > > We've added a new owner to help out. Thanks peb! > > > > Stefano > > Excellent, thanks Stefano and of course Pierre-Elliott for taking care > of this! > > Best, > Christian >

Fwd: [cdent/paste] Potentially ceasing development of Paste (Discussion #91)

2024-04-05 Thread Alexandre Detiste
Might interrest more here. -- Forwarded message - De : Chris Dent Date: ven. 5 avr. 2024, 19:18 Subject: [cdent/paste] Potentially ceasing development of Paste (Discussion #91) To: cdent/paste Cc: Alexandre Detiste , Mention < ment...@noreply.github.com> paste uses a

Re: Status of sqlalchemy

2024-04-15 Thread Alexandre Detiste
Le lun. 15 avr. 2024 à 11:20, Thomas Goirand a écrit : > The rest of: > - pymodbus > > I don't even know what they do. Life is better when one does not have to deal with modbus :-) This package is outdated and need a refresh. > All that to say: I'm ok at this point if SQLA 2.x is uploaded to Sid

Re: Orphaning mu-editor, firmware-microbit-micropython, and their (build)-deps

2024-04-19 Thread Alexandre Detiste
Hi, I did this upstream bump because I think that MR on upstream & pristine-tar brach should not be allowed. (the Games Team did received several such MR from XZ-hack "Hans Jansen" puppet socket) Now Keith can rebase his changes unto that. Greetings Le sam. 20 avr. 2024, 00:34, Nick Morrott >

Re: Orphaning mu-editor, firmware-microbit-micropython, and their (build)-deps

2024-04-20 Thread Alexandre Detiste
Hi, I understand you. Maybe the best option is to co-maintain this outside of the D Python Team. Greetings Le sam. 20 avr. 2024, 01:56, Keith Packard a écrit : > > > Now Keith can rebase his changes unto that. > > My changes involve stripping the non-DFSG elements out of the package, > and th

Re: Status of pymodbus (was: Status of sqlalchemy)

2024-04-22 Thread Alexandre Detiste
a écrit : > On 2024-04-15 11:38, Alexandre Detiste wrote: > > Le lun. 15 avr. 2024 à 11:20, Thomas Goirand a écrit : > >> The rest of: > >> - pymodbus > >> > >> I don't even know what they do. > > > > Life is better when one does not have to

Re: Status of pymodbus (was: Status of sqlalchemy)

2024-04-22 Thread Alexandre Detiste
Le lun. 22 avr. 2024, 09:57, Martin a écrit : > > 1. privacy-breach-fixes.patch (I updated this, can push > These ones are annoying to maintain. I wish dh_installdocs would be smart enough to strip these tiny widget that are present in so many Readme.md on GitHub. They re quite formulaic and it

RM: pyannotate -- ROM; leaf package

2024-05-01 Thread Alexandre Detiste
control: tag -1 -moreinfo This one should still be removed ... It hasn't moved an inch still 2019 https://github.com/dropbox/pyannotate https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1065045

paramiko: FTBFS: dh_auto_test: error: pybuild

2024-05-01 Thread Alexandre Detiste
> E ModuleNotFoundError: No module named 'six' This happens because we unknot the python3-mock -> python3-pbr -> python3-six dependency chain. I did this _on purpose_ to discover missing python3-six (build-)dependencies and/or upstream that needs a cleanup. Here it's of course better to do th

Re: please be more careful about your team uploads

2024-05-08 Thread Alexandre Detiste
Hi, That was the very first day I got to work on DPT packages; so well yes, I did some mistakes at first; and having been DM for far too long (~10 years) I needed to retrain; I had so many things stuck in my queue at first. https://lists.debian.org/debian-python/2023/12/msg00012.html I'm now go

Re: please be more careful about your team uploads

2024-05-08 Thread Alexandre Detiste
Ok I guess you want to do this one: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1008768

Re: please be more careful about your team uploads

2024-05-08 Thread Alexandre Detiste
It is now in the NEW queue. https://salsa.debian.org/python-team/packages/python-pytest-relaxed/-/pipelines/675307 Le mer. 8 mai 2024 à 16:19, Antoine Beaupré a écrit : > On 2024-05-08 16:11:46, Alexandre Detiste wrote: > > Ok I guess you want to do this one: > > > > https:

Bug#1070772: ITP: python-mutf8 -- encoders and decoders for the MUTF-8 character encoding

2024-05-08 Thread Alexandre Detiste
Package: wnpp Severity: wishlist Owner: Alexandre Detiste X-Debbugs-Cc: debian-de...@lists.debian.org, debian-python@lists.debian.org * Package name: python-mutf8 Version : 1.0.0 Upstream Contact: Tyler Kennedy * URL : https://pypi.org/project/mutf8/ * License

Re: Bug#1065325: morph's abandoned packages (list)

2024-05-11 Thread Alexandre Detiste
Yes do please. Le sam. 11 mai 2024 à 20:51, Nilesh Patra a écrit : > > Quoting Alexandre Detiste : > > I would pick-up matplotlib I guess, I have some special connection to it, > > It was one the packages that enabled me to escape > > my horrible SAS-Insitute p

Re: Status of pymodbus (was: Status of sqlalchemy)

2024-05-12 Thread Alexandre Detiste
024 à 00:06, Martin a écrit : > > Hi Alexandre, > > I pushed my changes to debian/master. If you have time to work on > pymodbus (e.g. update disable-failing-unittests.patch), please go on. > I probably can't work on that this week. > > Cheers

Re: Bug#1063957: python-pytest-lazy-fixture: autopkgtest regression with pytest 8

2024-05-13 Thread Alexandre Detiste
Le lun. 13 mai 2024 à 22:59, Scott Kitterman a écrit : > >I suggest that we soon ask ftpmaster to drop pytest-lazy-fixture from > >Debian unstable. > > Please transition all the rdepends first. Asking before that's done just > creates more work for everyone. > > Scott K It looks like for this

Re: Bug#1063957: python-pytest-lazy-fixture: autopkgtest regression with pytest 8

2024-05-13 Thread Alexandre Detiste
Le mar. 14 mai 2024 à 08:35, Julian Gilbey a écrit : > > On Mon, May 13, 2024 at 11:07:54PM +0200, Alexandre Detiste wrote: > > Le lun. 13 mai 2024 à 22:59, Scott Kitterman a écrit > > : > > > >I suggest that we soon ask ftpmaster to drop pytest-lazy-fixtu

Bug#1071992: sqlmodel: please make this package compatible with SQL Alchemy 2.x

2024-05-27 Thread Alexandre Detiste
Source: sqlmodel Version: 0.0.16-1 Severity: important X-Debbugs-Cc: debian-python@lists.debian.org Dear Maintainer, This package hinders the transition to SQLAlchemy 2.x https://ci.debian.net/packages/s/sqlacodegen/testing/amd64/47034051/#S3 Greetings

  1   2   >