Source: python-promise
Section: python
Priority: optional
Maintainer: Sophie Brun <sophie@freexian.com>
Build-Depends: debhelper (>= 9),
               dh-python,
               python3-all,
               python3-setuptools,
# for the tests
               python3-pytest,
	       python3-mock,
	       python3-pytest-benchmark
Standards-Version: 3.9.8
Homepage: https://github.com/syrusakbary/promise
X-Python3-Version: >= 3.3
Vcs-Git: git://git.kali.org/packages/python-promise.git
Vcs-Browser: http://git.kali.org/gitweb/?p=packages/python-promise.git;a=summary

Package: python3-promise
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: Performant Promise implementation in Python 3
 This package contains an implementation of Promises in Python. It is a super
 set of Promises/A+ designed to have readable, performant code and to provide
 just the extensions that are absolutely necessary for using promises in Python.
 .
 Its fully compatible with the Promises/A+ spec.
 .
 This package installs the library for Python 3.
