RFP -> ITP: mistune -- markdown parser in pure python

2015-05-02 Thread Julien Puydt
Control: retitle -1 ITP: mistune -- markdown parser in pure python Hi, I'm willing to work on packaging it. I'm not part of the debian python modules team yet, but I'm willing to. I'm part of the debian-science team already, so I do have some experience packaging for debian. Snark on #debi

Re: RFP -> ITP: mistune -- markdown parser in pure python

2015-05-03 Thread Julien Puydt
Hi, Le 02/05/2015 20:30, Julien Puydt a écrit : I'm willing to work on packaging it. I'm not part of the debian python modules team yet, but I'm willing to. I'm part of the debian-science team already, so I do have some experience packaging for debian. I made a tentati

Re: RFP -> ITP: mistune -- markdown parser in pure python

2015-05-03 Thread Julien Puydt
Le 02/05/2015 20:30, Julien Puydt a écrit : I'm willing to work on packaging it. I'm not part of the debian python modules team yet, but I'm willing to. My login is jpuydt-guest and my name is Julien Puydt, by the way... Snark on #debian-python -- To UNSUBSCRIBE, email t

Re: RFP -> ITP: mistune -- markdown parser in pure python

2015-05-06 Thread Julien Puydt
Hi, Le 03/05/2015 09:12, Julien Puydt a écrit : Le 02/05/2015 20:30, Julien Puydt a écrit : I'm willing to work on packaging it. I'm not part of the debian python modules team yet, but I'm willing to. I'm part of the debian-science team already, so I do have some expe

Re: Re: RFP -> ITP: mistune -- markdown parser in pure python

2015-05-10 Thread Julien Puydt
Hi, Le 03/05/2015 11:20, Julien Puydt a écrit : Le 02/05/2015 20:30, Julien Puydt a écrit : I'm willing to work on packaging it. I'm not part of the debian python modules team yet, but I'm willing to. My login is jpuydt-guest and my name is Julien Puydt, by the way...

[DPMT] I would like to join the team

2015-05-11 Thread Julien Puydt
Hi, I would like to join the Debian Python Modules Team. I already have an account on alioth (jpuydt-guest) and I already maintain a few packages under the debian-science team umbrella. I have made a package for mistune (a new dep in ipython 3) (bug #779472), and contributed the necessary pa

Re: Re: RFP -> ITP: mistune -- markdown parser in pure python

2015-05-20 Thread Julien Puydt
Le 19/05/2015 23:16, Piotr Ożarowski a écrit : [Julien Puydt, 2015-05-10] Can I join that team? sure, welcome :) Thanks! Snark on #debian-python and #debian-science -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of "unsubscribe". Troubl

RFS: mistune -- Markdown parser in pure Python

2015-05-20 Thread Julien Puydt
Hi, I have now made my package for mistune in the python-modules/ directory on alioth. I used git like for my debian-science packages, since this team's policy is moving in that direction too. Mistune is a fast markdown parser in pure Python, and is a required dep of ipython 3/jupyter, which

RFS: python-tornado -- scalable, non-blocking web server and tools

2015-05-20 Thread Julien Puydt
Hi, this package already exists in debian ; in fact, the DPMT's svn had 3.2.2-1, debian had 3.2.2-1.1 (a NMU for a *team* package... strange idea), upstream has put 4.1.0 out with 4.2.0 to come [4.2.0.b1 is out, so it's still interesting to work on 4.1.0]. I did the following : - I pushed th

Re: RFS: mistune -- Markdown parser in pure Python

2015-05-26 Thread Julien Puydt
Hi, On Wed, May 20, 2015 at 09:16:22AM +0200, Julien Puydt wrote: > Hi, > > I have now made my package for mistune in the python-modules/ directory on > alioth. I used git like for my debian-science packages, since this team's > policy is moving in that direction too. &g

Re: RFS: python-tornado -- scalable, non-blocking web server and tools

2015-05-26 Thread Julien Puydt
On Wed, May 20, 2015 at 05:18:49PM +0200, Julien Puydt wrote: > Hi, > > this package already exists in debian ; in fact, the DPMT's svn had 3.2.2-1, > debian had 3.2.2-1.1 (a NMU for a *team* package... strange idea), upstream > has put 4.1.0 out with 4.2.0 to come [4.2.0.b1 i

RFS: ptyprocess -- Run a subprocess in a pseudo terminal from Python

2015-06-03 Thread Julien Puydt
* Package name : ptyprocess Version: 0.5 Upstream author: Thomas Kluyver * URL: https://github.com/pexpect/ptyprocess License: ISC Description: Run a subprocess in a pseudo terminal in Python Launch a subprocess in a pseudo terminal (pty), and interact wi

Re: RFS: ptyprocess -- Run a subprocess in a pseudo terminal from Python

