File: control

package info (click to toggle)
python-queuelib 1.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 176 kB
  • sloc: python: 1,034; sh: 8; makefile: 5
file content (25 lines) | stat: -rw-r--r-- 848 bytes parent folder | download
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
Source: python-queuelib
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Ignace Mouzannar <mouzannar@gmail.com>,
 Andrey Rakhmatullin <wrar@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all,
 pybuild-plugin-pyproject,
 python3-hatchling,
 python3-pytest <!nocheck>,
Standards-Version: 4.7.2
Homepage: https://github.com/scrapy/queuelib
Vcs-Git: https://salsa.debian.org/python-team/packages/python-queuelib.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-queuelib

Package: python3-queuelib
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: collection of persistent (disk-based) queues
 Queuelib is a collection of persistent (disk-based) queues for Python.
 Queuelib goals are speed and simplicity.