Re: Bug#753590: ITP: python-pyqtgraph -- Scientific Graphics and GUI Library for Python

2014-07-06 Thread Gianfranco Costamagna
Il Sabato 5 Luglio 2014 17:26, Andreas Tille andr...@an3as.eu ha scritto: Hi Gianfranco, On Sat, Jul 05, 2014 at 10:41:09AM +0100, Gianfranco Costamagna wrote: Hi Andreas, thanks for doing this! I propose also to change the maintainer if you think is better, don't know ;) IMHO

Bug#753949: smartypants: Please package newer upstream release (1.8.5)

2014-07-06 Thread Andrew Starr-Bochicchio
Source: smartypants Severity: normal Hi! There have been a number of releases made since the last upload to Debian. I'd love to see a more recent release make it in before the freeze. Would you be interested in a co-maintainer? Ideally, we could add the package to the Debian Python Modules Team

Bug#753962: ITP: ghp-import -- Easily import docs to your gh-pages branch

2014-07-06 Thread Andrew Starr-Bochicchio
Package: wnpp Severity: wishlist Owner: Andrew Starr-Bochicchio a...@debian.org * Package name: ghp-import Version : 0.4.1 Upstream Author : Paul Joseph Davis paul.joseph.da...@gmail.com * URL : https://github.com/davisp/ghp-import * License : Tumbolia Public

Passing arguments to nosetests in debian/rules:override_dh_auto_test

2014-07-06 Thread Josue Ortega
Hi, Currently I am packging oct2py[0] which is a bridge between python and GNU octave Since some unit tests had issues with memory, upstream started to pass some arguments to the nosetests[1], since this arguments are passed in upstream travis.yml and Makefile they aren't taken by dh_auto_test.

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

2014-07-06 Thread Brian May
While I am happy with the majority of this package, not sure about this wrapper. It was designed to prevent conflicts between python-django and python3-django. As an example: (wheezy)root@aquitard:~# /usr/bin/django-admin dumpdata --settings=karaage.tests.settings Traceback (most recent call

Re: Passing arguments to nosetests in debian/rules:override_dh_auto_test

2014-07-06 Thread Paul Wise
On Mon, Jul 7, 2014 at 2:45 AM, Josue Ortega wrote: How can I pass them? and which is the right way to do it? According to the nosetests manual page the right way to do it is for upstream to delete the options from the Makefile and from travis.yaml and put them in a [nosetests] section in the

python3-django and mysqldb

2014-07-06 Thread Brian May
According to Django 1.6 documentation: https://docs.djangoproject.com/en/1.6/ref/databases/#python-3 The recommended solution is to use an unofficial fork of mysqldb, such as https://github.com/clelland/MySQL-for-Python-3 According to Django 1.7 documentation, the recommended solution is to use