2015-06-12 Thread Julien Puydt
Hi, Le 03/06/2015 20:40, Julien Puydt a écrit : * Package name : ptyprocess Version: 0.5 Upstream author: Thomas Kluyver * URL: https://github.com/pexpect/ptyprocess License: ISC Description: Run a subprocess in a pseudo terminal in Python Launch

Re: RFS: python-tornado -- scalable, non-blocking web server and tools

2015-06-12 Thread Julien Puydt
Hi, Le 20/05/2015 17:18, Julien Puydt a écrit : this package already exists in debian ; in fact, the DPMT's svn had 3.2.2-1, debian had 3.2.2-1.1 (a NMU for a *team* package... strange idea), upstream has put 4.1.0 out with 4.2.0 to come [4.2.0.b1 is out, so it's still interesting

Re: RFS: mistune -- Markdown parser in pure Python

2015-06-12 Thread Julien Puydt
Hi, Le 20/05/2015 09:16, Julien Puydt a écrit : I have now made my package for mistune in the python-modules/ directory on alioth. I used git like for my debian-science packages, since this team's policy is moving in that direction too. Mistune is a fast markdown parser in pure Python, a

Re: Help needed for broken clean target of python module

2015-06-22 Thread Julien Puydt
Hi, Le 22/06/2015 21:20, Andreas Tille a écrit : File "/home/andreas/debian-maintain/alioth/debian-med_git/build-area/python-dendropy-4.0.2/dendropy/utility/textprocessing.py", line 44, in bytes_to_text s = codecs.decode(s, ENCODING) TypeError: must be string, not None >>> codecs.dec

RFS: terminado -- a tornado websocket backend for the term.js javascript terminal emulator library

2015-08-14 Thread Julien Puydt
Hi, * Package name: python-terminado Version : 0.5 Upstream author : Thomas Kluyver * URL : https://github.com/takluyver/terminado License : BSD Description : a tornado websocket backend for the term.js javascript terminal emulator library It's one

Re: RFS: terminado -- a tornado websocket backend for the term.js javascript terminal emulator library

2015-08-21 Thread Julien Puydt
Hi, On 21/08/2015 10:42, Vincent Cheng wrote: Hi Julien, On Fri, Aug 14, 2015 at 8:41 AM, Julien Puydt wrote: Hi, * Package name: python-terminado Version : 0.5 Upstream author : Thomas Kluyver * URL : https://github.com/takluyver/terminado License

Re: RFS: terminado -- a tornado websocket backend for the term.js javascript terminal emulator library

2015-08-22 Thread Julien Puydt
On 22/08/2015 04:26, Vincent Cheng wrote: On Fri, Aug 21, 2015 at 12:25 PM, Julien Puydt wrote: Hi, On 21/08/2015 10:42, Vincent Cheng wrote: Hi Julien, On Fri, Aug 14, 2015 at 8:41 AM, Julien Puydt wrote: Hi, * Package name: python-terminado Version : 0.5 Upstream

RFS: setuptools_scm -- blessed package to manage your versions by scm tags for Python

2015-09-03 Thread Julien Puydt
transféré Sujet : ITP: setuptools_scm -- blessed package to manage your versions by scm tags for Python Date : Thu, 3 Sep 2015 18:18:16 +0200 De : Julien Puydt Pour : sub...@bugs.debian.org Copie à : python-modules-t...@lists.alioth.debian.org Package: wnpp Severity: wishlist Owner: Julien

ITP: pickleshare -- File system based database that uses Python pickles

2015-09-03 Thread Julien Puydt
Package: wnpp Severity: wishlist Owner: Julien Puydt * Package name: pickleshare Version : 0.5 Upstream Author : Ville Vainio * URL : https://github.com/pickleshare/pickleshare * License : Expat Programming Lang: Python Description : File system based

Re: RFS: setuptools_scm -- blessed package to manage your versions by scm tags for Python

2015-09-07 Thread Julien Puydt
Hi, Le 03/09/2015 20:17, Julien Puydt a écrit : Hi, the following ITP is now an RFS ; the package is available from here: Vcs-Git: git://anonscm.debian.org/python-modules/packages/setuptools-scm.git Vcs-Browser: http://anonscm.debian.org/cgit/python-modules/packages/setuptools-scm.git Thanks

Bug#798785: ITP: ipython-genutils -- IPython vestigial utilities

2015-09-12 Thread Julien Puydt
Package: wnpp Severity: wishlist X-Debbugs-Cc: debian-python@lists.debian.org Owner: Julien Puydt * Package name: ipython-genutils Version : 0.1.0 Upstream Author : IPython Development Team * URL : https://github.com/ipython/ipython_genutils * License : BSD-3

RFS: ipython-genutils -- IPython vestigial utilities

2015-09-12 Thread Julien Puydt
Hi, Le 12/09/2015 18:32, Julien Puydt a écrit : Package: wnpp Severity: wishlist X-Debbugs-Cc: debian-python@lists.debian.org Owner: Julien Puydt * Package name: ipython-genutils Version : 0.1.0 Upstream Author : IPython Development Team * URL : https

