Source: python-aes
Section: python
Priority: optional
Maintainer: Sophie Brun <sophie@freexian.com>
Build-Depends: debhelper (>= 10), dh-python, python-all, python-setuptools, python3-all, python3-setuptools
Standards-Version: 4.1.0
Homepage: https://github.com/serprex/pythonaes
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Vcs-Git: git://git.kali.org/packages/python-aes.git
Vcs-Browser: http://git.kali.org/gitweb/?p=packages/python-aes.git;a=summary
Testsuite: autopkgtest-pkg-python

Package: python-aes
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: Python implementation of AES for 2.7 or 3.x (Python 2)
 This package contains a pure-Python implementation of the AES block cipher
 algorithm and the common modes of operation (CBC, CFB and OFB).
 .
 This package installs the library for Python 2.

Package: python3-aes
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: Python implementation of AES for 2.7 or 3.x (Python 3)
 This package contains a pure-Python implementation of the AES block cipher
 algorithm and the common modes of operation (CBC, CFB and OFB).
 .
 This package installs the library for Python 3.
