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 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.

The newest ipython depends on this package. I'll maintain this package 
within the Debian Python Modules Team.


Thanks,

Snark on #debian-python



Re: python-support removal effort

2015-09-03 Thread Andrey Rahmatullin
We are down to slightly more than 100 bugs (that includes several packages
that are RC-buggy and dozen or two packages in open transitions, so there
is slightly less things to work on right now) and we need YOUR help.

For majority of packages the work is simple and doesn't require Python
packaging knowledge. The full procedure is documented on wiki but in the
reality most packages just need B-D adjustment and adding --with python2,
replacing dh_pysupport with dh_python2 or removing
DEB_PYTHON_SYSTEM=pysupport (and some trivial debdiff checking and
testing). You can skip packages that are more complicated than that.

-- 
WBR, wRAR


signature.asc
Description: Digital signature


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

2015-09-03 Thread Julien Puydt

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,

Snark on #debian-python

 Message 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 Puydt 

* Package name: setuptools-scm
  Version : 1.7.0
  Upstream Author : Ronny Pfannschmidt
* URL : https://github.com/pypa/setuptools_scm
* License : Expat
  Programming Lang: Python
  Description : blessed package to manage your versions by scm tags 
for Python
 setuptools_scm handles managing your Python package versions in scm 
metadata.

 It also handles file finders for the suppertes scm's.

The newest ipython depends on pickleshare, which depends on path.py,
which depends on this package. I'll maintain this package within the Debian
Python Modules Team.

Thanks,

Snark on #debian-python




Bug#797909: ITP: django-downloadview -- efficient static file serving with Django

2015-09-03 Thread Michael Fladischer
Package: wnpp
Severity: wishlist
Owner: Michael Fladischer 

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

* Package name: django-downloadview
  Version : 1.8
  Upstream Author : Benoît Bryon 
* URL : https://github.com/fladi/django-downloadview
* License : BSD-3-clause
  Programming Lang: Python
  Description : efficient static file serving with Django

 django-downloadview makes it easy to serve files with Django:
 .
  * manage files with Django (permissions, filters, generation, ...);
  * files are stored somewhere or generated somehow (local filesystem,
remote storage, memory...);
  * django-downloadview helps to stream the files with very little
code;
  * django-downloadview helps to improve performances with reverse
proxies, via mechanisms such as Nginx’s X-Accel or Apache’s
X-Sendfile.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJV6GAMAAoJEGlMre9Rx7W2fIYP/3mV/bB6l4Nb5R3KEgWXjtkm
1Wq+vznWND/odlzK2ElFonrBROnDa7EtoYOT138bDjMcGztdho34KaYbLFODykxk
MDZ4at4mQKwuXqg9cjquYx5iwX2AMDUjuLqUcRn4o7hiRki9pqAvhakPFyfs6gjV
zW6KZU9jlMvckmbkMWWugXq923zsJSXi7foHlwRigQuXCEq0qp91tXTCgWK7p1eq
a/ve4PCxkjFmADp0WTFqyCcm1xqLOICFKjtQefxAsOsoZ40qyII/qQyIegYkhNrm
iA9zzGhxJOKqZAyg4Hp1TDlSMyF8eh395pYCfReu9m+sjwCDynRDJxAT/ysLHPTY
78zEA0jgO7wdK8ngam238OlzAz7td0EG9e/dlIiv9nGnfvSz7jWk1UITRqgE2I/S
I4yOrgDlNTEWWVQ7vckQkkpyi5+d1LREe/WdX9dnxrMFdXitTjNuQ/uzFVZ5a4nX
4sOFUmYd9Hj12zY6BwCihDm5A80lcIjkKCB4XM6sfuWH8gJmXvQYploVFxCDc8Kx
DlmzCHrhOXxMBy6odKyUFdM0zEGxCf1JHh9GCHGxnYL6s9ftX0HQgeAJetV4dAr1
n2asJ2q5y/u9RKPfpvK9yUP3nDnmTDEFMGza74Rl35cuB7iXKBSNzN1t1drA5wnb
S2w8bybnwXNTuD/3Y6GC
=rEvl
-END PGP SIGNATURE-



Bug#797908: ITP: drf-fsm-transitions -- Django-FSM transitions for Django REST Framework

2015-09-03 Thread Michael Fladischer
Package: wnpp
Severity: wishlist
Owner: Michael Fladischer 

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

* Package name: drf-fsm-transitions
  Version : 0.2.0
  Upstream Author : Jacob Haslehurst 
* URL : https://github.com/hzy/drf-fsm-transitions
* License : Expat
  Programming Lang: Python
  Description : Django-FSM transitions for Django REST Framework

 Automatically hook your Django-FSM transitions up to Django REST Framework by
 using the provided viewset mixin. Each transition will be made available
 through its name in the object URL and can be called using POST.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJV6F7WAAoJEGlMre9Rx7W2XvYP/1mmc8twZc9jHXSgOCAgXB6k
7yKsbkycuDaPmpEV+NzV0RPyYxIQEu1BvX4+FGrEX0EyZe7Bmwz3oM8n8FeMJHyP
wZ4VoF/gahhGQSz70/i7J74XyYWyygFGsIwFTspmNWJyudVcyqpJu74n3TBQuKkm
pqp4mgFgAivnOJu9FgaxFyg5rt53OMgQKvtK4bYSQ2e3EeE+dKa36zHd5E1CPJ96
kbGk3GFP2ULSn4Ela3a+x/YnSPRPRW8E2b2M/TbtQUQtO7vVAAQtR07gbBROLZ/6
pZ1Jjc3poKfcAGz4hvcKxSQ7iLxTtCrP1cI/hjqUP+Wv+utTiumjXpGz634jWmRe
XhMhLQYejcxsYIIy7pfJzGSnViQ2syiHqayA7eFHltrI//9f7kNqyAboRk9WYp3W
ct68VL/a27CXXMTHTAoNrLv7w6KWO1av5EUoD3K7A/72ob1tbwKm5X74AkdKaFfL
uPjPE6KHsDzFUcVIS2q96EKDRtdusyFqTNE7Ew9NHeMzG2G0Zu7I6ve8MIHsdF+m
SJqcqVxKjrvEdgdeFRgJKe4n6gxwT/FwGmdruHkMjyNYu3TaA4k3Zv0vGVXFVddh
/iVaxSD5dt+nNFc9363lEXnAf5PXmiFMm6Wg5fEZ5bzcgL0U/nGquIUB4RCGMtAr
4+SC2Q01X1cMoxMx8CDL
=OTlU
-END PGP SIGNATURE-