~rbanffy/+junk/python3-seamicroclient

« back to all changes in this revision

Viewing changes to python-seamicroclient-0.2.1/debian/control

  • Committer: Ricardo Bánffy
  • Date: 2015-12-15 21:36:41 UTC
  • Revision ID: rbanffy@gmail.com-20151215213641-l6rxowkaerz02467
Initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: python-seamicroclient
 
2
Section: python
 
3
Priority: optional
 
4
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
 
5
XSBC-Original-Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
 
6
Uploaders: Julien Danjou <acid@debian.org>,
 
7
           Thomas Goirand <zigo@debian.org>,
 
8
           Mehdi Abaakouk <sileht@sileht.net>
 
9
Build-Depends: openstack-pkg-tools,
 
10
               debhelper (>= 9),
 
11
               python-all (>= 2.6.6-3~),
 
12
               python-babel (>= 1.3),
 
13
               python-coverage (>= 3.6),
 
14
               python-fixtures (>= 0.3.14),
 
15
               python-iso8601 (>= 0.1.8),
 
16
               python-keyring (>=1.6.1),
 
17
               python-mock (>= 1.0),
 
18
               python-pbr (>= 0.5.21),
 
19
               python-prettytable,
 
20
               python-setuptools,
 
21
               python-simplejson,
 
22
               python-six (>= 1.4.1),
 
23
               python-sphinx (>= 1.1.2),
 
24
               python-testtools (>= 0.9.32),
 
25
               testrepository (>= 0.0.17),
 
26
               python-requests
 
27
#               python3-all,
 
28
#               python3-babel (>= 1.3),
 
29
#               python3-iso8601 (>= 0.1.8),
 
30
#               python3-pbr (>= 0.5.21),
 
31
#               python3-prettytable,
 
32
#               python3-setuptools,
 
33
#               python3-simplejson,
 
34
#               python3-six (>= 1.4.1),
 
35
Standards-Version: 3.9.5
 
36
X-Python-Version: >= 2.6
 
37
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-seamicroclient.git
 
38
Vcs-Git: git://anonscm.debian.org/openstack/python-seamicroclient.git
 
39
Homepage: https://github.com/seamicro/python-seamicroclient
 
40
 
 
41
Package: python-seamicroclient
 
42
Architecture: all
 
43
Pre-Depends: dpkg (>= 1.15.6~)
 
44
Depends: python-babel (>= 1.3),
 
45
         python-iso8601 (>= 0.1.8),
 
46
         python-pbr (>= 0.5.21),
 
47
         python-prettytable,
 
48
         python-requests (>= 1.1),
 
49
         python-simplejson,
 
50
         python-six (>= 1.4.1),
 
51
         ${misc:Depends},
 
52
         ${python:Depends}
 
53
Description: Client library for Seamicro chassis API - Python 2.x
 
54
 Python client for consuming SeaMicro REST API v2.0
 
55
 .
 
56
 This package contains the Python 2.x module.
 
57
 
 
58
#Package: python3-seamicroclient
 
59
#Architecture: all
 
60
#Pre-Depends: dpkg (>= 1.15.6~)
 
61
#Depends: python3-babel (>= 1.3),
 
62
#         python3-pbr (>= 0.5.21),
 
63
#         python3-prettytable,
 
64
#         python3-requests (>= 1.1),
 
65
#         python3-simplejson,
 
66
#         python3-six (>= 1.4.1),
 
67
#         ${misc:Depends},
 
68
#         ${python3:Depends}
 
69
#Description: Client library for Seamicro chassis API - Python 3.x
 
70
# Python client for consuming SeaMicro REST API v2.0
 
71
# .
 
72
# This package contains the Python 3.x module.