Re: RFS: ipython-genutils -- IPython vestigial utilities

2015-09-14 Thread Julien Puydt
Hi, the following is still current. This time I also remember to add it to the DPMT: [] list in #debian-python's topic. Thanks, Snark on #debian-python Le 12/09/2015 18:46, Julien Puydt a écrit : Le 12/09/2015 18:32, Julien Puydt a écrit : Package: wnpp Severity: wishlist X-Debbu

Bug#799242: ITP: traitlets -- Lightweight Traits-like package

2015-09-16 Thread Julien Puydt
Package: wnpp Severity: wishlist Owner: Julien Puydt X-Debbugs-CC: debian-python@lists.debian.org * Package name: traitlets Version : 4.0.0 Upstream Author : IPython Development Team * URL : https://github.com/ipython/traitlets * License : BSD-3-clause

RFS: path.py -- module wrapper for os.path

2015-09-17 Thread Julien Puydt
Hi, I'm looking for a sponsor for: * Package name: path.py Version : 8.1 Upstream Author : Mikhail Gusarov * URL : https://github.com/jaraco/path.py * License : Expat Programming Lang: Python Description : A module wrapper for os.path path.py implement

Re: RFS: ipython-genutils -- IPython vestigial utilities

2015-09-17 Thread Julien Puydt
Le jeudi 17 sept. 2015 à 21:07:56 (+), Tristan Seligmann a écrit : > On Sat, 12 Sep 2015 at 18:46 Julien Puydt wrote: > > > The package is now available here: > > Vcs-Git: > > git://anonscm.debian.org/python-modules/packages/ipython-genutils.git > > Vcs-Browser

Re: RFS: path.py -- module wrapper for os.path

2015-09-17 Thread Julien Puydt
Le jeudi 17 sept. 2015 à 21:03:20 (+), Tristan Seligmann a écrit : > On Thu, 17 Sep 2015 at 16:11 Julien Puydt wrote: > > > Hi, > > > > I'm looking for a sponsor for: > > > > * Package name: path.py > > > > Uploaded and tagged. Thanks! Snark on #debian-python

Packaging the Jupyter project suite

2015-09-18 Thread Julien Puydt
Hi, I would like to package the Jupyter suite of software (ex-IPython). Of course, that makes quite a few packages to prepare, with a big dependency graph. I already sent a few ITP (pickleshare, traitlets), a few RFS (path.py), some are in NEW (ipython-genutils)... What is annoying is that som

Re: Packaging the Jupyter project suite

2015-09-18 Thread Julien Puydt
Hi, Le vendredi 18 sept. 2015 à 14:52:53 (-0700), Thomas Kluyver a écrit : > On Fri, Sep 18, 2015, at 08:49 AM, Julien Puydt wrote: > > What is annoying is that some of the packages have a dependency chain > > going in some way, and an extra dependency chain going the other

Dealing with flit -- a simplified packaging of python modules

2015-09-18 Thread Julien Puydt
Hi, here is a new way to package modules for Python: https://github.com/takluyver/flit It means that something packaged using it doesn't use a setup.py or some such, but a flit.ini ; see for example: https://github.com/jupyter/testpath I'm not sure how to package something like this (and testpa

Re: Dealing with flit -- a simplified packaging of python modules

2015-09-19 Thread Julien Puydt
Hi, Le samedi 19 sept. 2015 à 00:35:49 (-0700), Thomas Kluyver a écrit : > On Fri, Sep 18, 2015, at 11:56 PM, Julien Puydt wrote: > > here is a new way to package modules for Python: > > https://github.com/takluyver/flit > > > > It means that something packaged using i

RFS: traitlets -- Lightweight Traits-like package

2015-09-19 Thread Julien Puydt
Hi, * Package name: traitlets Version : 4.0.0 Upstream Author : IPython Development Team * URL : https://github.com/ipython/traitlets * License : BSD-3-clause Programming Lang: Python Description : Lightweight Traits-like package A lightweight pure-Pyth

Re: RFS: traitlets -- Lightweight Traits-like package

2015-09-19 Thread Julien Puydt
Hi, Le samedi 19 sept. 2015 à 15:29:09 (+0200), Julien Puydt a écrit : > Hi, > > * Package name: traitlets > Version : 4.0.0 > Upstream Author : IPython Development Team > * URL : https://github.com/ipython/traitlets > * License : BSD-3-c

Bug#799470: ITP: jupyter-core -- Core common functionality of Jupyter projects

2015-09-19 Thread Julien Puydt
Package: wnpp Severity: wishlist X-Debbugs-CC: debian-python@lists.debian.org * Package name: jupyter-core Version : 4.0.6 Upstream Author : Jupyter Development Team * URL : https://github.com/jupyter/jupyter_core * License : BSD-3-clause Programming Lang: Pyt

