Re: Unable to set custom test command for pybuild

2024-11-03 Thread Julian Gilbey
On Fri, Nov 01, 2024 at 08:33:38AM +0100, Matthias Klose wrote: > On 31.10.24 21:53, Julian Gilbey wrote: > > Hi Adrian, > > [...] > > > I think this information could be added to the Pybuild page on the Debian > > > wiki [2]. > > > > Sounds a great idea; please feel free to edit the page to incl

Re: Unable to set custom test command for pybuild

2024-11-01 Thread Antonio Terceiro
m not subscribed to this list) > > > > > > Hello, > > > > > > I need to override the standard test for pybuild and according to the > > > manpage [1] > > > this is achieved by passing "--test-custom" to pybuild. Unfortunately, > > > it&#x

Re: Unable to set custom test command for pybuild

2024-11-01 Thread Matthias Klose
-- --system=custom --test-args='{interpreter} setup.py test' Your suggestion looks cleaner. If it works, I'll use it. If not, I'll stick to the approach above as it actually works. Took me forever to figure this all out. I think this information could be added to the Pybuild pag

Re: Unable to set custom test command for pybuild

2024-10-31 Thread Julian Gilbey
Hi Adrian, On Thu, Oct 31, 2024 at 07:08:20PM +0100, John Paul Adrian Glaubitz wrote: > Hi Julian, > > [...] > Thanks a lot. I would have never guessed that. > > Meanwhile, I found the following alternative approach in the README.rst [1]: > > dh_auto_test -- --s

Re: Unable to set custom test command for pybuild

2024-10-31 Thread John Paul Adrian Glaubitz
l syntax. It would have been more clear if it included examples: "--test-custom" can be set as "PYBUILD_TEST_CUSTOM", for example. In any case, I have figured it out now. Finally. ;-) Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: Unable to set custom test command for pybuild

2024-10-31 Thread Andrey Rakhmatullin
> manpage [1] > > > this is achieved by passing "--test-custom" to pybuild. Unfortunately, > > > it's actually > > > not saying where exactly the parameter needs to go. > > > > > > I tried setting it via "export PYBUILD_OPTION=&qu

Re: Unable to set custom test command for pybuild

