File: control

package info (click to toggle)
selectors34 1.2.0-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 124 kB
  • ctags: 126
  • sloc: python: 780; makefile: 27
file content (20 lines) | stat: -rw-r--r-- 696 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: selectors34
Section: python
Priority: optional
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Build-Depends: debhelper (>= 10), python-all, python3-all,
 python-setuptools, python3-setuptools,
 python-six
Build-Depends-Indep: dh-python
Standards-Version: 4.1.1
Homepage: https://pypi.python.org/pypi/selectors34
X-Python-Version: >= 2.6

Package: python2-selectors34
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: backport of the selectors module from Python 3.4, Python2 module
 This module allows high-level and efficient I/O multiplexing, built upon
 the `select` module primitives.