Python packaging help.

2015-03-30 Thread Balasankar C
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi,

My name is Balasankar C. I am writing a module in Python and want to
package that for Debian. So, just to understand how packaging in python
work, I decided to package the module 'wget'. From my knowledge in
Ruby gem
packaging, I tried to package wget and pushed the result to
https://gitlab.com/balasankarc/python-wget . It has all three branches
(master, pristine-tar, and upstream).

Can anyone please take a look at it and give me your
comments on it. I tried to follow the StyleGuide as well as I
understood it.
- -- 
Regards
Balasankar C
http://balasankarc.in
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQEcBAEBCgAGBQJVGWGrAAoJEJbtq5sua3FxhO4H/1NDul/x1cJ2HGa9yC/96kvi
ErT9vvO4ELr740DyqYwepmY9Bo1XYCg2XuhV4HzIHV7X0ylOudAiVXipB+wxarI5
7H0hTNjBtZGMmkzs57RhbvGMxDCOxYndcTi17qpF9bFNgbcFox+JyL4HL3uKsX5S
sd+UsOhHlO9aLe9HQ46S+oYJjU2JQTvWOBBmdryRKCELCzreFfWepRefSm/TIZ7v
qHX2fHkN42q42ZtwAmJoSP+ggW+T38H/fXXT4an7TNT+XN69NHq6cyWJwOA+hxT4
zU6QzcOpbYcsA0Nt/K6AsHFTpF8IM462k8Vbe5gefvc0DAKC9/f//PP53Hs+tRw=
=w/w5
-END PGP SIGNATURE-


0x2E6B7171.asc
Description: application/pgp-keys


ITP: bitstring -- Python module for manipulation of binary data

2015-03-30 Thread Ghislain Vaillant
Package: wnpp
Severity: wishlist
Owner: Ghislain Antony Vaillant 

* Package name: bitstring
  Version : 3.1.3
  Upstream Author : Scott Griffiths 
* URL : https://code.google.com/p/python-bitstring/
* License : MIT
  Programming Lang: Python
  Description : Python module for manipulation of binary data


Long Description


Bitstring is a pure Python module designed to help make the creation and
analysis of binary data as simple and natural as possible.

Bitstrings can be constructed from integers (big and little endian), hex,
octal, binary, strings or files. They can be sliced, joined, reversed,
inserted into, overwritten, etc. with simple functions or slice notation.
They can also be read from, searched and replaced, and navigated in,
similar
to a file or stream.


Reasons for packaging
-

This package brings simple support for arrays of bits, is well documented,
and works very well. It provides similar functionalities to bitarray
(already packaged) but does not require any compiled c-extension.


Due to the nature of this package, it should probably be team-maintained by
the Debian Python Modules Team (DPMT).


Best regards,
Ghislain


Re: ITP: bitstring -- Python module for manipulation of binary data

2015-03-30 Thread Eugene Zhukov
On Mon, Mar 30, 2015 at 9:50 PM, Ghislain Vaillant  wrote:
> Package: wnpp
> Severity: wishlist
> Owner: Ghislain Antony Vaillant 
>
> * Package name: bitstring
>   Version : 3.1.3
>   Upstream Author : Scott Griffiths 
> * URL : https://code.google.com/p/python-bitstring/

Have you considered contacting upstream on [1] matter?

[1] https://wiki.debian.org/DeveloperNews#Google_Code_closing


-- 
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CAPqGMf+xCTJ08RYRSLt8qYK2ZTQh_2cKjtZ-wi=ppmk6jrk...@mail.gmail.com



Re: ITP: bitstring -- Python module for manipulation of binary data

2015-03-30 Thread Ghislain Vaillant
2015-03-30 20:13 GMT+01:00 Eugene Zhukov :

> On Mon, Mar 30, 2015 at 9:50 PM, Ghislain Vaillant 
> wrote:
> > Package: wnpp
> > Severity: wishlist
> > Owner: Ghislain Antony Vaillant 
> >
> > * Package name: bitstring
> >   Version : 3.1.3
> >   Upstream Author : Scott Griffiths 
> > * URL : https://code.google.com/p/python-bitstring/
>
> Have you considered contacting upstream on [1] matter?
>
> [1] https://wiki.debian.org/DeveloperNews#Google_Code_closing
>


Not yet, but this is indeed a good idea. Will do.

Thanks Eugene,

Ghis


Re: Python packaging help.

2015-03-30 Thread Riley Baird
> My name is Balasankar C. I am writing a module in Python and want to
> package that for Debian. So, just to understand how packaging in python
> work, I decided to package the module 'wget'. From my knowledge in
> Ruby gem
> packaging, I tried to package wget and pushed the result to
> https://gitlab.com/balasankarc/python-wget . It has all three branches
> (master, pristine-tar, and upstream).
> 
> Can anyone please take a look at it and give me your
> comments on it. I tried to follow the StyleGuide as well as I
> understood it.

Great package! Here are some comments that I have:

d/changelog:
-New packages should close an ITP bug. File one, and then put
"(Closes: #)" where # is the number of your bug.

d/control:
-You could add Vcs-Browser and Vcs-Git fields.
-Lintian gives the experimental warnings:
I: python-wget: captitalization-error-in-description python Python
I: python3-wget: captitalization-error-in-description python Python
However, this is a false positive within lintian. You should make a
d/lintian-overrides file to note this.

d/copyright:
-Even if a file is in the public domain, and so has no copyright, you
still need to put the author's name/year in the copyright field.

Other than that, I can't really see any problems. I'm not a DD, so I
can't sponsor your package, but good luck getting it into Debian!

Cheers,

Riley Baird


pgp3pQpR7iQDU.pgp
Description: PGP signature


Re: ITP: bitstring -- Python module for manipulation of binary data

2015-03-30 Thread Adrien Clerc
Le 30/03/2015 20:50, Ghislain Vaillant a écrit :
> Package: wnpp
> Severity: wishlist
> Owner: Ghislain Antony Vaillant  >
>
> * Package name: bitstring
>   Version : 3.1.3
>   Upstream Author : Scott Griffiths  >
> * URL : https://code.google.com/p/python-bitstring/
>
If it's a new package, it shouldn't be hosted on Google Code right now.
Or I'm missing something.

Adrien



Re: Re: Python packaging help.

2015-03-30 Thread Balasankar C
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Thanks. Will correct them.
- -- 
Regards
Balasankar C
http://balasankarc.in
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQEcBAEBCgAGBQJVGjmTAAoJEJbtq5sua3Fx+/MIAJ0cuM0i5RRoLqbOqkMXUQcQ
KGHL3Esc+n8mkriZ15KnYIoiEDItxItanHY+B4bTo2hHIkW067Xdb+KT7lDkyYIN
CQvBvcX0SIcf4WQetKiivCW/gbStomgkssWAanRInTP39Ds8BnmoYmWtWLtr+UQu
ZTNvyy5YhPJfEMHjaqljhdfRSHYcrLuhalwt+nHWxiWCeP81EUn6YAjXwPL1PK3L
sMVq8pzOOFXUvGAOVde0WCq6AcaL6xFttEPgPi61Sr1OjQM648biyGvLA+ZzIa1I
Da6wQ+2EdSPyR9jwvE/usuiK1Le0jnwyXuDahS0oNZYdD6Jf6GB3RufEtovSTtE=
=bhYM
-END PGP SIGNATURE-


0x2E6B7171.asc
Description: application/pgp-keys