Re: Looking to help

2021-01-19 Thread Paul Wise
On Tue, Jan 19, 2021 at 7:35 AM Perry Aganad wrote:

> I have been using debian for a while now and I am a point where I want
> to help and start contributing to debian itself. I read the web page
> about contributing and I took away that I should just jump right in, and
> I specifically jumped here because I do know how write python scripts. I
> am new at this but I'm a quick learner so please let me know if I can
> help out in anyway, thanks!.

As well as maintaining Python packages, lots of Debian services are
written in Python:

https://wiki.debian.org/Services

and there are other ways to help besides Python packaging/coding:

https://www.debian.org/intro/help
https://wiki.debian.org/how-can-i-help

-- 
bye,
pabs

https://wiki.debian.org/PaulWise



Bug#980452: ITP: aiohttp-retry -- Simple aiohttp retry client

2021-01-19 Thread Adam Cecile
Package: wnpp
Severity: wishlist
Owner: Adam Cecile 

* Package name: aiohttp-retry
  Version : 2.3
  Upstream Author : Dmitry Inyutin 
* URL : https://github.com/inyutin/aiohttp_retry
* License : Expat
  Programming Lang: Python
  Description : Simple aiohttp retry client

This library add retrying feature to aiohttp HTTP client and provides an API
being exactly the same as original ClientSession object.
.
You can define your own timeouts logic or use:
 - ExponentialRetry with exponential backoff
 - RandomRetry for random backoff
 - ListRetry with backoff you predefine by list

I intend to maintain this package within the Debian Python Modules Team.



Bug#980483: ITP: shellingham -- Tool to Detect Surrounding Shell

2021-01-19 Thread Emmanuel Arias
Package: wnpp
Severity: wishlist
Owner: Emmanuel Arias 
X-Debbugs-Cc: debian-python@lists.debian.org

* Package name: shellingham
  Version : 1.3.2
  Upstream Author : Tzu-ping Chung 
* URL : https://github.com/sarugaku/shellingham
* License : ISC License
  Programming Lang: Python
  Description :  Tool to Detect Surrounding Shell

Shellingham detects what shell the current Python executable is running in.
.
This package is needed for poetry packaging.
.
This package will be maintained as part of the Debian Python modules team.

Cheers,
Emmanuel


Re: Python 3.9 & Numba

2021-01-19 Thread Graham Inggs
Hi Diane

On Tue, 19 Jan 2021 at 08:04, Diane Trout  wrote:
> Does Mo Zhou want to review the commits to numba? Or should I push them
> to the main numba packaging repository? (I'm in the python, science,
> and med teams)

Numba is orphaned, see #935626, so I think go ahead and adopt the
package and push to the main repo.

> I was guessing the most likely path would be to make an experimental
> release of numba 0.52.0 with the compatibility patch and then see how
> pandas, astro team packages do with it.

Numba is not in testing, so I don't see why you shouldn't upload
directly to unstable.

Packages that optionally depend on numba can upload versions
re-enabling numba support to experimental and see how they fare.

Regards
Graham