Re: packaging problems with python3.5 and python 3.6

2017-07-29 Thread Steve Langasek
On Sun, Jul 30, 2017 at 03:16:06PM +0900, Norbert Preining wrote: > Hi Steve, > Thanks for your answer and your fix! > > Which "python packaging guide" do you refer to? A search for "debian python > > packaging guide" does not return unambiguous results. > https://wiki.debian.org/Python/Library

Re: packaging problems with python3.5 and python 3.6

2017-07-29 Thread Norbert Preining
Hi Steve, Thanks for your answer and your fix! > Which "python packaging guide" do you refer to? A search for "debian python > packaging guide" does not return unambiguous results. https://wiki.debian.org/Python/LibraryStyleGuide where it states: You'll want to have at least the followi

Re: packaging problems with python3.5 and python 3.6

2017-07-29 Thread Steve Langasek
On Sun, Jul 30, 2017 at 08:35:47AM +0900, Norbert Preining wrote: > Dear all > > (please Cc) > > to satisfy a dependency of the next Calibre package I have packaged > html5-parser > https://github.com/kovidgoyal/html5-parser > see > Vcs-Browser: https://anonscm.debian.org/cgit/collab

packaging problems with python3.5 and python 3.6

2017-07-29 Thread Norbert Preining
Dear all (please Cc) to satisfy a dependency of the next Calibre package I have packaged html5-parser https://github.com/kovidgoyal/html5-parser see Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/html5-parser.git Vcs-Git: git://anonscm.debian.org/collab-maint/html5-par

Re: updating packages

2017-07-29 Thread Christopher Hoskin
> Only has a Python 3 version. Not sure if this matters. > As sphinx is used for documentation, even if you're building a python2 package, you can use the python3 sphinx. Build-depends on python3-sphinx and Build-Conflicts on python-sphinx. See e.g. https://anonscm.debian.org/cgit/python-modules

Re: updating packages

2017-07-29 Thread Brian May
Christopher Hoskin writes: > sphinx_celery is already packaged as sphinx-celery: > > https://packages.qa.debian.org/s/sphinx-celery.html Only has a Python 3 version. Not sure if this matters. At the moment, when I try to build djangorestframework I get the following error. Maybe jinja2 is too o

Re: updating packages

2017-07-29 Thread Christopher Hoskin
Dear Brian, sphinx_celery is already packaged as sphinx-celery: https://packages.qa.debian.org/s/sphinx-celery.html Christopher On 3 July 2017 at 23:23, Brian May wrote: > Hello, > > I have started updating packages, trying to fix Django 1.11 issues where > applicable, but seem to be running i

Re: updating packages

2017-07-29 Thread Brian May
fladischermich...@fladi.at writes: > I made some changes to the django-filter package in git. Could you check > if it fixes your issues? Right now 1.0.4-1 builds fine for me with the > current version of DRF in unstable. Looks fine to me, uploaded. Thanks -- Brian May