File: control

package info (click to toggle)
python-braintree 3.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,376 kB
  • ctags: 1,998
  • sloc: python: 13,634; makefile: 73; sh: 8
file content (45 lines) | stat: -rw-r--r-- 1,350 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
Source: python-braintree
Section: python
Priority: optional
Maintainer: Alessio Treglia <alessio@debian.org>
Build-Depends:
 debhelper (>= 9~),
 dh-python,
 python-all,
 python-requests,
 python-setuptools,
 python3-all,
 python3-requests,
 python3-setuptools
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.3
Standards-Version: 3.9.5
Homepage: https://www.braintreepayments.com/docs/python
Vcs-Git: git://anonscm.debian.org/collab-maint/python-braintree.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/python-braintree.git

Package: python-braintree
Architecture: all
Depends:
 python-requests (>= 1.0),
 ${misc:Depends},
 ${python:Depends}
Description: Braintree Python library (Python 2)
 The Braintree library provides integration access to the Braintree
 Gateway. This module enables a web application to accept payment
 through such commercial, full-stack payments platform.
 .
 This is the Python 2 version of package.

Package: python3-braintree
Architecture: all
Depends:
 python3-requests (>= 1.0),
 ${misc:Depends},
 ${python3:Depends}
Description: Braintree Python library (Python 3)
 The Braintree library provides integration access to the Braintree
 Gateway. This module enables a web application to accept payment
 through such commercial, full-stack payments platform.
 .
 This is the Python 3 version of package.