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
|
Source: python-schedutils
Section: python
Priority: optional
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Maintainer: Stewart Ferguson <stew@ferg.aero>
Build-Depends: debhelper (>= 10), python-setuptools, python-all-dev, python3-setuptools, python3-all-dev, dh-python
Standards-Version: 4.2.1
Homepage: https://rt.wiki.kernel.org/index.php/Tuna
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-schedutils
Vcs-Git: https://salsa.debian.org/python-team/modules/python-schedutils.git
Package: python-schedutils
Architecture: any
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Description: Linux scheduler Python bindings - Python 2.7
Python interface for the Linux scheduler sched_{get,set}{affinity,scheduler}
functions and friends.
.
This package provides the Python 2.7 module.
Package: python3-schedutils
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Description: Linux scheduler Python bindings - Python 3.x
Python interface for the Linux scheduler sched_{get,set}{affinity,scheduler}
functions and friends.
.
This package provides the Python 3.x module.
|