pkgsrc/devel/py-backports.cached-property/DESCR
adam ee38c3231e py-backports.cached-property: added version 1.0.1
Python 3.8 adds great descriptor to functools: cached_property. Technically all
required APIs was available since python 3.6, but it is what it is.

This package is a backport of this functionality for python 3.6 and 3.7.
2021-11-08 12:27:36 +00:00

4 lines
222 B
Text

Python 3.8 adds great descriptor to functools: cached_property. Technically all
required APIs was available since python 3.6, but it is what it is.
This package is a backport of this functionality for python 3.6 and 3.7.