pkgsrc/devel/py-attrs/PLIST
adam f7f59cdece Changes 16.3.0:
* Attributes now can have user-defined metadata which greatly improves attrs‘s extensibility.

* Allow for a __attrs_post_init__ method that – if defined – will get called at the end of the attrs-generated __init__ method.

* Add @attr.s(str=True) that will optionally create a __str__ method that is identical to __repr__. This is mainly useful with Exceptions and other classes that rely on a useful __str__ implementation but overwrite the default one through a poor own one. Default Python class behavior is to use __repr__ as __str__ anyways.

If you tried using attrs with Exceptions and were puzzled by the tracebacks: this option is for you.

* Don’t overwrite __name__ with __qualname__ for attr.s(slots=True) classes.
2017-02-13 18:57:05 +00:00

30 lines
994 B
Text

@comment $NetBSD: PLIST,v 1.2 2017/02/13 18:57:05 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/attr/__init__.py
${PYSITELIB}/attr/__init__.pyc
${PYSITELIB}/attr/__init__.pyo
${PYSITELIB}/attr/_compat.py
${PYSITELIB}/attr/_compat.pyc
${PYSITELIB}/attr/_compat.pyo
${PYSITELIB}/attr/_config.py
${PYSITELIB}/attr/_config.pyc
${PYSITELIB}/attr/_config.pyo
${PYSITELIB}/attr/_funcs.py
${PYSITELIB}/attr/_funcs.pyc
${PYSITELIB}/attr/_funcs.pyo
${PYSITELIB}/attr/_make.py
${PYSITELIB}/attr/_make.pyc
${PYSITELIB}/attr/_make.pyo
${PYSITELIB}/attr/exceptions.py
${PYSITELIB}/attr/exceptions.pyc
${PYSITELIB}/attr/exceptions.pyo
${PYSITELIB}/attr/filters.py
${PYSITELIB}/attr/filters.pyc
${PYSITELIB}/attr/filters.pyo
${PYSITELIB}/attr/validators.py
${PYSITELIB}/attr/validators.pyc
${PYSITELIB}/attr/validators.pyo