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
|
Source: python-cryptography-vectors
Maintainer: Tristan Seligmann <mithrandi@debian.org>
Section: python
Priority: optional
Build-Depends:
debhelper (>= 9),
dh-python,
python-all,
python-setuptools,
python3-all,
python3-setuptools,
Standards-Version: 3.9.8
Homepage: https://cryptography.io/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-cryptography-vectors.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-cryptography-vectors.git
XS-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Package: python-cryptography-vectors
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Description: Test vectors for python-cryptography (Python 2)
The test vectors for the cryptography library are rather large; thus, they are
broken out into their own package so that users who do not need to run the
tests do not need to download and install them.
.
This package contains the Python 2 version of cryptography_vectors.
Package: python3-cryptography-vectors
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Description: Test vectors for python-cryptography (Python 3)
The test vectors for the cryptography library are rather large; thus, they are
broken out into their own package so that users who do not need to run the
tests do not need to download and install them.
.
This package contains the Python 3 version of cryptography_vectors.
|