RFS: python-keyring

View: New views
6 Messages — Rating Filter:   Alert me  

RFS: python-keyring

by Carl Chenet :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Dear mentors,

I am looking for a sponsor for my package "python-keyring".

* Package name    : python-keyring
  Version         : 0.1+hg66-1
  Upstream Author : Kang Zhang <jobo.zh@...>
* URL             : http://pypi.python.org/pypi/keyring
* License         : PSF (Python Software Foundation license)
  Section         : python

It builds these binary packages:
python-keyring - Store and access your passwords safely

The Python keyring library provides an easy way to access the system
keyring service (e.g GnomeKeyring, KDEKWallet) from Python.
It can be used in any application that needs safe password storage.
The Python keyring library also provides build-in keyrings.

This module was written for the Python foundation thanks to the
2009 Google Summer of Code. It aims to be merged in the Python
standard library.

The package appears to be lintian clean.

The upload would fix these bugs: 544486

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/p/python-keyring
- Source repository: deb-src http://mentors.debian.net/debian unstable main contrib non-free
- dget http://mentors.debian.net/debian/pool/main/p/python-keyring/python-keyring_0.1+hg66-1.dsc

I would be glad if someone uploaded this package for me. Beeing a member of the Debian Python
Modules Team already, I would like to maintain the package inside DPMT.

Kind regards
--
Carl Chenet




--
To UNSUBSCRIBE, email to debian-python-REQUEST@...
with a subject of "unsubscribe". Trouble? Contact listmaster@...


Re: RFS: python-keyring

by Michal Čihař-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi

Dne Wed, 02 Sep 2009 22:56:21 +0200
Carl Chenet <chaica@...> napsal(a):

> Dear mentors,
>
> I am looking for a sponsor for my package "python-keyring".
>
> * Package name    : python-keyring
>   Version         : 0.1+hg66-1

Is it really necessary to package some vcs snapshot?

Otherwise the package looks good.

--
        Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc (204 bytes) Download Attachment

Re: RFS: python-keyring

by Carl Chenet :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Le jeudi 03 septembre 2009 à 00:02 +0200, Michal Čihař a écrit :

> Hi
>
> Dne Wed, 02 Sep 2009 22:56:21 +0200
> Carl Chenet <chaica@...> napsal(a):
>
> > Dear mentors,
> >
> > I am looking for a sponsor for my package "python-keyring".
> >
> > * Package name    : python-keyring
> >   Version         : 0.1+hg66-1
>
> Is it really necessary to package some vcs snapshot?

Yes it is, the source tarball only supports python 2.6 and the
compatibility with 2.5 was added some commits after. That's why I had to
use the vcs snapshot.

>
> Otherwise the package looks good.

Thanks.

>

Bye,
--
Carl Chenet




--
To UNSUBSCRIBE, email to debian-python-REQUEST@...
with a subject of "unsubscribe". Trouble? Contact listmaster@...


Re: RFS: python-keyring

by Douglas Thrift-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,

It looks like python-keyring optionally includes support for gnome-keyring
and/or kwallet if their respective libraries are available.  I'm wondering
if there would be a way for the package the package to handle that. Any
thoughts?

Thanks!
____________________________________________________________
Douglas William Thrift
<douglaswth@...>
<http://douglasthrift.net/>

----- Original Message -----
From: "Carl Chenet" <chaica@...>
To: <debian-python@...>
Cc: <debian-mentors@...>
Sent: Wednesday, September 02, 2009 3:22 PM
Subject: Re: RFS: python-keyring


