Your message dated Fri, 30 Oct 2015 15:17:30 +0000 (UTC)
with message-id <1487000085.8189966.1446218250936.javamail.ya...@mail.yahoo.com>
and subject line Re: Bug#803437: RFS: pickleshare -- File system based database
that uses Python pickles
has caused the Debian Bug report #803437,
regarding RFS: pickleshare -- File system based database that uses Python
pickles
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
803437: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=803437
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: sponsorship-requests
Severity: wishlist
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 uses Python pickles
Like shelve, a PickleShareDB object acts like a normal dictionary.
Unlike shelve, many processes can access the database simultaneously.
Changing a value in database is immediately visible to other processes
accessing the same database.
.
Concurrency is possible because the values are stored in separate
files. Hence the "database" is a directory where all files are
governed by PickleShare.
This is a dependance of IPython/Jupyter ; it is available on
mentors.debian.net :
http://mentors.debian.net/package/pickleshare
dget -x
http://mentors.debian.net/debian/pool/main/p/pickleshare/pickleshare_0.5-1.dsc
or in git:
Vcs-Git: git://anonscm.debian.org/python-modules/packages/pickleshare.git
Vcs-Browser:
https://anonscm.debian.org/cgit/python-modules/packages/pickleshare.git
Thanks,
Snark on #debian-python
--- End Message ---
--- Begin Message ---
Hi,
I sponsored the package, however there are some upstream "issues" that might be
good to fix in a future release.
$ pyflakes .
[lot of stuff]
$ pyflakes3 .
[lot of stuff]
$ pep8 --ignore W191 .
[lot of stuff]
and also I'm unsure but you might consider adding the file PKG-INFO to
debian/docs, because
it contains an example usage.
anyway, the package was looking fine to me,
so Built&Signed&Uploaded, thanks for your contribution to Debian!
cheers,
G.
Il Venerdì 30 Ottobre 2015 13:40, Julien Puydt <julien.pu...@laposte.net> ha
scritto:
Hi,
Le vendredi 30 oct. 2015 à 08:29:10 (+0000), Gianfranco Costamagna a écrit :
> Control: owner -1 !
> Control: tags -1 moreinfo
>
> Hi, the packaging looks good to me, hovewer a typo in packaging is preventing
> python3-path from
> being added to the python3 package runtime dependencies.
>
> I guess replacing
> Depends: ${misc:Depends}, ${python:Depends}
>
> to
> Depends: ${misc:Depends}, ${python3:Depends}
>
> fixes the issue, please fix, and I'll followup with another review soonish.
Patched, pushed in git, pushed on mentors.d.n!
Thanks,
Snark on #debian-python
--- End Message ---