File: control

package info (click to toggle)
python-pykka 4.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 520 kB
  • sloc: python: 2,817; makefile: 113
file content (32 lines) | stat: -rw-r--r-- 1,195 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
28
29
30
31
32
Source: python-pykka
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Stein Magnus Jodal <jodal@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               pybuild-plugin-pyproject,
               python3-all,
               python3-doc,
               python3-hatchling,
               python3-pydantic,
               python3-pytest,
               python3-pytest-mock,
               python3-sphinx,
               python3-sphinx-rtd-theme,
Standards-Version: 4.7.2
Homepage: https://pykka.readthedocs.io/
Vcs-Git: https://salsa.debian.org/python-team/packages/python-pykka.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-pykka
Testsuite: autopkgtest-pkg-pybuild

Package: python3-pykka
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         ${sphinxdoc:Depends},
Description: Actor model library (Python 3)
 Pykka is a Python implementation of the actor model. The actor model
 introduces some simple rules to control the sharing of state and cooperation
 between execution units, which makes it easier to build concurrent
 applications.