Source: eopayment
Section: python
Priority: optional
Maintainer: Frederic Peters <fpeters@debian.org>
Build-Depends: debhelper (>= 9),
               python-all (>= 2.6),
               python-crypto,
               python-requests,
               python-setuptools (>= 0.6b3),
               python-six,
               python-tz,
               python3-all,
               python3-crypto,
               python3-requests,
               python3-setuptools,
               python3-six,
               python3-tz
Standards-Version: 3.9.1
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.4
Homepage: http://dev.entrouvert.org/projects/eopayment/

Package: python-eopayment
Architecture: all
Depends: ${python:Depends},
 python-zeep (>= 2.5),
 python-click
Description: common API to access online payment services
 eopayment is a Python module to interface with French's bank credit
 card online payment services. Supported services are ATOS/SIP, SystemPay,
 and SPPLUS.

Package: python3-eopayment
Architecture: all
Depends: ${python3:Depends},
 python3-zeep (>= 2.5),
 python3-click
Description: common API to access online payment services (Python 3)
 eopayment is a Python module to interface with French's bank credit
 card online payment services. Supported services are ATOS/SIP, SystemPay,
 and SPPLUS.
 .
 This is the Python 3 version of the package.
