Source: python-can
Section: python
Priority: optional
Maintainer: IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 12), dh-python,
 python-all,
 python-future,
 python-mock,
 python-nose,
 python-pytest,
 python-serial,
 python-setuptools,
 python-typing,
 python-wrapt,
 python3-all,
 python3-future,
 python3-mock,
 python3-nose,
 python3-pytest,
 python3-serial,
 python3-setuptools,
 python3-wrapt,
 python3-sphinx,
 python3-sphinxcontrib.programoutput,
Testsuite: autopkgtest-pkg-python
Standards-Version: 4.3.0
Rules-Requires-Root: no
Homepage: https://bitbucket.org/hardbyte/python-can
Vcs-Git: https://salsa.debian.org/python-team/modules/python-can.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-can

Package: python-can
Architecture: all
Depends:
 ${misc:Depends},
 ${python:Depends},
 python-serial,
 python-pkg-resources,
Recommends:
 ${python:Recommends},
Suggests:
 python-can-doc,
 ${python:Suggests},
Description: Controller Area Network (CAN) interface module - Python 2.x
 The Controller Area Network (CAN, aka "CAN bus") is a bus standard designed
 to allow microcontrollers and devices to communicate with each other. It
 has priority based bus arbitration, reliable deterministic
 communication. It is used in cars, trucks, boats, wheelchairs and more.
 .
 The 'can' package provides controller area network support for Python
 developers; providing "common abstractions to different hardware devices", and
 a suite of utilities for sending and receiving messages on a can bus.
 .
 This package provides the bindings for Python 2.x

Package: python3-can
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
 python3-serial,
 python3-pkg-resources,
Recommends:
 ${python3:Recommends},
Suggests:
 python-can-doc,
 ${python3:Suggests},
Description: Controller Area Network (CAN) interface module
 The Controller Area Network (CAN, aka "CAN bus") is a bus standard designed
 to allow microcontrollers and devices to communicate with each other. It
 has priority based bus arbitration, reliable deterministic
 communication. It is used in cars, trucks, boats, wheelchairs and more.
 .
 The 'can' package provides controller area network support for Python
 developers; providing "common abstractions to different hardware devices", and
 a suite of utilities for sending and receiving messages on a can bus.
 .
 This package provides the bindings for Python 3.x (and some logging utilities)

Package: python-can-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Description: Controller Area Network (CAN) interface module - API documentation
 The Controller Area Network (CAN, aka "CAN bus") is a bus standard designed
 to allow microcontrollers and devices to communicate with each other. It
 has priority based bus arbitration, reliable deterministic
 communication. It is used in cars, trucks, boats, wheelchairs and more.
 .
 The 'can' package provides controller area network support for Python
 developers; providing "common abstractions to different hardware devices", and
 a suite of utilities for sending and receiving messages on a can bus.
 .
 This package provides the API documentation.