Re: mkdocs locale error building djangorestframework

2016-01-26 Thread Alexandre Viau
On Mon, Jan 25, 2016 at 8:12 PM, Ben Hutchings  wrote:
> On Tue, 2016-01-26 at 11:49 +1100, Brian May wrote:
 import subprocess
 rv = subprocess.Popen(['locale', '-a'], stdout=subprocess.PIPE,
> ...   stderr=subprocess.PIPE).communicate()[0]
 type(rv)
> 
>
> This is clearly a bug in python3-click.

Yes it was.

I have just uploaded a fix.

--
Alexandre Viau
av...@debian.org



Re: Python Policy: Things to consider for Stretch

2016-01-26 Thread Dmitry Shachnev
Hi Ben,

On Tue, Jan 26, 2016 at 04:46:19PM +1100, Ben Finney wrote:
> I'm planning to provide changes in two bundles:
>
> * Go through the whole document and tidy it up for consistency, source
>   style, markup, and language style. This should not change the meaning
>   of anything, but will change the wording of numerous passages.
>
>   My proposal for that is attached here as a Bazaar change bundle.
>
> * Address all the language around Python 2 versus Python 3 versus Python
>   general, and re-order or re-word to focus *primarily* on Python 3,
>   with Python 2 treated as the still-supported legacy system.
>
>   Once these non-semantic changes are accepted I will begin work on the
>   second stage of semantic changes.
>
> I'm maintaining a Bazaar branch for this, feel free to get it::
>
> $ mkdir python.benfinney/ && cd python.benfinney/
> $ bzr branch --bind 
> http://vcs.whitetree.org/bzr/public/debian/python/python-defaults-debian/devel/

Thanks for your work here, your changes look nice to me!

--
Dmitry Shachnev


signature.asc
Description: PGP signature


pip as distutils/setuptools/setup.py wrapper

2016-01-26 Thread Piotr Ożarowski
[Donald Stufft, 2016-01-23]
> setuptools *is* the build system right now (or distutils if you’re still using
> that). So the benefit to Debian right now would be: We maintain the
> distutils/setuptools hacks to make them suck less so you don’t have to!

will pip allow me to:
a) clean source dir (remove built files, etc.; setup.py clean ...),
b) configure the program (setup.py config ...),
c) build extensions, etc., without installing them (setup.py build ...)
   (in a dir I want or can easily guess, not one with a ~random name or
   the same for all interpreters/versions with overwritten files),
d) test what's produced in previous step (setup.py test with a ton of hacks),
e) install already built files (setup.py install --root)
?
-- 
Piotr Ożarowski Debian GNU/Linux Developer
www.ozarowski.pl  www.griffith.cc   www.debian.org
GPG Fingerprint: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645



python-support is dead, long live dh-python \o/

2016-01-26 Thread Mattia Rizzolo
A short email, just to notify you that python-support has just been
removed from stretch :D

With today evening (10pm UTC) Britney run the last blocker wend in
(mercurial-server was it), and she finally menaged to remove
python-support without causing any further breakage in testing:

[...]
trying: -python-support
accepted: -python-support
   ori: 62+0: a-7:i-3:a-1:a-1:a-1:m-1:m-1:p-44:p-1:s-2
   pre: 62+0: a-7:i-3:a-1:a-1:a-1:m-1:m-1:p-44:p-1:s-2
   now: 62+0: a-7:i-3:a-1:a-1:a-1:m-1:m-1:p-44:p-1:s-2
[...]
Apparently successful
final: -python-support,[...]
[...]


\o/


Thank you for all the parties involved :D
(especially to the maintainers who switched promptly and didn't wait
for the last time, and to the maintainers who actually maintain their
packages avoiding more work from QA guys who had to NMU them :P)

-- 
regards,
Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540  .''`.
more about me:  http://mapreri.org  : :'  :
Launchpad user: https://launchpad.net/~mapreri  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-


signature.asc
Description: PGP signature


Re: Python Policy: Things to consider for Stretch

2016-01-26 Thread Ben Finney
Dmitry Shachnev  writes:

> On Tue, Jan 26, 2016 at 04:46:19PM +1100, Ben Finney wrote:
> > I'm planning to provide changes in two bundles:
> >
> > * Go through the whole document and tidy it up for consistency,
> >   source style, markup, and language style. This should not change
> >   the meaning of anything, but will change the wording of numerous
> >   passages.
> >
> >   My proposal for that is attached here as a Bazaar change bundle.
>
> Thanks for your work here, your changes look nice to me!

Thank you. Are you in a position to do me the favour of merging the
bundle into the repository ‘pkg-python/python-defaults-debian/’ at
Alioth?

-- 
 \ “Money is always to be found when men are to be sent to the |
  `\   frontiers to be destroyed: when the object is to preserve them, |
_o__) it is no longer so.” —Voltaire, _Dictionnaire Philosophique_ |
Ben Finney



Re: Python Policy: Things to consider for Stretch

2016-01-26 Thread Scott Kitterman


On January 26, 2016 10:32:57 PM EST, Ben Finney  
wrote:
>Dmitry Shachnev  writes:
>
>> On Tue, Jan 26, 2016 at 04:46:19PM +1100, Ben Finney wrote:
>> > I'm planning to provide changes in two bundles:
>> >
>> > * Go through the whole document and tidy it up for consistency,
>> >   source style, markup, and language style. This should not change
>> >   the meaning of anything, but will change the wording of numerous
>> >   passages.
>> >
>> >   My proposal for that is attached here as a Bazaar change bundle.
>>
>> Thanks for your work here, your changes look nice to me!
>
>Thank you. Are you in a position to do me the favour of merging the
>bundle into the repository ‘pkg-python/python-defaults-debian/’ at
>Alioth?

Only one of the package maintainers can do that.  I'm very busy with $work at 
the moment, but I should be able to get it reviewed and merged no later than 
Saturday (probably Friday).

Scott K