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
|
Source: pyspf
Section: python
Priority: optional
Maintainer: Scott Kitterman <scott@kitterman.com>
Uploaders: Debian Python Team <team+python@tracker.debian.org>, Gustavo Franco <stratus@debian.org>
Build-Depends: debhelper-compat (= 12),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-authres,
python3-dns,
python3-setuptools,
python3-yaml,
Homepage: https://github.com/sdgathman/pyspf/
Vcs-Git: https://salsa.debian.org/python-team/packages/pyspf.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pyspf
Standards-Version: 4.7.0
Testsuite: autopkgtest-pkg-pybuild
Package: python3-spf
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, python3-dns | python3-dnspython,
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
7208 compliant.
.
For more information about SPF see http://www.openspf.org/
Package: spf-tools-python
Section: mail
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, python3-spf
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/
|