File: control

package info (click to toggle)
python-activipy 0.1-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 440 kB
  • ctags: 657
  • sloc: python: 1,260; makefile: 173; sh: 24; lisp: 18
file content (47 lines) | stat: -rw-r--r-- 1,665 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Source: python-activipy
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: W. Martin Borgert <debacle@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
               python-all (>= 2.6.6-3),
               python-setuptools (>= 0.6b3),
               python-sphinx,
               python3-all,
               python3-setuptools,
               python-pytest,
               python3-pytest,
               python-pyld,
               python3-pyld,
               dh-python,
               docbook-xsl,
               xsltproc
Homepage: https://github.com/w3c-social/activipy
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-activipy.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-activipy.git

Package: python-activipy
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends},
         python (>= 2.7)
Provides: ${python:Provides}
Description: implementation of ActivityStreams 2.0 for Python 2
 Provides an easy API for building ActivityStreams 2.0 based
 applications as well as a test suite for testing
 ActivityStreams 2.0 libraries against.
 .
 This package provides the module for Python 2.x.

Package: python3-activipy
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Provides: ${python3:Provides}
Description: implementation of ActivityStreams 2.0 for Python 3
 Provides an easy API for building ActivityStreams 2.0 based
 applications as well as a test suite for testing
 ActivityStreams 2.0 libraries against.
 .
 This package provides the module for Python 3.x.