File: control

package info (click to toggle)
python-diaspy 0.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 328 kB
  • ctags: 319
  • sloc: python: 1,229; makefile: 149
file content (56 lines) | stat: -rw-r--r-- 1,964 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
48
49
50
51
52
53
54
55
56
Source: python-diaspy
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),
               python3-all,
               python3-setuptools,
               dh-python,
               python-markdown,
               python-requests,
               python3-requests,
Homepage: https://github.com/marekjm/diaspy/
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-diaspy.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-diaspy.git

Package: python-diaspy
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends},
         python (>= 2.7),
         python-requests,
         python-requests-oauthlib,
         python-pyasn1,
Suggests: python-openssl,
Description: unofficial interface to the Diaspora social network (Python 2)
 diaspy is a set of modules which form an Python interface to the
 API of Disapora* social network.
 .
 This package provides the diaspy Python module for Python 2.x.

Package: python3-diaspy
Architecture: all
Depends: ${misc:Depends}, 
         ${python3:Depends}, 
         python3-requests, 
         python3-requests-oauthlib
Description: unofficial interface to the Diaspora social network (Python 3)
 diaspy is a set of modules which form an Python interface to the
 API of Disapora* social network.
 .
 This package provides the diaspy Python module for Python 3.x.

Package: python-diaspy-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Description: unofficial interface to the Diaspora social network (documentation)
 diaspy is a set of modules which form an Python interface to the
 API of Disapora* social network.
 .
 This package provides the common documentation for the diaspy Python
 module.