pkgsrc/devel/py-wrapt/distinfo
richard 1fa04d3f86 add devel/py-wrapt (wrapt-1.10.8)
A Python module for decorators, wrappers and monkey patching.

The aim of the wrapt module is to provide a transparent object proxy for
Python, which can be used as the basis for the construction of function
wrappers and decorator functions.

The wrapt module focuses very much on correctness. It therefore goes way
beyond existing mechanisms such as functools.wraps() to ensure that
decorators preserve introspectability, signatures, type checking abilities
etc. The decorators that can be constructed using this module will work in
far more scenarios than typical decorators and provide more predictable and
consistent behaviour.

To ensure that the overhead is as minimal as possible, a C extension module
is used for performance critical components. An automatic fallback to a pure
Python implementation is also provided where a target system does not have a
compiler to allow the C extension to be compiled.
2016-05-05 11:15:33 +00:00

6 lines
402 B
Text

$NetBSD: distinfo,v 1.1 2016/05/05 11:15:33 richard Exp $
SHA1 (wrapt-1.10.8.tar.gz) = bf61e605eb54383666e3a403b99f49c4dee406d3
RMD160 (wrapt-1.10.8.tar.gz) = 55882ba07e05aed13ceb301fd545aa9f891bb8a9
SHA512 (wrapt-1.10.8.tar.gz) = 0e16bdf6cd18af546e4f8c862bcbe247a6e61977b5a6f26d7756564d188da210bbe1b7fea12e476a0bbf1fabc168d9d1864b2af4d5a4bc875fef936317320f29
Size (wrapt-1.10.8.tar.gz) = 25183 bytes