pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-attrs



Module Name:    pkgsrc
Committed By:   leot
Date:           Thu Apr 14 11:06:27 UTC 2016

Added Files:
        pkgsrc/devel/py-attrs: DESCR Makefile PLIST distinfo

Log Message:
Import py-attrs-15.2.0 as devel/py-attrs

attrs is an MIT-licensed Python package with class decorators that ease the
chores of implementing the most common attribute-related object protocols.

You just specify the attributes to work with and attrs gives you:

 * a nice human-readable __repr__,
 * a complete set of comparison methods,
 * an initializer,
 * and much more

without writing dull boilerplate code again and again.

This gives you the power to use actual classes with actual types in your code
instead of confusing tuples or confusingly behaving namedtuples.

So put down that type-less data structures and welcome some class into your
life!


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-attrs/DESCR \
    pkgsrc/devel/py-attrs/Makefile pkgsrc/devel/py-attrs/PLIST \
    pkgsrc/devel/py-attrs/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index