summaryrefslogtreecommitdiffstats
path: root/package/python-enum/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2014-12-15 15:32:12 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-12-20 21:56:48 +0100
commit857cba81104693f6d0114107d22eaf8b88d236e4 (patch)
tree2b1c8d52f4f66695b4c1c8034bd0281856d83a41 /package/python-enum/Config.in
parentbef6d517fb0a87d2564a94273815f7b3862feaf9 (diff)
downloadbuildroot-857cba81104693f6d0114107d22eaf8b88d236e4.tar.gz
buildroot-857cba81104693f6d0114107d22eaf8b88d236e4.zip
python-enum: new package
This is an alternative to python-enum34 with a somewhat different API. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-enum/Config.in')
-rw-r--r--package/python-enum/Config.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/python-enum/Config.in b/package/python-enum/Config.in
new file mode 100644
index 0000000000..e26ae8bf97
--- /dev/null
+++ b/package/python-enum/Config.in
@@ -0,0 +1,12 @@
+config BR2_PACKAGE_PYTHON_ENUM
+ bool "python-enum"
+ depends on BR2_PACKAGE_PYTHON
+ help
+ Robust enumerated type support in Python
+
+ An enumeration object is an immutable sequence object built
+ from a sequence of strings. Each value is also available as
+ an attribute. Such values are constant. Comparisons and
+ enumeration are supported.
+
+ https://pypi.python.org/pypi/enum
OpenPOWER on IntegriCloud