Source: python-decorator
Section: python
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/micheles/decorator/tags
Vcs-Browser: https://github.com/alvistack/micheles-decorator
Vcs-Git: https://github.com/alvistack/micheles-decorator.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 dh-python,
 fdupes,
 python3-dev,
 python3-pip,

Package: python3-decorator
Architecture: all
Description: Decorators for Humans
 The goal of the decorator module is to make it easy to define
 signature-preserving function decorators and decorator factories. It
 also includes an implementation of multiple dispatch and other niceties
 (please check the docs). It is released under a two-clauses BSD license,
 i.e. basically you can do whatever you want with it but I am not
 responsible.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
