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 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
Source: vine
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Christopher Hoskin <mans0954@debian.org>,
Section: python
Priority: optional
Build-Depends:
debhelper-compat (= 12),
dh-python,
python3-all,
python3-case,
python3-pytest,
python3-setuptools,
python3-sphinx,
python3-sphinx-celery,
Build-Conflicts:
python-sphinx,
Standards-Version: 4.4.1
Homepage: https://github.com/celery/vine
Vcs-Git: https://salsa.debian.org/python-team/packages/vine.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/vine
Package: python-vine-doc
Architecture: all
Section: doc
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Multi-Arch: foreign
Description: vine Python promises documentation
A Python implementation of the promise pattern for asynchronous programming.
.
This is a special implementation of promises in that it can be used both for
"promise of a value" and lazy evaluation. The biggest upside for this is that
everything in a promise can also be a promise, e.g. filters, callbacks and
errbacks can all be promises.
.
This is the documentation package.
Package: python3-vine
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Breaks:
python3-celery (<< 5.0),
python3-kombu (<< 5.0),
Description: Python promises (Python 3 version)
A Python implementation of the promise pattern for asynchronous programming.
.
This is a special implementation of promises in that it can be used both for
"promise of a value" and lazy evaluation. The biggest upside for this is that
everything in a promise can also be a promise, e.g. filters, callbacks and
errbacks can all be promises.
.
This package contains the Python 3 version of the library.
|