1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
Source: python-queuelib
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
Ignace Mouzannar <mouzannar@gmail.com>,
Vincent Cheng <vcheng@debian.org>
Build-Depends:
debhelper (>= 9),
dh-python,
python-all (>= 2.6.6-3~),
python3-all
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.3
Standards-Version: 3.9.5
Homepage: https://github.com/scrapy/queuelib
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-queuelib/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-queuelib/trunk/
Package: python-queuelib
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Description: collection of persistent (disk-based) queues (Python 2)
Queuelib is a collection of persistent (disk-based) queues for Python.
Queuelib goals are speed and simplicity.
.
This is the Python 2 version of the package.
Package: python3-queuelib
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Description: collection of persistent (disk-based) queues (Python 3)
Queuelib is a collection of persistent (disk-based) queues for Python.
Queuelib goals are speed and simplicity.
.
This is the Python 3 version of the package.
|