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
|
Source: moksha.common
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Nicolas Dandrimont <olasd@debian.org>
Build-Depends:
debhelper-compat (= 12),
dh-python,
help2man,
python3-all,
python3-decorator,
python3-kitchen,
python3-mock,
python3-nose,
python3-setuptools,
python3-six,
python3-twisted,
python3-tz,
Standards-Version: 4.4.0
Homepage: http://mokshaproject.net/
Vcs-Git: https://salsa.debian.org/python-team/modules/moksha.common.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/moksha.common
Testsuite: autopkgtest-pkg-python
Package: python3-moksha.common
Architecture: all
Depends: python3-twisted, python3-six, ${misc:Depends}, ${python3:Depends}
Description: Common components for the Moksha framework (Python 3)
Moksha is a combination of Web framework and messaging hub that is
written on top of widely-used and tested components such as Twisted,
0mq or TurboGears.
.
This package provides the core components for this framework.
.
This package installs the library for Python 3.
|