File: control

package info (click to toggle)
chargebee2-python 2.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 644 kB
  • sloc: python: 1,865; sh: 5; makefile: 3
file content (52 lines) | stat: -rw-r--r-- 1,692 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
Source: chargebee2-python
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Scott Kitterman <scott@kitterman.com>
Build-Depends:
 debhelper (>= 9~),
 dh-python,
 python-all,
 python-setuptools,
 python3-all,
 python3-setuptools,
Standards-Version: 4.3.0
Homepage: https://github.com/chargebee/chargebee-python/
Vcs-Git: https://salsa.debian.org/python-team/modules/chargebee2-python.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/chargebee2-python

Package: python-chargebee2
Architecture: all
Depends:
 ${misc:Depends},
 ${python:Depends},
Conflicts: python-chargebee
Description: Python library for integrating with Chargebee (Python 2/API v2)
 The Python library for integrating with Chargebee Recurring Billing and
 Subscription Management solution.
 .
 Chargebee now supports two API versions - V1 and V2. This library is for the
 newer API version V2.
 .
 This package conflicts with python-chargebee which provides the V1 API in
 the same Python module namespace.
 .
 This is the Python 2 version of the package.

Package: python3-chargebee2
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Conflicts: python3-chargebee
Description: Python library for integrating with Chargebee (Python 3/API v2)
 The Python library for integrating with Chargebee Recurring Billing and
 Subscription Management solution.
 .
 Chargebee now supports two API versions - V1 and V2. This library is for the
 newer API version V2.
 .
 This package conflicts with python3-chargebee which provides the V1 API in
 the same Python module namespace.
 .
 This is the Python 3 version of the package.