File: control

package info (click to toggle)
moksha.common 1.2.3-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 260 kB
  • ctags: 115
  • sloc: python: 658; makefile: 8
file content (33 lines) | stat: -rw-r--r-- 1,105 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
33
Source: moksha.common
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Simon Chopin <chopin.simon@gmail.com>, Nicolas Dandrimont <olasd@debian.org>
Build-Depends:
 debhelper (>= 9),
 dh-python,
 help2man,
 python-all (>= 2.6.6-3~),
 python-decorator,
 python-kitchen,
 python-mock,
 python-nose,
 python-setuptools,
 python-six,
 python-twisted-core,
 python-tz
Standards-Version: 3.9.5
X-Python-Version: >= 2.6
Homepage: http://mokshaproject.net/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/moksha.common.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/moksha.common.git

Package: python-moksha.common
Architecture: all
Depends: python-twisted-core, python-six, ${misc:Depends}, ${python:Depends}
Description: Common components for the Moksha framework
 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.