File: control

package info (click to toggle)
trololio 1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 88 kB
  • sloc: python: 110; makefile: 3
file content (27 lines) | stat: -rw-r--r-- 1,051 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
26
27
Source: trololio
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Sergio Durigan Junior <sergiodj@debian.org>
Build-Depends: debhelper-compat (= 12),
	       dh-python,
	       python3-all,
	       python3-setuptools,
Standards-Version: 4.4.1
Homepage: https://github.com/ThinkChaos/Trololio
Vcs-Browser: https://salsa.debian.org/python-team/modules/trololio
Vcs-Git: https://salsa.debian.org/python-team/modules/trololio.git
Testsuite: autopkgtest-pkg-python

Package: python3-trololio
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: Trollius and asyncio compatibility library (Python 3)
 Trololio provides a compatibility layer for Trollius and asyncio (aka
 Tulip). It addresses the differences listed in Trollius and Tulip:
 .
  * Allows the use of Trollius' syntax with asyncio.
  * Provides missing objects and aliases for the others.
  * Synchronizes debug environnement variables.
 .
 This package installs the library for Python 3.