> Le jeudi 03 septembre 2009 à 00:02 +0200, Michal Čihař a écrit :
>> Hi
>>
>> Dne Wed, 02 Sep 2009 22:56:21 +0200
>> Carl Chenet <chaica@...> napsal(a):
>>
>> > Dear mentors,
>> >
>> > I am looking for a sponsor for my package "python-keyring".
>> >
>> > * Package name    : python-keyring
>> >   Version         : 0.1+hg66-1
>>
>> Is it really necessary to package some vcs snapshot?
>
> Yes it is, the source tarball only supports python 2.6 and the
> compatibility with 2.5 was added some commits after. That's why I had to
> use the vcs snapshot.
>
>>
>> Otherwise the package looks good.
>
> Thanks.
>
>>
>
> Bye,
> --
> Carl Chenet
>
>
>
>
> --
> To UNSUBSCRIBE, email to debian-python-REQUEST@...
> with a subject of "unsubscribe". Trouble? Contact
> listmaster@...
>
>


--
To UNSUBSCRIBE, email to debian-python-REQUEST@...
with a subject of "unsubscribe". Trouble? Contact listmaster@...


Re: RFS: python-keyring

by Carl Chenet :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Douglas,

Le mercredi 02 septembre 2009 à 15:46 -0700, Douglas Thrift a écrit :
> Hello,
>
> It looks like python-keyring optionally includes support for gnome-keyring
> and/or kwallet if their respective libraries are available.  I'm wondering
> if there would be a way for the package the package to handle that. Any
> thoughts?
>
 The Keyring library is able to interact with gnome-keyring, kwallet or
OSXKeychain and provides built-in keyrings for Win32CryptoKeyring,
CryptedFileKeyring, UncryptedFileKeyring.
What should the package handle ?

> Thanks!
> ____________________________________________________________
> Douglas William Thrift
> <douglaswth@...>
> <http://douglasthrift.net/>
>
> ----- Original Message -----
> From: "Carl Chenet" <chaica@...>
> To: <debian-python@...>
> Cc: <debian-mentors@...>
> Sent: Wednesday, September 02, 2009 3:22 PM
> Subject: Re: RFS: python-keyring
>
>
> > Le jeudi 03 septembre 2009 à 00:02 +0200, Michal Čihař a écrit :
> >> Hi
> >>
> >> Dne Wed, 02 Sep 2009 22:56:21 +0200
> >> Carl Chenet <chaica@...> napsal(a):
> >>
> >> > Dear mentors,
> >> >
> >> > I am looking for a sponsor for my package "python-keyring".
> >> >
> >> > * Package name    : python-keyring
> >> >   Version         : 0.1+hg66-1
> >>
> >> Is it really necessary to package some vcs snapshot?
> >
> > Yes it is, the source tarball only supports python 2.6 and the
> > compatibility with 2.5 was added some commits after. That's why I had to
> > use the vcs snapshot.
> >
> >>
> >> Otherwise the package looks good.
> >
> > Thanks.
> >
> >>
> >
> > Bye,
> > --
> > Carl Chenet
> >
> >
> >
> >
> > --
> > To UNSUBSCRIBE, email to debian-python-REQUEST@...
> > with a subject of "unsubscribe". Trouble? Contact
> > listmaster@...
> >
> >
>
Bye,
--
Carl Chenet




--
To UNSUBSCRIBE, email to debian-python-REQUEST@...
with a subject of "unsubscribe". Trouble? Contact listmaster@...


Re: RFS: python-keyring

by Douglas Thrift-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Carl Chenet wrote:

> Hi Douglas,
>
> Le mercredi 02 septembre 2009 à 15:46 -0700, Douglas Thrift a écrit :
>> Hello,
>>
>> It looks like python-keyring optionally includes support for gnome-keyring
>> and/or kwallet if their respective libraries are available.  I'm wondering
>> if there would be a way for the package the package to handle that. Any
>> thoughts?
>>
>  The Keyring library is able to interact with gnome-keyring, kwallet or
> OSXKeychain and provides built-in keyrings for Win32CryptoKeyring,
> CryptedFileKeyring, UncryptedFileKeyring.
> What should the package handle ?

Hello,

Gnome-keyring and kwallet are the optional ones that would make sense on
Linux.
____________________________________________________________
Douglas William Thrift
<douglaswth@...>
<http://douglasthrift.net/>


--
To UNSUBSCRIBE, email to debian-python-REQUEST@...
with a subject of "unsubscribe". Trouble? Contact listmaster@...