Re: Seeking help with packaging Home Assistant dependencies

2024-08-01 Thread Peter Wienemann
Hi Edward, On 2024-07-23 13:25:53, Edward Betts wrote: I am proposing the addition of Home Assistant, a Python-based smart home platform, to Debian. Home Assistant requires extensive hardware integrations and thus has a significant number of Python module dependencies. Upon review, I've identif

Re: Seeking help with packaging Home Assistant dependencies

2024-07-23 Thread Blair Noctis
On 24/07/2024 00:34, Julian Gilbey wrote: > On Tue, Jul 23, 2024 at 04:38:47PM +0200, Salvo Tomaselli wrote: >> Is there no way, especially in the beginig, to patch out funcionality? >> >> Stuff like volvo on call doesn't seem very vital to run the thing. >> >> I'd focus on identifying the real dep

Re: Seeking help with packaging Home Assistant dependencies

2024-07-23 Thread Julian Gilbey
On Tue, Jul 23, 2024 at 04:38:47PM +0200, Salvo Tomaselli wrote: > Is there no way, especially in the beginig, to patch out funcionality? > > Stuff like volvo on call doesn't seem very vital to run the thing. > > I'd focus on identifying the real dependencies and prioritize rest later on, > when

Seeking help with packaging Home Assistant dependencies

2024-07-23 Thread Edward Betts
Hello, I am proposing the addition of Home Assistant, a Python-based smart home platform, to Debian. Home Assistant requires extensive hardware integrations and thus has a significant number of Python module dependencies. Upon review, I've identified 666 Python modules required by Home Assistant

Re: Docu: Need help to understand section about package creation

2024-03-29 Thread c.buhtz
On 2024-03-29 15:34 weepingclown wrote: > As I understand it, the current > problem we have is more about the wiki being less organized than > there not being sufficient resources or them not being easily > accessible to everyone. Correct. The information is there. But the linkage between them is

Re: Docu: Need help to understand section about package creation

2024-03-29 Thread c.buhtz
On 2024-03-29 14:48 Carsten Schoenert wrote: > BTW: I posted my way on how I created a new Python package for Debian > in the German Debian forum extensively and in length last year while > DC [1]. Because I also know were starters typically struggle with and > I was in the need to introduce a new

Re: Docu: Need help to understand section about package creation

2024-03-29 Thread weepingclown
Hi, As an addendum, there is also dedicated wiki pages[0] intended to be of help to newcomers. Not saying that solves everything mentioned before, but it does help quite a lot. As I understand it, the current problem we have is more about the wiki being less organized than there not being

Re: Docu: Need help to understand section about package creation

2024-03-29 Thread Carsten Schoenert
errors message was coming up and they did not know what to do and were to look. A good developer or engineer is always able to help themselves. Means he need to know how things work or at least were to look next to solve problems. [1] https://debianforum.de/forum/viewtopic.php?t=187764 -- Regards Carsten

Re: Docu: Need help to understand section about package creation

2024-03-29 Thread Paul Boddie
On Friday, 29 March 2024 09:52:14 CET Carsten Schoenert wrote: > > Starting with Debian packaging isn't a easy thing and there is *not* the > one way to do it right. And there are for sure hundreds of HowTos out > there. You will need to try a few of them and chose in the end the > workflow that f

Re: Docu: Need help to understand section about package creation

2024-03-29 Thread c.buhtz
On 2024-03-29 09:52 Carsten Schoenert wrote: > New Maintainer Guide: > https://www.debian.org/doc/manuals/maint-guide/ That document itself points to a new rewritten "tutorial" in its first paragraph. I suggest to remove one of them

Re: Docu: Need help to understand section about package creation

2024-03-29 Thread Carsten Schoenert
Am 29.03.24 um 08:51 schrieb c.bu...@posteo.jp: This document is not Python related. The section about Python is empty. See section 15 at PDF page 65. This isn't really needed yet, packaging Debian packages is technically always the same. You seems to have a general problem to understand what

Re: Docu: Need help to understand section about package creation

2024-03-29 Thread Mechtilde
Hello everyone, first some general information. As I understand the information from the python-team in the wiki is to inform special handlin here. Newcommers should first read the New Maintainer Guide and the Developer Reference You want a "complete" description about packaging also for new

Re: Docu: Need help to understand section about package creation

2024-03-29 Thread c.buhtz
Dear Boyuan Yang, Thanks for your feedback. > I can see that > https://wiki.debian.org/Python/GitPackaging#Creating_a_new_package is > indeed poorly written: > > *) It still > [...] I agree to your list of aspects that need to be improved. It seems you really understood the "workflow" of a newb