Bug#799599: ITP: testpath -- Collection of utilities for Python code working with files and commands

2015-09-20 Thread Julien Puydt
Package: wnpp Owner: Julien Puydt Severity: wishlist X-Debbugs-CC: debian-python@lists.debian.org * Package name: testpath Version : 0.2 Upstream Author : Jupyter Development Team * URL : https://github.com/jupyter/testpath * License : MIT Programming Lang

RFS: testpath -- Utilities for Python code working with files and commands

2015-09-20 Thread Julien Puydt
Hi, I finished packaging testpath, whose ITP is #799599 : * Package name: testpath Version : 0.2 Upstream Author : Jupyter Development Team * URL : https://github.com/jupyter/testpath * License : MIT Programming Lang: Python Description : Collection of

Re: Packaging the Jupyter project suite

2015-09-21 Thread Julien Puydt
Hi, Le 19/09/2015 07:44, Stuart Prescott a écrit : thanks for looking at Jupyter notebooks for us! No problem. Remember that ipython is already in Debian and already has an active maintainer (Julian Taylor). He might already have started work on jupyter too since he may well feel that it's a

Re: Packaging the Jupyter project suite

2015-09-21 Thread Julien Puydt
Hi, Le 18/09/2015 17:49, Julien Puydt a écrit : I would like to package the Jupyter suite of software (ex-IPython). Of course, that makes quite a few packages to prepare, with a big dependency graph. I already sent a few ITP (pickleshare, traitlets), a few RFS (path.py), some are in NEW

Re: RFS: traitlets -- Lightweight Traits-like package

2015-09-23 Thread Julien Puydt
Hi, Le 19/09/2015 15:43, Julien Puydt a écrit : Hi, Le samedi 19 sept. 2015 à 15:29:09 (+0200), Julien Puydt a écrit : Hi, * Package name: traitlets Version : 4.0.0 Upstream Author : IPython Development Team * URL : https://github.com/ipython/traitlets * License

Re: RFS: testpath -- Utilities for Python code working with files and commands

2015-09-23 Thread Julien Puydt
Hi, Le 20/09/2015 22:08, Julien Puydt a écrit : Hi, I finished packaging testpath, whose ITP is #799599 : * Package name: testpath Version : 0.2 Upstream Author : Jupyter Development Team * URL : https://github.com/jupyter/testpath * License : MIT

Re: Packaging the Jupyter project suite

2015-09-24 Thread Julien Puydt
Hi, Le 18/09/2015 17:49, Julien Puydt a écrit : I would like to package the Jupyter suite of software (ex-IPython). Someone asked on IRC if Jupyter was a fork of IPython : no, it's the same upstream, who broke it (or modularized it if you prefer) into chunks, under the "Jupyt

Re: Packaging the Jupyter project suite

2015-09-25 Thread Julien Puydt
Hi, Le 25/09/2015 14:00, Julien Cristau a écrit : Hi Julien, On Fri, Sep 25, 2015 at 07:48:30 +0200, Julien Puydt wrote: There is also something else to discuss since it used to be only IPython : how to transition. Indeed, the current src:ipython package provides several binary packages

How does python:Depends work?

2015-09-28 Thread Julien Puydt
Hi, I'm wondering how the python:Depends substitution actually works, since it looks like it doesn't in some of my recent packages : what was I supposed to do that I didn't? Thanks, Snark on #debian-python

Re: How does python:Depends work?

2015-09-28 Thread Julien Puydt
Hi, Le 28/09/2015 09:44, Julien Puydt a écrit : I'm wondering how the python:Depends substitution actually works, since it looks like it doesn't in some of my recent packages : what was I supposed to do that I didn't? The reason why it wasn't working, was that in setu

Bug#800404: ITP: nbformat -- Jupyter notebook formats

2015-09-28 Thread Julien Puydt
Package: wnpp Owner: Julien Puydt Severity: wishlist X-Debbugs-CC: debian-python@lists.debian.org * Package name: nbformat Version : 4.0.0 Upstream Author : Jupyter Development Team * URL : https://github.com/jupyter/nbformat * License : BSD-3-clause

Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental

2015-09-29 Thread Julien Puydt
Hi, Le mardi 29 sept. 2015 à 09:48:16 (-0400), Barry Warsaw a écrit : > On Sep 29, 2015, at 12:26 PM, Sandro Tosi wrote: > > >Once again, the python policy about Maintainer/Uploaders has been ignored > > > >either policy changes or this has to stop at some point. > > A few observations. > > The

Re: Suggestion for recommended build tools a python application

2015-09-29 Thread Julien Puydt
Hi, Le mercredi 30 sept. 2015 à 00:17:32 (+0600), Titon Barua a écrit : > I found some online resource where someone suggested using autotools for > building GTK+python applications. I can definitely go that route, but how > would it affect packaging for debian? How am I supposed to specify the >

Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental

2015-09-29 Thread Julien Puydt
Le mardi 29 sept. 2015 à 20:40:11 (+0200), Piotr Ożarowski a écrit : > [Barry Warsaw, 2015-09-29] > > On Sep 29, 2015, at 05:40 PM, Julien Puydt wrote: > > > > >- I want lintian not to bug me about NMU ; > > > > This one's easy. Just put "Team u

Re: lintian and team uploads

2015-09-29 Thread Julien Puydt
Le mardi 29 sept. 2015 à 15:51:44 (-0400), Barry Warsaw a écrit : > On Sep 29, 2015, at 09:46 PM, Piotr Ożarowski wrote: > > >(and remember to remove DPMT from debian/control if it's not in SVN ;P) > > Given that the final git migration is imminent (really! otherwise I'm going to > scream ;), can

RFS updating the setuptools-scm and mistune packages

2015-09-30 Thread Julien Puydt
Hi, I made the following changes to both setuptools-scm and mistune : * New upstream release. * Switch maintainership from DPMT to myself. Those packages both have their previous versions in testing+unstable. They are available from here: ssh://git.debian.org/git/python-modules/packages/mistune.

Re: RFS updating the setuptools-scm and mistune packages

2015-10-02 Thread Julien Puydt
Le vendredi 02 oct. 2015 à 11:23:57 (+), Tristan Seligmann a écrit : > On Wed, 30 Sep 2015 at 13:55 Julien Puydt wrote: > > > ssh://git.debian.org/git/python-modules/packages/mistune.git > > ssh://git.debian.org/git/python-modules/packages/setuptools-scm.git > >

Bug#800903: ITP: jupyter-client -- Jupyter protocol client APIs

2015-10-04 Thread Julien Puydt
Package: wnpp Severity: wishlist X-Debbugs-CC: debian-python@lists.debian.org * Package name: jupyter-client Version : 4.0.0 Upstream Author : Jupyter Development Team * URL : https://github.com/jupyter/jupyter_client * License : BSD-3-clause Programming Lang

Re: Git migration schedule

2015-10-04 Thread Julien Puydt
Hi, Le dimanche 04 oct. 2015 à 20:03:29 (+0100), Sandro Tosi a écrit : > am I the only one thinking it's quite a huge number to be handled by > hand? and whose hands will be the ones converting these packages? > yours or Barry's dont seem enough and others will need training/time. There's a point

Bug#800936: ITP: ipykernl -- IPython kernel for Jupyter

2015-10-05 Thread Julien Puydt
Package: wnpp Severity: wishlist X-Debbugs-CC: debian-python@lists.debian.org * Package name: ipykernel Version : 4.0.3 Upstream Author : Jupyter Development Team * URL : https://github.com/ipython/ipykernel * License : BSD-3-clause Programming Lang: Python

How to convert a git repo to git-dpm

2015-10-05 Thread Julien Puydt
Hi, I would like to open a nice thread to discuss the "problem" of packages already managed in git, but not with git-dpm. To start the discussion, I'll describe how I did things and what I did to "convert" a repository. My usual way to use a repository is doing things like: gbp import-orig

Bug#801058: ITP: nbconvert -- Jupyter notebook conversion

2015-10-05 Thread Julien Puydt
Package: wnpp Severity: wishlist X-Debbugs-CC: debian-python@lists.debian.org * Package name: nbconvert Version : 4.0.0 Upstream Author : Jupyter Development Team * URL : https://github.com/jupyter/nbconvert * License : BSD-3-clause Programming Lang: Python

Re: How to convert a git repo to git-dpm

2015-10-06 Thread Julien Puydt
Hi, Le 05/10/2015 20:27, Julien Puydt a écrit : (3) git-dpm init ../foo_version.orig.tar.gz (start using git-dpm) That point takes actually longer, because one needs to have the tarball around ; this is now wishlist bug #801086 against git-dpm ( https://bugs.debian.org/cgi-bin/bugreport.cgi

Bug#801366: ITP: notebook -- Jupyter interactive notebook

2015-10-08 Thread Julien Puydt
Package: wnpp Owner: Julien Puydt Severity: wishlist X-Debbugs-CC: debian-python@lists.debian.org * Package name: notebook Version : 4.0.5 Upstream Author : Jupyter Development Team * URL : https://github.com/jupyter/notebook * License : BSD-3-clause

RFS: pickleshare -- File system based database that uses Python pickles

2015-10-16 Thread Julien Puydt
Hi, I'm looking for a sponsor for my package: * Package name:pickleshare Version: 0.5 Upstream author: Ville Vainio * URL: https://github.com/pickleshare/pickleshare * License: Expat Progr. lang.:Python Description: File system based database that

Re: Git migration schedule