2024-10-31 Thread Julian Gilbey
On Thu, Oct 31, 2024 at 06:22:45PM +0100, John Paul Adrian Glaubitz wrote: > (Please CC me as I'm not subscribed to this list) > > Hello, > > I need to override the standard test for pybuild and according to the manpage > [1] > this is achieved by passing

Re: Unable to set custom test command for pybuild

2024-10-31 Thread John Paul Adrian Glaubitz
test for pybuild and according to the > > manpage [1] > > this is achieved by passing "--test-custom" to pybuild. Unfortunately, it's > > actually > > not saying where exactly the parameter needs to go. > > > > I tried setting it via &q

Unable to set custom test command for pybuild

2024-10-31 Thread John Paul Adrian Glaubitz
(Please CC me as I'm not subscribed to this list) Hello, I need to override the standard test for pybuild and according to the manpage [1] this is achieved by passing "--test-custom" to pybuild. Unfortunately, it's actually not saying where exactly the parameter needs to

Bug#1076770: ITP: pytablewriter -- Library to write tables in multiple formats with custom styling

2024-07-22 Thread Edward Betts
* License : MIT Programming Lang: Python Description : Library to write tables in multiple formats with custom styling This package allows you to write tables in various formats including AsciiDoc, CSV, HTML, JavaScript, JSON, LaTeX, Markdown, MediaWiki, NumPy, Excel, Pandas

Re: pygame: FTBFS: dh_auto_test: error: pybuild --test -i python{version} -p "3.10 3.9" --system=custom --test-args "/usr/bin/xvfb-run {interpreter} -m pygame.tests.__main__ --exclude opengl" returned

2022-03-27 Thread Scott Talbert
On Wed, 23 Mar 2022, Hugh McMaster wrote: On Wed, 23 Mar 2022 at 02:37, Andreas Tille wrote: Hi, Am Wed, Mar 23, 2022 at 12:19:40AM +1100 schrieb Hugh McMaster: > On Mon, 28 Feb 2022 at 16:40, Hugh McMaster wrote: > > > I did some testing and found that pygame 2.1.

Re: pygame: FTBFS: dh_auto_test: error: pybuild --test -i python{version} -p "3.10 3.9" --system=custom --test-args "/usr/bin/xvfb-run {interpreter} -m pygame.tests.__main__ --exclude opengl" returned

2022-03-22 Thread Hugh McMaster
On Wed, 23 Mar 2022 at 02:37, Andreas Tille wrote: > Hi, > > Am Wed, Mar 23, 2022 at 12:19:40AM +1100 schrieb Hugh McMaster: > > On Mon, 28 Feb 2022 at 16:40, Hugh McMaster wrote: > > > > > I did some testing and found that pygame 2.1.0 is the first recent > > > version not affected by the FreeTyp

Re: pygame: FTBFS: dh_auto_test: error: pybuild --test -i python{version} -p "3.10 3.9" --system=custom --test-args "/usr/bin/xvfb-run {interpreter} -m pygame.tests.__main__ --exclude opengl" returned

2022-03-22 Thread Andreas Tille
Hi, Am Wed, Mar 23, 2022 at 12:19:40AM +1100 schrieb Hugh McMaster: > On Mon, 28 Feb 2022 at 16:40, Hugh McMaster wrote: > > > I did some testing and found that pygame 2.1.0 is the first recent > > version not affected by the FreeType test issue. > > > > I'll keep digging, but I'd strongly sugges

Re: pygame: FTBFS: dh_auto_test: error: pybuild --test -i python{version} -p "3.10 3.9" --system=custom --test-args "/usr/bin/xvfb-run {interpreter} -m pygame.tests.__main__ --exclude opengl" returned

2022-03-22 Thread Hugh McMaster
On Mon, 28 Feb 2022 at 16:40, Hugh McMaster wrote: > I did some testing and found that pygame 2.1.0 is the first recent > version not affected by the FreeType test issue. > > I'll keep digging, but I'd strongly suggest migrating to the most > recent upstream version as soon as possible, as I had n

Re: pygame: FTBFS: dh_auto_test: error: pybuild --test -i python{version} -p "3.10 3.9" --system=custom --test-args "/usr/bin/xvfb-run {interpreter} -m pygame.tests.__main__ --exclude opengl" returned

2022-02-27 Thread Hugh McMaster
Hi Marcin, On Sat, 26 Feb 2022 at 20:47, Marcin Owsiany wrote: > > Dnia Tue, Feb 22, 2022 at 08:57:25AM +0100, Andreas Tille napisał(a): > > I had a look into this issue since a Debian Med package received a > > testing removal warning. I can confirm the build fails with > > > >Segmentation f

Re: pygame: FTBFS: dh_auto_test: error: pybuild --test -i python{version} -p "3.10 3.9" --system=custom --test-args "/usr/bin/xvfb-run {interpreter} -m pygame.tests.__main__ --exclude opengl" returned

2022-02-26 Thread Marcin Owsiany
Dnia Tue, Feb 22, 2022 at 08:57:25AM +0100, Andreas Tille napisał(a): > I had a look into this issue since a Debian Med package received a > testing removal warning. I can confirm the build fails with > >Segmentation fault > > in the build time test suite. Just out of curiosity I ran the te

Re: pygame: FTBFS: dh_auto_test: error: pybuild --test -i python{version} -p "3.10 3.9" --system=custom --test-args "/usr/bin/xvfb-run {interpreter} -m pygame.tests.__main__ --exclude opengl" returned

2022-02-22 Thread Andreas Tille
Hi Stefano, Am Wed, Feb 23, 2022 at 01:56:11AM + schrieb Stefano Rivera: > Hi Andreas (2022.02.22_07:57:25_+) > > I've put all developers mentioned as Uploader in CC. Given that the > > last non-team upload was two years ago which might have lead to the > > situation that following upstre

Re: pygame: FTBFS: dh_auto_test: error: pybuild --test -i python{version} -p "3.10 3.9" --system=custom --test-args "/usr/bin/xvfb-run {interpreter} -m pygame.tests.__main__ --exclude opengl" returned

2022-02-22 Thread Stefano Rivera
Hi Andreas (2022.02.22_07:57:25_+) > I've put all developers mentioned as Uploader in CC. Given that the > last non-team upload was two years ago which might have lead to the > situation that following upstream changes is stalled it would be great > if you confirm that you intend to continue w

Re: pygame: FTBFS: dh_auto_test: error: pybuild --test -i python{version} -p "3.10 3.9" --system=custom --test-args "/usr/bin/xvfb-run {interpreter} -m pygame.tests.__main__ --exclude opengl" returned

2022-02-21 Thread Andreas Tille
Control: tags -1 confirmed Hi, I had a look into this issue since a Debian Med package received a testing removal warning. I can confirm the build fails with Segmentation fault in the build time test suite. I realised that this package is lagging quite a bit behind upstream and my personal

Bug#996707: ITP: python-cattr -- Complex custom class converters for attrs Python library.

2021-10-17 Thread Romain Porte
/cattrs * License : MIT Programming Lang: Python Description : Complex custom class converters for attrs Python library. cattrs is an open source Python library for structuring and unstructuring data. cattrs works best with attrs classes, dataclasses and the usual Python collections, but

Bug#798920: ITP: djangorestframework-extensions -- custom extensions for Django REST framework

2015-09-14 Thread Michael Fladischer
: Expat Programming Lang: Python Description : custom extensions for Django REST framework a collection of custom extensions for Django REST Framework. It provides several mixins and extensions to code mechanics of Django REST framework. . Some of the features included

override_dh_auto_test and custom system (for Django, for ex.) - Was: Was: Re: pybuild - one to rule^W build them all

2013-12-06 Thread Olivier Berger
Hi. FWIW, I've tried and find a way to invoke the Django auto tests when using debhelper and pybuild (i.e. running django-admin test in the build dir). I had noticed this mail describing the use of the 'custom' system and --test-args, but it seems there's a better way : o

Re: custom

2003-04-08 Thread Thomas Viehmann
Frank Van Damme wrote: > the package. They provide packages themselves. All dependencies are > fullfilled, but I get these errors when trying to install the package: This seems to be a problem with the packages *they* provide, not with Debian. You should try getting help from them, as they will be

custom

2003-04-08 Thread Frank Van Damme
preferably linux as well as Windows. So I came across an app called Custom , a web-based app written in Python. I set up Apache and Mysql, but I have trouble installing the package. They provide packages themselves. All dependencies are fullfilled, but I get these errors when trying to install the

Re: PyGTK, Debian and wrapping custom widgets.

2000-09-30 Thread Frederic Lepied
Danie Roux <[EMAIL PROTECTED]> writes: > Okay, the thing works now. But I had to alien RedHat's PYTHON. Not pygtk > or anything but Python. I obviously can't ask anyone to install RedHat's > python just to run my app, so does anyone have an idea where I can start > looking? > Could you try to rec

Re: PyGTK, Debian and wrapping custom widgets.

2000-09-28 Thread Danie Roux
wrote: > Hi all, > > I don't think this is the right mailing list, but I frankly don't know > where else to ask. This is debian/gtk/python related. > > I wrote a custom widget in gtk (C). Wrapped it with PyGTK and it worked > beautifully in RedHat. I've been

PyGTK, Debian and wrapping custom widgets.

2000-09-27 Thread Danie Roux
Hi all, I don't think this is the right mailing list, but I frankly don't know where else to ask. This is debian/gtk/python related. I wrote a custom widget in gtk (C). Wrapped it with PyGTK and it worked beautifully in RedHat. I've been using it a month now on RedHat. I final