File: control

package info (click to toggle)
python-fitbit 0.3.0-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 248 kB
  • sloc: python: 1,559; makefile: 132
file content (76 lines) | stat: -rw-r--r-- 2,588 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Source: python-fitbit
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Dylan Aïssi <bob.dybian@gmail.com>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper (>= 11~),
               dh-python,
               python,
               python-setuptools,
               python-requests-oauthlib (>= 0.7),
               python-dateutil,
               python-docutils,
               python-nose,
# Tests are disabled
#               python-mock,
#               python-coverage,
#               python-freezegun (>= 0.3.8),
#               python-requests-mock (>= 1.2.0),
               python3,
               python3-setuptools,
               python3-requests-oauthlib (>= 0.7),
               python3-dateutil,
               python3-sphinx,
               python3-docutils,
               python3-nose
# Tests are disabled
#               python3-mock,
#               python3-coverage,
#               python3-freezegun (>= 0.3.8),
#               python3-requests-mock (>= 1.2.0)
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/med-team/python-fitbit
Vcs-Git: https://salsa.debian.org/med-team/python-fitbit.git
Homepage: https://github.com/orcasgit/python-fitbit/

Package: python-fitbit
Architecture: all
Depends: ${python:Depends},
         ${misc:Depends},
         python-dateutil,
         python-requests-oauthlib
Description: FitBit REST API Client Implementation - Python 2
 A Python module containing an implementation of a client for the FitBit
 REST API. It uses OAuth for authentication, it supports both US and SI
 units.
 .
 This package contains the Python 2 module.

Package: python3-fitbit
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends},
         python3-dateutil,
         python3-requests-oauthlib
Description: FitBit REST API Client Implementation - Python 3
 A Python module containing an implementation of a client for the FitBit
 REST API. It uses OAuth for authentication, it supports both US and SI
 units.
 .
 This package contains the Python 3 module.

Package: python-fitbit-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${sphinxdoc:Depends},
         ${misc:Depends}
Breaks: python-fitbit (<< 0.3.0-2)
Replaces: python-fitbit (<< 0.3.0-2)
Description: FitBit REST API Client Implementation - Documentation
 A Python module containing an implementation of a client for the FitBit
 REST API. It uses OAuth for authentication, it supports both US and SI
 units.
 .
  This package contains the documentation.