Re: Docu: Need help to understand section about package creation

2024-03-29 Thread c.buhtz
On 2024-03-29 07:48 Andreas Tille wrote: > Perhaps a hint to my Live packaging workshop > > https://debconf23.debconf.org/talks/34-live-packaging-workshop/ Also not Python (but Go?) related but I will check it out.

Re: Docu: Need help to understand section about package creation

2024-03-29 Thread c.buhtz
Dear Metchtilde, Thanks for the reply. On 2024-03-29 08:28 Mechtilde wrote: > If some want to have more information you can read > > https://ddp-team.pages.debian.net/dpb/BuildWithGBP.pdf in German This document is not Python related. The section about Python is empty. See section 15 at PDF pa

Re: Docu: Need help to understand section about package creation

2024-03-28 Thread Andreas Tille
Hi, Am Thu, Mar 28, 2024 at 11:45:36PM -0400 schrieb Boyuan Yang: > > I don't have a good solution to Wiki pages yet since the article logic > needs some major editing. I can't provide any help for the Wiki page for DPMT. In Debian Med we provide some resources for newcome

Re: Re: Docu: Need help to understand section about package creation

2024-03-28 Thread Boyuan Yang
Hi, (I am off debian-python mailing list -- please CC me. Also, I cannot include previous text in the threads because I don't have them in my mailbox. Sorry!) Reading https://lists.debian.org/debian-python/2024/03/msg00152.html and https://lists.debian.org/debian-python/2024/03/msg00151.html , I

Re: Docu: Need help to understand section about package creation

2024-03-28 Thread weepingclown
install pypi2deb` will give the py2dsp command and `py2dsp ` can give you a nifty initial template to start with. For more info you can try `py2dsp --help`. What I typically use when creating a new package is `py2dsp --profile dpt --distribution unstable --revision 1 --github `. No other

Re: Docu: Need help to understand section about package creation

2024-03-28 Thread c.buhtz
g a new package" don't help me to fill it up. Thanks in advance, Christian Buhtz On 2024-03-20 22:32 wrote: > Hello, > > in order to improve the documentation I need to understand some parts. > But I am stuck. I don't get it what the authors trying to explain. > &

Re: Docu: Need help to understand section about package creation

2024-03-23 Thread c.buhtz
On 2024-03-20 22:55 c.bu...@posteo.jp wrote: > Am 20.03.2024 22:43 schrieb Andrey Rakhmatullin: > > One should use git-buildpackage which > > is described on https://wiki.debian.org/PackagingWithGit. > > What is the difference to https://wiki.debian.org/Python/GitPackaging > ? I think this is a v

Re: Docu: Need help to understand section about package creation

2024-03-20 Thread c . buhtz
Thanks for the reply. Am 20.03.2024 22:43 schrieb Andrey Rakhmatullin: As I said before, we no longer use git-dpm and git-dpm-specific documentation is no longer relevant. OK, then someone should remove it from the DPT packaging wiki page. One should use git-buildpackage which is described o

Re: Docu: Need help to understand section about package creation

2024-03-20 Thread Andrey Rakhmatullin
On Wed, Mar 20, 2024 at 09:32:34PM +, c.bu...@posteo.jp wrote: > Hello, > > in order to improve the documentation I need to understand some parts. > But I am stuck. I don't get it what the authors trying to explain. > > It is about "Creating a new package" section: > https://wiki.debian.org/P

Docu: Need help to understand section about package creation

2024-03-20 Thread c.buhtz
Hello, in order to improve the documentation I need to understand some parts. But I am stuck. I don't get it what the authors trying to explain. It is about "Creating a new package" section: https://wiki.debian.org/Python/GitPackaging#Creating_a_new_package The second paragraph points to dsc-fil

Re: Help with the Cython 3.0 failures in Ceph

2024-03-03 Thread Thomas Goirand
On 3/3/24 21:08, Thomas Goirand wrote: Hi, I'm long overdue for an upload of Ceph 18.2.x in Unstable. I'm currently stuck with the below build failure: Error compiling Cython file: ...     """     name = cstr(name, 'name')

Help with the Cython 3.0 failures in Ceph

2024-03-03 Thread Thomas Goirand
Hi, I'm long overdue for an upload of Ceph 18.2.x in Unstable. I'm currently stuck with the below build failure: Error compiling Cython file: ... """ name = cstr(name, 'name') cdef: rados_ioctx_t _

Re: Bug#1061765: Help needed to fix python-coverage-test-runner

2024-02-23 Thread Gunnar Wolf
Andreas Tille dijo [Fri, Feb 23, 2024 at 03:22:27PM +0100]: > HI Andrius, > > Am Fri, Feb 23, 2024 at 09:29:27AM +0200 schrieb Andrius Merkys: > > > ModuleNotFoundError: No module named 'imp' > > > > I had a similar problem. I worked it around by depending on > > python3-zombie-imp, the original

Re: Help needed to fix python-coverage-test-runner

2024-02-23 Thread Andreas Tille
HI Andrius, Am Fri, Feb 23, 2024 at 09:29:27AM +0200 schrieb Andrius Merkys: > > ModuleNotFoundError: No module named 'imp' > > I had a similar problem. I worked it around by depending on > python3-zombie-imp, the original code did not require any modifications. Nice hint - implemented. Thanks

Re: Help needed to fix python-coverage-test-runner

2024-02-22 Thread Andrius Merkys
Hi Andreas, On 2024-02-23 09:15, Andreas Tille wrote: I've attempted to fix python-coverage-test-runner in Git since this package is finally responsible for the failure of vmdb2: File "/usr/lib/python3/dist-packages/CoverageTestRunner.py", line 22, in import imp ModuleNotFoundError: No

Help needed to fix python-coverage-test-runner

2024-02-22 Thread Andreas Tille
Control: tags -1 help Hi, I've attempted to fix python-coverage-test-runner in Git since this package is finally responsible for the failure of vmdb2: File "/usr/lib/python3/dist-packages/CoverageTestRunner.py", line 22, in import imp ModuleNotFoundError: No module name

Re: Help with a Python module package

2024-02-19 Thread Sascha Steinbiss
Hi, [...] maybe you can help with an issue I can't fix. I am trying to package Awkward Array [1] and a preliminary repository can be found at [2]. Just to let you know that I managed to get it to work (using dh_python --no-ext-rename). Uploaded. Cheers Sascha OpenPGP_signatur

Help with a Python module package

2024-02-18 Thread Sascha Steinbiss
Dear Python team, maybe you can help with an issue I can't fix. I am trying to package Awkward Array [1] and a preliminary repository can be found at [2]. What is special about this package is that two modules are required -- one with C++ native libraries, and a native Python one (s

Help needed to port qiime to Python3.12

2024-02-17 Thread Andreas Tille
with the qiime code but with no success at all. Any help would be welcome. Kind regards Andreas. [1] https://github.com/qiime2/qiime2/issues/751 [2] https://salsa.debian.org/med-team/q2-types/-/jobs/5313640#L900 -- http://fam-tille.de

Re: Spinx help needed

2024-02-15 Thread Andreas Tille
Hi Dmitry, thanks a lot and sorry for my naivity Andreas. Am Thu, Feb 15, 2024 at 09:54:55PM +0300 schrieb Dmitry Shachnev: > On Thu, Feb 15, 2024 at 07:15:18PM +0100, Andreas Tille wrote: > > Hi Dmitry, > > > > thanks a lot for this hint. > > > > I've created a quilt patch which replaces the

Re: Spinx help needed

2024-02-15 Thread Dmitry Shachnev
On Thu, Feb 15, 2024 at 07:15:18PM +0100, Andreas Tille wrote: > Hi Dmitry, > > thanks a lot for this hint. > > I've created a quilt patch which replaces the vendored theme by the > sphinx13 one which is currently shipped in Debian. The patches by > upstream seem to be void now - at least none app

Re: Spinx help needed

2024-02-15 Thread Andreas Tille
Hi Dmitry, thanks a lot for this hint. Am Thu, Feb 15, 2024 at 11:46:45AM +0300 schrieb Dmitry Shachnev: > lmfit-py ships a vendored copy of sphinx13 theme [1], which was copied from > Sphinx source code with a minor modification in 2020 [2] and rebased in > January 2022 [3]. However, there were

Re: Spinx help needed

2024-02-15 Thread Dmitry Shachnev
Hi Andreas! On Thu, Feb 15, 2024 at 08:37:38AM +0100, Andreas Tille wrote: > Control: tags -1 pending > > Hi, > > I pushed fixes for #1056419 and #1058311 to Git and I think should be > fixed as well. The only remaining build problem is new and caused by > sphinx[1]: > > dh_sphinxdoc -i -O--

Re: Spinx help needed

2024-02-15 Thread c . buhtz
It is always hard to follow such threads. It is unclear if this message is about the Sphinx package itself or a package that do use Sphinx in its build process. There are two bug numbers in the CC fields. But the mail miss links to the bug reports or other information giving more context. Thi

Spinx help needed

2024-02-14 Thread Andreas Tille
Control: tags -1 pending Hi, I pushed fixes for #1056419 and #1058311 to Git and I think should be fixed as well. The only remaining build problem is new and caused by sphinx[1]: dh_sphinxdoc -i -O--buildsystem=pybuild dh_sphinxdoc: error: debian/python-lmfit-doc/usr/share/doc/python3-lmfit/

Re: [Help] Re: mlpy ftbfs with Python 3.12

2024-01-21 Thread Yogeswaran Umasankar
Hi, I created a patch for ModuleNotFoundError with Python 3.12. I worked on it in a fork, and created MR [0]. I hope it fixes the issue with the build. [0] https://salsa.debian.org/science-team/mlpy/-/merge_requests/5 Cheers! Yogeswaran. signature.asc Description: PGP signature

[Help] Re: mlpy ftbfs with Python 3.12

2024-01-21 Thread Andreas Tille
Control: tags 1056819 pending Control: tags -1 help Hi, after applying the patch for the cython3 issue the build issues of this package are remaining. This is strange since the missing modules are provided inside the package. I wonder what trick I might need to do to convince the Python3

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

2024-01-12 Thread Andreas Tille
Hi Stefano, Am Thu, Jan 11, 2024 at 08:25:46PM + schrieb Stefano Rivera: > > The test is expecting the module to be installed in the test > environment. Either we could try harder to emulate that, or skip the > tests. I admit I tried to copy around the module before running the test with no

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

2024-01-11 Thread Stefano Rivera
Hi Andreas (2024.01.11_17:48:43_+) > I've fixed the two other bugs in python-pkginfo and upgraded to latest > upstream. Unfortunately I have no clue about this issue. The test is expecting the module to be installed in the test environment. Either we could try harder to emulate that, or skip

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

2024-01-11 Thread Andreas Tille
Control: tags -1 help Hi, I've fixed the two other bugs in python-pkginfo and upgraded to latest upstream. Unfortunately I have no clue about this issue. Any idea what might be wrong here? Kind regards Andreas. -- http://fam-tille.de

[Help] Re: python-srsly: ftbfs with cython 3.0.x

2024-01-10 Thread Andreas Tille
Control: tags -1 help Hi, when applying the patch (thanks for this, Bas) I learned that the package builds for other reasons. This is also true for the latest upstream version[1]. Any help to fix this would be welcome Andreas. [1] https://salsa.debian.org/python-team/packages/python-srsly

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

2024-01-10 Thread Andreas Tille
Control: tags -1 help Hi, I tried the suggested patch for the cython3 issue of bug #1056872 in the currently packaged version[1] as well also tried upgrading to latest upstream and tried building[2] which failed as well. I admit, I'm running out of ideas what to do next. Any help is we

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-05 Thread Éric
past modules to help 2-3 or 3-2 compatibility, and scripts to convert code: these would take more effort to remove than __future__ imports, and should probably be patched upstream (by removing support for Python 2 and older Python 3 versions) Cheers

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 Thomas Goirand
On 1/4/24 00:30, Alexandre Detiste wrote: Le lun. 11 déc. 2023 à 16:43, Andreas Tille a écrit : Control: tags -1 help [Bug #1056419 in CC since the issue seems to be caused by python-future] Hi Vincent, I tried to upgrade python-future to the latest upstream version in the hope that this

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 Ana C. Custura
on-modules/blob/master/policy.rst#id2 > > | Team in Uploaders is a weak statement of collaboration. Help in > maintaining the package is appreciated, > | commits to the Git repository are freely welcomed, but before > uploading, please contact the Maintainer for the green light. > &

Re: [Debian-pan-maintainers] [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 PICCA Frederic-Emmanuel
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://salsa.debian.org/python-team/tools/python-modules/blob/master/policy.rst#id2 > >| Team in Uploaders is a weak

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
the rules I agreed on last month. https://salsa.debian.org/python-team/tools/python-modules/blob/master/policy.rst#id2 | Team in Uploaders is a weak statement of collaboration. Help in maintaining the package is appreciated, | commits to the Git repository are freely welcomed, but before uploadi

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 Andreas Tille
Hi Alexandre, Am Thu, Jan 04, 2024 at 12:30:21AM +0100 schrieb Alexandre Detiste: > > 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 ? If you ask me the package is team maintained and a "Team uploa

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 Vincent Bernat
On 2024-01-04 00:30, Alexandre Detiste wrote: @Vincent: this one package "gtextfsm" is yours do you green light an upload ? Yes.

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
Le lun. 11 déc. 2023 à 16:43, Andreas Tille a écrit : > Control: tags -1 help > > [Bug #1056419 in CC since the issue seems to be caused by python-future] > > Hi Vincent, > > I tried to upgrade python-future to the latest upstream version in the > hope that this would sol

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 Andreas Tille
Hi Alexandre, Am Mon, Dec 11, 2023 at 09:18:16PM +0100 schrieb Alexandre Detiste: > > https://github.com/lebigot/uncertainties/releases/tag/3.1.7 > > +1 OK. > > Also we should probably get rid of python-future at some point. > > I removed it from three games this week-end > and filled 6 more

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: 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 Jochen Sprickerhof
Hi Andreas, * Andreas Tille [2023-12-11 16:42]: Control: tags -1 help [Bug #1056419 in CC since the issue seems to be caused by python-future] Hi Vincent, I tried to upgrade python-future to the latest upstream version in the hope that this would solve the issue reported in bug #1042244

[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 Andreas Tille
Control: tags -1 help [Bug #1056419 in CC since the issue seems to be caused by python-future] Hi Vincent, I tried to upgrade python-future to the latest upstream version in the hope that this would solve the issue reported in bug #1042244. Unfortunately this is not the case and now with

Re: help to fix ftbfs issue #1052815 for python-sparse

2023-10-29 Thread Bo YU
On Sun, Oct 29, 2023 at 1:25 AM Bo YU wrote: > > Hi, > > I am looking at the issue and trying to fix it. > > If upgrading to 0.14.0[0] directly does not fix the issue and it is in > complicated situation. So below I will explain what I do. > > First to fix #1052815[1], wo need to adjust pybuild wi

help to fix ftbfs issue #1052815 for python-sparse

2023-10-28 Thread Bo YU
Hi, I am looking at the issue and trying to fix it. If upgrading to 0.14.0[0] directly does not fix the issue and it is in complicated situation. So below I will explain what I do. First to fix #1052815[1], wo need to adjust pybuild with custom way: ``` PYBUILD_SYSTEM=custom \ PYBUILD_TEST_ARGS=

Re: Python module packaging request to help me maintain apt-listchanges

2023-10-24 Thread Timo Röhling
Hi Jonathan, * Jonathan Kamens [2023-10-23 06:00]: I'm writing to ask for your assistance in getting pytest-subprocess packaged into Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1053360 As one of the uploaders for pytest, I am happy to sponsor you! Cheers Timo -- ⢀⣴⠾⠻⢶⣦⠀ ╭─

Re: Python module packaging request to help me maintain apt-listchanges

2023-10-24 Thread Ian Norton
Pytest-subprocess looks interesting, I'd probably myself have done the mocks directly using pytest-mock but it's good to know this exists. On Mon, 23 Oct 2023, 12:49 Jonathan Kamens, wrote: > Hello all, > > I'm writing to ask for your assistance in getting pytest-subprocess > packaged into Debia

Python module packaging request to help me maintain apt-listchanges

2023-10-23 Thread Jonathan Kamens
Hello all, I'm writing to ask for your assistance in getting pytest-subprocess packaged into Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1053360 The use case here is that I've taken over maintenance of apt-listchanges and added among other things a unit-test suite, and I want t

Re: Help with numpydoc needed (Was: Bug#1029245: nitime: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.10 3.11" returned exit code 13)

2023-01-21 Thread Andreas Tille
Am Fri, Jan 20, 2023 at 04:24:07PM -0500 schrieb Éric Araujo: > Le 20/01/2023 à 16:21, FC Stegerman a écrit : > > Should that not use "func" instead of "inspect.getframeinfo"? > > Yes of course! I tested in a terminal to give valid code and forgot to > replace my example function with the origina

Re: Help with numpydoc needed (Was: Bug#1029245: nitime: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.10 3.11" returned exit code 13)

2023-01-20 Thread Éric Araujo
Le 20/01/2023 à 16:21, FC Stegerman a écrit : Should that not use "func" instead of "inspect.getframeinfo"? Yes of course! I tested in a terminal to give valid code and forgot to replace my example function with the original variable name. Thanks!

Re: Help with numpydoc needed (Was: Bug#1029245: nitime: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.10 3.11" returned exit code 13)

2023-01-20 Thread FC Stegerman
* Éric Araujo [2023-01-20 22:01]: > tl;dr: replace the body of the try block with this: > > argspec = inspect.signature(inspect.getframeinfo) > argspec = str(argspec).replace('*', '\\*') > signature = '%s%s' % (func_name, argspec) Should that not use "func" instead of "inspect.getfra

Re: Help with numpydoc needed (Was: Bug#1029245: nitime: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.10 3.11" returned exit code 13)

2023-01-20 Thread Éric Araujo
Hello, Le 20/01/2023 à 15:33, Andreas Tille a écrit : I finally do not have an idea how to replace: Handler for event 'autodoc-process-docstring' threw an exception (exception: 'FullArgSpec' object has no attribute 'replace') which you can find in the latest build log in Salsa CI. t

Help with numpydoc needed (Was: Bug#1029245: nitime: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.10 3.11" returned exit code 13)

2023-01-20 Thread Andreas Tille
Control: tags -1 help Hi, I think I have fixed the numpy 1.24 issues that were causing this build failure. Unfortunately there are also numpydoc issues and I did not found documentation about this when doing a web search. I failed finding something for inspect.formatargspec which I simply

Re: Help for python-pynndescent needed

2023-01-17 Thread Andreas Tille
x -- Python 3.10.9, pytest-7.2.1, pluggy-1.0.0+repack -- > /usr/bin/python3.10 > > and the upstream is running those tests with max 3.9 : > > platform linux -- Python 3.9.16, pytest-7.2.0, pluggy-1.0.0 -- > /opt/hostedtoolcache/Python/3.9.16/x64/bin/python Lowering the Python3 version

Re: Help for python-pynndescent needed

2023-01-17 Thread Malik
nndescent fails[1]? > > Any help would be welcome. > > Kind regards >Andreas. > > > [1] > https://salsa.debian.org/python-team/packages/python-pynndescent/-/jobs/3811021 > > -- > http://fam-tille.de > > -- Malik Mlitat

Help for python-pynndescent needed

2023-01-17 Thread Andreas Tille
Hi, any idea why the build-time test of python-pynndescent fails[1]? Any help would be welcome. Kind regards Andreas. [1] https://salsa.debian.org/python-team/packages/python-pynndescent/-/jobs/3811021 -- http://fam-tille.de

RE: Help to package xdoctest

2022-12-27 Thread Nilson Silva
The first time I had cases with binary multiples, I was a bit lost. But later, with the help of the staff, I managed to pack, I don't know if this is the same case as yours, but if so, you can follow this example here: https://salsa.debian.org/debian/sphinx-multiversion [

Re: Help to package xdoctest

2022-12-27 Thread Stefano Rivera
Hi Bo (2022.12.26_07:01:29_+) > W: python3-xdoctest: no-manual-page [usr/bin/xdoctest] Yeah, applications *should* have manual pages, but it's not required. If you need more tooling to build the manpage, it can wait until those tools are available in Debian. > P: xdoctest source: very-long-li

Re: Help to package xdoctest

2022-12-27 Thread Bo YU
problem with the dependency[0] to use sphinx to generate html, especially since it needs ubelt, the xdoctest package itself to meet its dependencies. So what is the better way to solve the issue? BR, Bo [0]: https://salsa.debian.org/python-team/packages/xdoctest/-/blob/debian/main/docs/requiremen

Help to package xdoctest

2022-12-25 Thread Bo YU
/usr/bin directory, right? In my understanding, Python modules should be put in /usr/lib/python3/dist-packages/xdoctest. But it is ok for program entry in /usr/bin also. If so, I should add manpage for it. Please help me to confirm it, TIA. BR, Bo [0]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=10

Help with pydevd tests breaking with 3.11 on s390x

2022-11-20 Thread Julian Gilbey
uff) and I have no idea what's different about s390x that might cause these test failures on Python 3.11 (but they pass fine on Python 3.10). If anyone has the time, inclination and expertise to help me with this, please do drop me a line! In the meantime, I'm just skipping those tests

Re: Help needed: numpy FTBFS with newer setuptools

2022-11-01 Thread Sandro Tosi
> export SETUPTOOLS_USE_DISTUTILS=stdlib > > in debian/rules does make it build for me. Do you consider that a fix? thanks! that worked indeed -- Sandro "morph" Tosi My website: http://sandrotosi.me/ Me at Debian: http://wiki.debian.org/SandroTosi Twitter: https://twitter.com/sandrotosi

Re: Help needed: numpy FTBFS with newer setuptools

2022-10-31 Thread Jochen Sprickerhof
this problem myself, but i had no luck, so i'm here to ask for the help of the wider python team to address this issue. A build log from my machine is available here[3] (error is at the end of the page, as usual). [3] https://paste.debian.net/1259001/ My plan would be, once this is addresse

Help needed: numpy FTBFS with newer setuptools

2022-10-30 Thread Sandro Tosi
problem myself, but i had no luck, so i'm here to ask for the help of the wider python team to address this issue. A build log from my machine is available here[3] (error is at the end of the page, as usual). [3] https://paste.debian.net/1259001/ My plan would be, once this is addressed, to pa

Re: Help with watch notification of "new" pyment

2022-09-24 Thread Geert Stappers
On Sat, Sep 24, 2022 at 10:16:00AM +, Nilson Silva wrote: > Hey! > > Could someone on the team upload this Watch fix and find out why this package > fails the CI/CD tests. > > It's saying that the usptream file has been modified, but from what I've > seen, no. > > https://salsa.debian.org/

Help

2022-09-24 Thread Nilson Silva
Hey! Could someone on the team upload this Watch fix and find out why this package fails the CI/CD tests. It's saying that the usptream file has been modified, but from what I've seen, no. https://salsa.debian.org/python-team/packages/pyment Thank you all! Nilson F. Silva

Asking for help for python-xlib

2022-07-08 Thread Emmanuel Arias
Hello everybody, I'm working on the new upstream release 0.31 and I'm looking for this bug [0]. But, I can not reproduce it. If I run in 0.29 and 0.31 the tests finish successfully, but in [1] fails in different archs. Could you reproduce it? Could you give me some advice/tips/clues about why

Re: Help needed with src:pkg click when building against Python 3.10

2022-06-01 Thread Colin Watson
On Wed, Jun 01, 2022 at 02:29:30PM +, Mike Gabriel wrote: > On So 29 Mai 2022 08:52:21 CEST, Mike Gabriel wrote: > > We see various test failures recently when running unit tests of click > > against Python 3.10. It seems that something regarding file descriptor > > inheritance in subprocess c

Re: Help needed with src:pkg click when building against Python 3.10

2022-06-01 Thread Mike Gabriel
Hi All, On So 29 Mai 2022 08:52:21 CEST, Mike Gabriel wrote: We see various test failures recently when running unit tests of click against Python 3.10. It seems that something regarding file descriptor inheritance in subprocess calls has changed between Python 3.9 and Python 3.10 which I

Help needed with src:pkg click when building against Python 3.10

2022-05-28 Thread Mike Gabriel
's install.py for being the point where something fails, but I am unsure. And why does fail in Python 3.10, but not in 3.9? https://gitlab.com/ubports/core/click/-/blob/main/click_package/install.py#L397 Also I found a comment by Colin that might be related (but why only with Python 3.10

Bug#1007107: ITP: pytz-deprecation-shim -- Shims to help you safely remove pytz

2022-03-11 Thread Edward Betts
-deprecation-shim * License : Apache 2.0 Programming Lang: Python Description : Shims to help you safely remove pytz pytz has served the Python community well for many years, but it is no longer the best option for providing time zones. pytz has a non-standard interface that is very easy

Re: [Help] Re: python-envisage: FTBFS: dh_auto_test: error: pybuild --test -i python{version} -p "3.10 3.9" returned exit code 13

2022-02-14 Thread Stefano Rivera
Hi Andreas (2022.02.14_13:00:13_+) > I switched to Github downloads and followed the Fedora approach. > I'd be happy if you could review my changes[1]. That looks like it's all doing the right thing, I only have minor nit-picks from review: I'd suggest starting the multi-line shell thing with

Re: [Help] Re: python-envisage: FTBFS: dh_auto_test: error: pybuild --test -i python{version} -p "3.10 3.9" returned exit code 13

2022-02-14 Thread Andreas Tille
Hi Scott, thanks a lot for your hints. Am Sun, Feb 13, 2022 at 10:28:15PM -0500 schrieb Scott Talbert: > I spent some time looking into this. The problem is that upstream includes > binary eggs (which are Python version specific) as part of its test suite. > The problem here is that there are no

Re: [Help] Re: python-envisage: FTBFS: dh_auto_test: error: pybuild --test -i python{version} -p "3.10 3.9" returned exit code 13

2022-02-13 Thread Scott Talbert
On Thu, 10 Feb 2022, Andreas Tille wrote: Control: tags -1 help Hi, I've updated python-envisage in Salsa[1] to the latest upstream version and bumped its failing predepends to their according latest upstream and fixed all bugs in those. For envisage I'm stumbling upon a Python3.

[Help] Re: python-envisage: FTBFS: dh_auto_test: error: pybuild --test -i python{version} -p "3.10 3.9" returned exit code 13

2022-02-09 Thread Andreas Tille
Control: tags -1 help Hi, I've updated python-envisage in Salsa[1] to the latest upstream version and bumped its failing predepends to their according latest upstream and fixed all bugs in those. For envisage I'm stumbling upon a Python3.10 related bug I'd like

Re: Help for python-subby needed

2022-02-01 Thread Andreas Tille
Am Tue, Feb 01, 2022 at 08:26:54AM -0500 schrieb Scott Kitterman: > > Add build-depends on pybuild-plugin-pyproject. > > Drop build-depends on flit. > > Drop the "export PYBUILD_SYSTEM=flit" line in d/rules. Thanks, this works now. > That should get you close. Yep. Thanks a lot Andrea

Re: Help for python-subby needed

2022-02-01 Thread Scott Kitterman
On Tuesday, February 1, 2022 6:01:22 AM EST Andreas Tille wrote: > Am Sat, Jan 29, 2022 at 01:50:22AM +0500 schrieb Andrey Rahmatullin: > > On Fri, Jan 28, 2022 at 09:48:00PM +0100, Andreas Tille wrote: > > > Hi, > > > > > > I need python-subby as a new dependency for some Debian Med package. > >

Re: Help for python-subby needed

2022-02-01 Thread Andreas Tille
Am Sat, Jan 29, 2022 at 01:50:22AM +0500 schrieb Andrey Rahmatullin: > On Fri, Jan 28, 2022 at 09:48:00PM +0100, Andreas Tille wrote: > > Hi, > > > > I need python-subby as a new dependency for some Debian Med package. > > Unfortunately it does not build easily[1]: > > > >dh_auto_build -O--bu

Re: Help for python-subby needed

2022-01-28 Thread Andrey Rahmatullin
On Fri, Jan 28, 2022 at 09:48:00PM +0100, Andreas Tille wrote: > Hi, > > I need python-subby as a new dependency for some Debian Med package. > Unfortunately it does not build easily[1]: > >dh_auto_build -O--buildsystem=pybuild > E: pybuild pybuild:367: build: plugin flit failed with: Neither

Help for python-subby needed

2022-01-28 Thread Andreas Tille
pybuild:367: build: plugin flit failed with: Neither [project] nor [tool.flit.metadata] found in pyproject.toml dh_auto_build: error: pybuild --build -i python{version} -p "3.10 3.9" returned exit code 13 Any help would be welcome Andreas. [1] https://salsa.debian.org/python-tea

Re: [Debichem-devel] [help] pymol: Deprecation warning during startup

2021-12-14 Thread Daniel Leidert
Am Dienstag, dem 14.12.2021 um 21:17 +0100 schrieb Andreas Tille: > Hi, > > I think I've fixed the issue[1] and it works nicely at command line.  > Unfortunately > Salsa-CI[2] shows a new issue > >    AttributeError: module 'importlib' has no attribute 'util' > > which I do not understand at all

Re: [help] pymol: Deprecation warning during startup

2021-12-14 Thread Andrey Rahmatullin
On Tue, Dec 14, 2021 at 09:17:31PM +0100, Andreas Tille wrote: > I think I've fixed the issue[1] and it works nicely at command line. > Unfortunately > Salsa-CI[2] shows a new issue > >AttributeError: module 'importlib' has no attribute 'util' You should explicitly import modules that you ar

[help] pymol: Deprecation warning during startup

2021-12-14 Thread Andreas Tille
Hi, I think I've fixed the issue[1] and it works nicely at command line. Unfortunately Salsa-CI[2] shows a new issue AttributeError: module 'importlib' has no attribute 'util' which I do not understand at all since at command line there is the attribute 'util'. Any hint would be welcome

Re: [Help] diskcache: FTBFS now even earlier due to Python3.10

2021-11-29 Thread Scott Talbert
On Mon, 29 Nov 2021, Scott Talbert wrote: ERROR: py310: could not install deps [django>=2.2.*, pytest, pytest-cov, pytest-django, pytest-xdist]; v = InvocationError("/build/diskcache-5.2.1/.tox/py310/bin/python -m pip install 'django>=2.2.*' pytest pytest-cov pytest-django pytest-xdist", 1)

Re: [Help] diskcache: FTBFS now even earlier due to Python3.10

2021-11-29 Thread Scott Talbert
On Mon, 29 Nov 2021, Andrey Rahmatullin wrote: On Mon, Nov 29, 2021 at 05:58:47PM +0100, Andreas Tille wrote: ERROR: py310: could not install deps [django>=2.2.*, pytest, pytest-cov, pytest-django, pytest-xdist]; v = InvocationError("/build/diskcache-5.2.1/.tox/py310/bin/python -m pip insta

Re: [Help] diskcache: FTBFS now even earlier due to Python3.10

2021-11-29 Thread Andrey Rahmatullin
On Mon, Nov 29, 2021 at 05:58:47PM +0100, Andreas Tille wrote: > ERROR: py310: could not install deps [django>=2.2.*, pytest, pytest-cov, > pytest-django, pytest-xdist]; v = > InvocationError("/build/diskcache-5.2.1/.tox/py310/bin/python -m pip install > 'django>=2.2.*' pytest pytest-cov pytes

  1   2   3   4   5   6   7   >