summaryrefslogtreecommitdiffstats
path: root/package/python-cached-property/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2018-03-09 20:16:56 +0100
committerPeter Korsgaard <peter@korsgaard.com>2018-03-10 08:36:11 +0100
commitaa2a309b603044db39f7b8e0c54ad5c4159f04c6 (patch)
tree135d76a6821dcdd1e9c5aa53ffc01ad8d6654ba7 /package/python-cached-property/Config.in
parent8b46a14d174235b284e2ae72610dcb967e590d12 (diff)
downloadbuildroot-aa2a309b603044db39f7b8e0c54ad5c4159f04c6.tar.gz
buildroot-aa2a309b603044db39f7b8e0c54ad5c4159f04c6.zip
package: add python-cached-property
A decorator for caching properties in classes. [Peter: Correct license as pointed out by Yegor] Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-cached-property/Config.in')
-rw-r--r--package/python-cached-property/Config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/package/python-cached-property/Config.in b/package/python-cached-property/Config.in
new file mode 100644
index 0000000000..8343973342
--- /dev/null
+++ b/package/python-cached-property/Config.in
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_PYTHON_CACHED_PROPERTY
+ bool "python-cached-property"
+ help
+ A decorator for caching properties in classes.
+
+ https://github.com/pydanny/cached-property
OpenPOWER on IntegriCloud