diff options
| author | Yegor Yefremov <yegorslists@googlemail.com> | 2016-07-06 09:18:16 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-07-06 23:00:57 +0200 |
| commit | fb131be88aef08263543cf07fbef028558b8fac6 (patch) | |
| tree | ebb5d436bec6cfd5b80763573eb33e20781d57f6 /package/python-humanize/Config.in | |
| parent | 1ba26756d838736c2fe4936a3a25f4c8762133ba (diff) | |
| download | buildroot-fb131be88aef08263543cf07fbef028558b8fac6.tar.gz buildroot-fb131be88aef08263543cf07fbef028558b8fac6.zip | |
python-humanize: new package
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-humanize/Config.in')
| -rw-r--r-- | package/python-humanize/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/python-humanize/Config.in b/package/python-humanize/Config.in new file mode 100644 index 0000000000..f4f4e67b65 --- /dev/null +++ b/package/python-humanize/Config.in @@ -0,0 +1,9 @@ +config BR2_PACKAGE_PYTHON_HUMANIZE + bool "python-humanize" + help + Python humanize package contains various common humanization + utilities, like turning a number into a fuzzy human readable + duration ('3 minutes ago') or into a human readable size or + throughput. + + http://github.com/jmoiron/humanize |

