File: control

package info (click to toggle)
python-diaspy 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 352 kB
  • sloc: python: 1,600; makefile: 149
file content (60 lines) | stat: -rw-r--r-- 2,053 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
57
58
59
60
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 (>= 11),
               dh-python,
               python-all (>= 2.6.6-3),
               python-dateutil,
               python-markdown,
               python-requests,
               python-setuptools (>= 0.6b3),
               python3-all,
               python3-dateutil,
               python3-requests,
               python3-setuptools,
Homepage: https://github.com/marekjm/diaspy/
Standards-Version: 3.9.8
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/python-team/modules/python-diaspy.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-diaspy

Package: python-diaspy
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends},
         python-dateutil,
         python-requests,
         python-requests-oauthlib,
Recommends: python-bs4,
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-dateutil,
         python3-requests,
         python3-requests-oauthlib,
Recommends: python3-bs4,
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.