svn error

2013-12-16 Thread Brian May
Hello, My svn is rusty, how do I resolve the following error? # svn-buildpackage --svn-tag-only Complete layout information: buildArea=/home/brian/tree/debian/build-area origDir=/home/brian/tree/debian/tarballs trunkDir=/home/brian/tree/debian/django-ajax-selects t

Fw: [Debian Wiki] Update of "Python/LibraryStyleGuide" by FedericoCeratto

2013-12-16 Thread Barry Warsaw
I don't want to start a wiki war, but I'm not entirely happy with this change. I see that Piotr reverted part of it, but I want to revert the removal of the d/rules stanza. It's fine to have a link to the pybuild page, and maybe we don't need the duplication, but I want LibraryStyleGuide to be a

Re: usr/bin/ scripts for console_scripts which lead to binaries-have-file-conflict when python 2 + 3

2013-12-16 Thread Barry Warsaw
On Dec 16, 2013, at 02:24 PM, Julien Cristau wrote: >FWIW I think it's terrible and you should just pick one, and ship that. "pick one" meaning, ship the Python 3 version. :) -Barry -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Co

Re: usr/bin/ scripts for console_scripts which lead to binaries-have-file-conflict when python 2 + 3

2013-12-16 Thread Julien Cristau
On Mon, Dec 16, 2013 at 14:19:32 +0100, Olivier Berger wrote: > Jakub Wilk writes: > > > * Olivier Berger , 2013-12-16, 13:24: > >>- add a python-rdflib-tools package that contains shell scripts of the > >>form : > >> > >> #!/bin/sh > >> > >> exec /usr/bin/python -m rdflib.tools.csv2rdf $* >

Re: usr/bin/ scripts for console_scripts which lead to binaries-have-file-conflict when python 2 + 3

2013-12-16 Thread Olivier Berger
Jakub Wilk writes: > * Olivier Berger , 2013-12-16, 13:24: >>- add a python-rdflib-tools package that contains shell scripts of the >>form : >> >> #!/bin/sh >> >> exec /usr/bin/python -m rdflib.tools.csv2rdf $* > > I can't see how that's better than a script with #!/usr/bin/python > shebang..

Re: usr/bin/ scripts for console_scripts which lead to binaries-have-file-conflict when python 2 + 3

2013-12-16 Thread Jakub Wilk
* Olivier Berger , 2013-12-16, 13:24: - add a python-rdflib-tools package that contains shell scripts of the form : #!/bin/sh exec /usr/bin/python -m rdflib.tools.csv2rdf $* I can't see how that's better than a script with #!/usr/bin/python shebang... - make this package depend on pyth

Re: usr/bin/ scripts for console_scripts which lead to binaries-have-file-conflict when python 2 + 3

2013-12-16 Thread Olivier Berger
Hi. Olivier Berger writes: > Hi. > > I'm working on rdflib whose setup.py comes with : > entry_points = { > 'console_scripts': [ > 'rdfpipe = rdflib.tools.rdfpipe:main', > 'csv2rdf = rdflib.tools.csv2rdf:main', > 'rdf2dot = rdflib.tools.rdf2dot:mai