pypi2debian

2015-09-15 Thread Piotr Ożarowski
Hi,

I cannot work on it right now (wrist injury) but if someone wants to
improve it (patches, pull requests), test it (and report bugs or submit
unit tests) or suggest improvements (other than the ones already listed
in TODO.rst), here's a link to clone: https://github.com/p1otr/pypi2deb
-- 
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


signature.asc
Description: Digital signature


RE:pypi2debian

2015-09-15 Thread PICCA Frederic-Emmanuel
Hello, just for information what is the difference with 

pypi-install from the pyton-stdeb package 


Re: pypi2debian

2015-09-15 Thread Piotr Ożarowski
[PICCA Frederic-Emmanuel, 2015-09-15]
> Hello, just for information what is the difference with 
> 
> pypi-install from the pyton-stdeb package 

pypi-install installs (via `dpkg -i package.deb`) one package and purpose of
pypi2debian is to use `apt install package` instead.
I could build it on top of stdeb, but I just like PEP8 too much.

If you want me to compare py2dsc (stdeb) and py2dsp (pypi2deb) then I guess
most important features would be:
* auto generated Build-Depends
* -doc packages
* pypy- packages
* debian/copyright
* ITP template
* --dpmt and --papt (for DPMT and PAPT members only!)
* tighter integration with dh-python tools
* async (if you convert/build more than one package at the time)
* easier to customise (I hope - as it was pointed out many times, I
  suck at writing documentation)
-- 
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