2015-10-22 Thread Julien Puydt
Le mercredi 21 oct. 2015 à 23:28:47 (+0100), Sandro Tosi a écrit : > On Wed, Oct 21, 2015 at 11:01 PM, Brian May wrote: > > Maybe we should fix #801666 first and then revisit this question? > > git-dpm hasnt seen a single line changed since more than a year > (http://anonscm.debian.org/cgit/git-d

Re: Bug#802730: ITP: python-setuptools-scm -- Handles managing your python package versions in scm metadata.

2015-10-22 Thread Julien Puydt
required by djangorestframework. Will be packaged as part of the DPMT (Debian Python Modules Team). setuptools-scm (1.8.0-1) unstable; urgency=medium * New upstream release. * Put myself as sole maintainer. -- Julien Puydt Fri, 02 Oct 2015 11:02:33 +0200 setuptools-scm (1.7.0-1

Re: RFS: pickleshare -- File system based database that uses Python pickles

2015-10-22 Thread Julien Puydt
Hi, Le 16/10/2015 20:48, Julien Puydt a écrit : I'm looking for a sponsor for my package: * Package name:pickleshare Version: 0.5 Upstream author: Ville Vainio * URL: https://github.com/pickleshare/pickleshare * License: Expat Progr. lang.:P

IPython: I would need some help/councels

2016-01-19 Thread Julien Puydt
Hi, I made a new version of my IPython packaging : http://mentors.debian.net/package/ipython and I asked Julian Taylor about it : he said I should try to push things without waiting for him. So here am I : I'm not asking for sponsorship of the package yet, but I would like to have some ment

Re: IPython: I would need some help/councels

2016-01-23 Thread Julien Puydt
Hi, Le 19/01/2016 22:17, Sandro Tosi a écrit : could you push already your changes to git (maybe first in a temporary branch)? once done, I would give it a look It is here : ssh://git.debian.org/git/python-modules/packages/ipython4.git Not perfect, but it's a start. Snark on #debian-python

Re: The state of jupyter in Debian

2016-04-20 Thread Julien Puydt
Hi, On 16/04/2016 11:38, Yuri D'Elia wrote: Hi everyone, I have a general question about the state of the jupyter packages. I noticed recently that several packages started to pop-up in the experimental archive, which is great. I've been trying jupyter through anaconda a couple of times, and I

ITP: python-prompt-toolkit -- Library for building powerful interactive command lines in Python

2016-07-20 Thread Julien Puydt
Package: wnpp Severity: wishlist * Package name : python-prompt-toolkit Version : 1.0.3 Upstream author : Jonathan Slenders * URL : https://github.com/jonathanslenders/python-prompt-toolkit License : BSD-3-clause Programming Lang.: Python Descriptio

RFS: python-prompt-toolkit/1.0.3-1 (ITP)

2016-07-21 Thread Julien Puydt
Package: sponsorship-requests Severity: wishlist Dear mentors, I am looking for a sponsor for my package "python-prompt-toolkit" * Package name: python-prompt-toolkit Version : 1.0.3-1 Upstream Author : Jonathan Slenders * URL : https://github.com/jonathansl

Re: ITP: python-prompt-toolkit -- Library for building powerful interactive command lines in Python

2016-07-21 Thread Julien Puydt
Hi, On 21/07/2016 12:45, Scott Kitterman wrote: This is already packaged. https://tracker.debian.org/pkg/prompt-toolkit Scott K Sigh... I need a brain. And sleep. :-/ Snark on #debian-python

ITP: python-entrypoints -- Discover and load entry points from installed packages

2016-07-28 Thread Julien Puydt
Package: wnpp Severity: wishlist * Package name : python-entrypoints Version : 0.2.2 Upstream author : Thomas Takluyver * URL : https://github.com/takluyver/entrypoints License : Expat Programming Lang.: Python Description : Discover and load ent

Re: Packaging/installing jupyter kernels

2016-08-05 Thread Julien Puydt
Hi, On 05/08/2016 14:07, Gordon Ball wrote: Jupyter has been in experimental for a while and presumably will make it to unstable in the not too distant future. I don't think that will happen that early... there are a few things not ready yet and what is there isn't perfect yet. Help is welcom

Re: Packaging/installing jupyter kernels

2016-08-05 Thread Julien Puydt
On 05/08/2016 20:57, Gordon Ball wrote: On 05/08/16 15:17, Julien Puydt wrote: Hi, On 05/08/2016 14:07, Gordon Ball wrote: Jupyter has been in experimental for a while and presumably will make it to unstable in the not too distant future. I don't think that will happen that early...

Re: requesting help updating a python package

2016-09-26 Thread Julien Puydt
Hi, On 27/09/2016 01:16, Boylan, Ross wrote: I'd like to use zodb, and it looks as if the most recent Debian version available is 3.3, and that's available only for python2. I'd like to use the current zodb, 5.0, with python3. Aside from preferring to use current software, it looks as if z

Re: Plan for ipython 5 transition

2016-10-10 Thread Julien Puydt
Hi, On 11/10/2016 02:18, Tobias Hansen wrote: Snark, do you want to file the bugs? I'm in the middle of moving -- and I know when I move out, but still have no clue where to move in : I'm not as readily available as I would like. I'll give a hand if I can, but I don't think it's a good id

Re: Plan for ipython 5 transition

2016-10-11 Thread Julien Puydt
Hi, On 11/10/2016 09:27, Tobias Hansen wrote: ok, but are you ok with us moving ahead? Is ipython generally ready to migrate? What about the other related packages (ipykernel, jupyter_client, jupyter_core, nbconvert, nbformat). Should they all migrate together? Are they ready (up to questions of

Re: replacement for ipython(3)-notebook?

2016-11-09 Thread Julien Puydt
Hi, On 09/11/2016 16:24, Zack Weinberg wrote: ipython(3)-notebook has been dropped from unstable with the transition to ipython 5.0.0. What package now provides this functionality? Gordon Ball is working on packaging jupyter-notebook. It's part of the effort to package sagemath in Debian --

Re: Binary naming for Django Related Packages

2016-11-28 Thread Julien Puydt
+1 On 28/11/2016 17:11, Scott Kitterman wrote: Snark on #debian-python

Re: How do I include info and man pages in an installer?

2017-01-05 Thread Julien Puydt
On 05/01/2017 10:00, Jorge wrote: I'm trying to make my first .deb package. For that I have read https://www.debian.org/doc/debian-policy/ and https://wiki.debian.org/Packaging/Intro. The latest guide was the most useful for me because I had no experience. Apart from all the warnings from linti

ITP: scandir -- Better directory iterator that returns all file info the OS provides

2017-01-14 Thread Julien Puydt
Control: retitle -1 ITP: scandir -- Better directory iterator that returns all file info the OS provides I would like to package python-scandir, as newer versions of python-pathlib2 now depend on it. As I don't want to add new deps to the python-pathlib2 package now, I'll work in several steps :

Re: ITP: scandir -- Better directory iterator that returns all file info the OS provides

2017-01-15 Thread Julien Puydt
Hi, On 14/01/2017 17:37, Scott Kitterman wrote: Scandir is pretty generic. I'd suggest python-scandir or similar for the package name. I named it python-scandir. Snark on #debian-python

Re: IPython/Jupyter plans for buster

2017-06-27 Thread Julien Puydt
Hi, Le 27/06/2017 à 18:20, Ximin Luo a écrit : > This assumes the Sage kernel would still work with a python3-only notebook... > I certainly hope so, if jupyter upstream are ready to drop the python2 > notebook so quickly... there's a good chance sagemath will end up using Python 3 too at some

Re: RFS: jupyter components

2017-08-28 Thread Julien Puydt
Hi, Le 28/08/2017 à 23:56, Gordon Ball a écrit : > Hello > > The following packages should be ready for upload, if someone would be > willing to check and sponsor the uploads: > > * ipython 5.4.0-1 > >IPython 6.x is now available, but is python3 only. For the moment, >the existing ipyt

Re: RFS: jupyter components

2017-09-03 Thread Julien Puydt
Hi, Le 28/08/2017 à 23:56, Gordon Ball a écrit : > * nbconvert: 5.2.1 > >waiting on python-pandocfilters >= 1.4 (already in dpmt git, but >not yet uploaded) I updated it to latest upstream -- the build doesn't fail because of python-pandocfilters afaict, but because for some reason ent

Re: RFS: jupyter components

2017-09-04 Thread Julien Puydt
Hi, Le 04/09/2017 à 10:49, Gordon Ball a écrit : > On Mon, 4 Sep 2017, Julien Puydt wrote: >> Hi, >> >> Le 28/08/2017 à 23:56, Gordon Ball a écrit : >> >>>  * nbconvert: 5.2.1 >>> >>>    waiting on python-pandocfilters >= 1.4 (already in

Re: RFS: jupyter components

2017-09-04 Thread Julien Puydt
Hi, Le 04/09/2017 à 17:08, Julien Puydt a écrit : > Hi, > > Le 04/09/2017 à 10:49, Gordon Ball a écrit : >> On Mon, 4 Sep 2017, Julien Puydt wrote: >>> Hi, >>> >>> Le 28/08/2017 à 23:56, Gordon Ball a écrit : >>> >>>>  * nbcon

Re: RFS: jupyter components

2017-09-04 Thread Julien Puydt
Hi, Le 04/09/2017 à 18:17, Julien Puydt a écrit : > There are quite many things to fix to correct before uploading, though : > lintian is not happy. Lintian still complains about two things: W: nbconvert source: newer-standards-version 4.1.0 (current is 4.0.0) I: nbconvert source: tes

Re: RFS: jupyter components

2017-09-08 Thread Julien Puydt
Hi, old thread but new things. Le 28/08/2017 à 23:56, Gordon Ball a écrit : > * nbconvert: 5.2.1 > >waiting on python-pandocfilters >= 1.4 (already in dpmt git, but >not yet uploaded) The package is up to date, and I am theoretically allowed to upload it, but since it now produces one

Re: pycharm package in debian

2017-09-30 Thread Julien Puydt
Hi, Le 30/09/2017 à 14:22, kamaraju kusumanchi a écrit : > Are there any plans to make a debian package of pycharm that is part > of official debian? I used their community edition on windows 7 and it > is awesome. Maybe you should look at WNPP to see if someone filed a RFP or ITP, and if not, su

Re: RFS: jupyter components

2017-10-25 Thread Julien Puydt
Hi, Le 25/10/2017 à 21:01, Diane Trout a écrit : > >> I have just uploaded the current RFS packages (ipython, >> jupyter-notebook, jupyter-console, nbconvert) to mentors.d.n > > I just reviewed nbconvert > > I got one lintian warning > > nbconvert source: timewarp-standards-version (2017-09-03

Re: How to upload my python application .deb file on to debian repository

2017-11-22 Thread Julien Puydt
Hi, Le 23/11/2017 à 05:07, quickcal calculator a écrit : > I have developed a Python GUI Application, which i feel will be useful > to all desktop users. Please guide on How to upload my python > application .deb file on to debian repositories. Thanks. You can submit a RFP (request for package)

Please add me to the relevant group on salsa

2018-02-14 Thread Julien Puydt
Hi, I would like to continue contributing to the Debian Python Module Team (whatever is its name now). I'm juydt-guest on salsa. Thanks, Snark on #debian-python

Thread on flit...

2018-02-15 Thread Julien Puydt
Hi, a new building/packaging/publishing/whatevering tool for Python modules has appeared sometime ago : flit. The homepage is here : https://github.com/takluyver/flit I know a few packages using it already ; and I have terminado (from the same author as flit) which I would like to update. It mi

Re: Thread on flit...

2018-02-17 Thread Julien Puydt
Hi, Le 17/02/2018 à 07:59, Paul Wise a écrit : > On Thu, Feb 15, 2018 at 11:05 PM, Julien Puydt wrote: > >> Should it be packaged? > > If it meets Debian standards and is needed by another package, there > is no reason why it shouldn't be packaged. > It is intende

Re: packages that use dh_python{2,3} but don't depend on dh-python

2018-03-26 Thread Julien Puydt
Hi, Le 26/03/2018 à 13:32, Piotr Ożarowski a écrit : > Here's a list of packages that will FTBFS soon if dh-python will not be > added to Build-Depends (it's time to drop dh-python from python3's > Depends and old version of dh_python2 from python package). > > http://people.debian.org/~piotr/dh_

Bug#894786: RFP: python-pytest-flake8 -- pytest plugin to check FLAKE8 requirements

2018-04-04 Thread Julien Puydt
Package: wnpp Severity: wishlist X-Debbugs-Cc: debian-python@lists.debian.org * Package name: python-pytest-flake8 Version : 1.0.0 Upstream Author : Thorsten Lockert * URL : https://github.com/tholo/pytest-flake8 * License : BSD Programming Lang: Python Desc

Please add me (back?) to the team

2018-04-11 Thread Julien Puydt
Hi, I'm already part of the teams, but as jpuydt-guest, and I would now need to be part of the same teams as jpuydt, as I just completed the process to become a DD. If I remember well, I'm part of: - Debian Science - Debian Python Module Team - Debian Javascript packagers Thanks, Snark on irc.d

Updating nbconvert : problems with privacy breaches

2018-09-14 Thread Julien Puydt
Hi, looking into finishing packaging nbconvert's latest version (thanks Ondřej Nový and Gordon Ball for the help!), lintian had quite a few complaints about privacy breaches: W: python-nbconvert-doc: privacy-breach-generic usr/share/doc/python-nbconvert-doc/html/customizing.html [src="

Re: Updating nbconvert : problems with privacy breaches

Hi, Le 15/09/2018 à 07:34, Diane Trout a écrit : I wonder if it'd be possible to get upstream to support picking where to load resources from? indeed asking upstream seems the best course of action: https://github.com/jupyter/nbconvert/issues/890 jpuydt on irc.debian.org

Re: Dropping Python 2 support for web.py before buster

Hi, Le 22/01/2019 à 14:36, W. Martin Borgert a écrit : Quoting Mattia Rizzolo : On Tue, Jan 22, 2019 at 12:18:09PM +0100, W. Martin Borgert wrote: I'm going to package the latest git master of web.py¹, because of Python 3.7 compatibility. It has a new dependency on cheroot², which has only a P

  1   2   >