Re: 502 Bad Gateway with the pipy redirector ?

2017-08-14 Thread Piotr Ożarowski
>   https://pypi.debian.net/lmfit/ failed: 502 Bad Gateway
> 
> Someone knowns what is going on ?

Something is wrong with dom0 and all virtual servers there do not work
properly either. Hopefully they'll fix it soon...
-- 
GPG: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645



Bug#872183: RFP: importmagic -- Python library for finding unresolved symbols and managing imports

2017-08-14 Thread Nicholas D Steeves
Package: wnpp
Severity: wishlist

* Package name: importmagic
  Version : 0.1.7
  Upstream Author : Alec Thomas 
* URL : https://github.com/alecthomas/importmagic
* License : BSD-2-Clause
  Programming Lang: Python
  Description : Python library for finding unresolved symbols and 
corresponding imports

The goal of this package is to be able to automatically manage imports in 
Python. To that end it can:
.
 * Build an index of all known symbols in all packages.
 * Find unresolved references in source, and resolve them against the index, 
effectively automating imports.
 * Automatically arrange imports according to PEP8.
.
It was originally written for the Sublime Text 2 Python Import Magic plugin.

I became aware of importmagic while investigating the dependencies for 
Bug#861174.  I believe it would be a valuable addition to Debian because it 
facilitates migration from Sublime Text to a free software IDE.  Additionally 
it sounds like it would be very convenient for Python programmers!

Unfortunately I am not qualified to maintain it, and hope that someone on the 
Python Modules Team would be willing to care care of importmagic.

Importmagic should have an "Enhances: elpa-elpy" added at some point after 
elpa-elpy is uploaded.  If replying from debian-python@lists.debian.org please 
take care to insure this bug is in the recipients list.

Sincerely,
Nicholas



Re: Bug#872183: RFP: importmagic -- Python library for finding unresolved symbols and managing imports

2017-08-14 Thread Diane Trout
On Mon, 2017-08-14 at 19:22 -0400, Nicholas D Steeves wrote:
> Package: wnpp
> Severity: wishlist
> 
> * Package name: importmagic
>   Version : 0.1.7
>   Upstream Author : Alec Thomas 
> * URL : https://github.com/alecthomas/importmagic
> * License : BSD-2-Clause
>   Programming Lang: Python
>   Description : Python library for finding unresolved symbols and
> corresponding imports
> 

Does anyone else want to work on this?

I've been using elpy via emacs packages for a while, and would
appreciate the extra functionality.

(Also thank you for packing elpy, I was going to look into it someday,
but hadn't gotten around to it)

Diane

>