File: control

package info (click to toggle)
pyspf 2.0.7-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 340 kB
  • sloc: python: 1,393; makefile: 34; sh: 17
file content (49 lines) | stat: -rw-r--r-- 1,929 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
Source: pyspf
Section: python
Priority: optional
Maintainer: Scott Kitterman <scott@kitterman.com>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>, Gustavo Franco <stratus@debian.org>
Build-Depends: debhelper (>= 7.3.16), python-all (>= 2.6.6-6), python3-all, quilt (>= 0.46-7)
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Homepage: http://cheeseshop.python.org/pypi/pyspf/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyspf/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pyspf/trunk/
Standards-Version: 3.9.3

Package: python-spf
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-dns
Recommends: python-authres
Suggests: python-yaml
Description: sender policy framework (SPF) module for Python
 This module provides SPF (Sender Policy Framework) for Python.  It is RFC 4408
 compliant.
 .
 For more information about SPF see http://www.openspf.org/

Package: python3-spf
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, python3-dns
Recommends: python3-authres
Suggests: python3-yaml
Description: sender policy framework (SPF) module for Python 3
 This module provides SPF (Sender Policy Framework) for Python 3.  It is RFC
 4408 compliant.
 .
 For more information about SPF see http://www.openspf.org/

Package: spf-tools-python
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-spf
Replaces: python-spf (<< 2.0.5-3)
Description: sender policy framework (SPF) tools for Python
 SPF (Sender Policy Framework) related scripts and tools in Python. This
 package currently provides three scripts:
 .
  * pyspf: command line use of spf.py
  * spfquery: Python implementation of spfquery (uses alternatives)
  * pyspf-type99: Tool to convert SPF records of type TXT to type SPF
 .
 spfquery and pyspf-type99 are compatible with python3
 For more information about SPF look at http://www.openspf.org/