File: control

package info (click to toggle)
python-sparkpost 1.3.7-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 540 kB
  • sloc: python: 2,509; makefile: 173; sh: 19
file content (56 lines) | stat: -rw-r--r-- 1,479 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
Source: python-sparkpost
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,
# Test Requirements
# flake8,
# python-django,
# python3-django,
# python-pytest,
# python3-pytest,
# python-pytest-cov,
# python3-pytest,
# python-requests,
# python3-requests,
# python-responses,
# python3-responses,
# python-tornado,
# python3-tornado
Standards-Version: 4.3.0
Homepage: https://github.com/SparkPost/python-sparkpost
Vcs-Git: https://salsa.debian.org/python-team/modules/python-sparkpost.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-sparkpost

Package: python-sparkpost
Architecture: all
Depends:
 ${misc:Depends},
 ${python:Depends},
Description: SparkPost Python API client (Python 2)
 Super-mega-official Python package for using the SparkPost API.
 .
 Python and Python-Django integration with SparkPost's email transmission
 API.
 .
 This is the Python 2 version of the package.

Package: python3-sparkpost
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: SparkPost Python API client (Python 3)
 Super-mega-official Python package for using the SparkPost API.
 .
 Python and Python-Django integration with SparkPost's email transmission
 API.
 .
 This is the Python 3 version of the package.