diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2017-01-17 11:17:21 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-01-24 22:53:23 +1300 |
commit | 93400cec61e73d06f1b518beca99fa58b9ce5265 (patch) | |
tree | 9149cbb2ba06114fd0c6c1399edd8eb2c301b198 /package/python-pathpy/Config.in | |
parent | 3022787c73e7474e4ebb2647a561bea2d2bc45b3 (diff) | |
download | buildroot-93400cec61e73d06f1b518beca99fa58b9ce5265.tar.gz buildroot-93400cec61e73d06f1b518beca99fa58b9ce5265.zip |
python-pathpy: 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-pathpy/Config.in')
-rw-r--r-- | package/python-pathpy/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/python-pathpy/Config.in b/package/python-pathpy/Config.in new file mode 100644 index 0000000000..98c05126bf --- /dev/null +++ b/package/python-pathpy/Config.in @@ -0,0 +1,8 @@ +config BR2_PACKAGE_PYTHON_PATHPY + bool "python-pathpy" + help + path.py implements a path objects as first-class + entities, allowing common operations on files to + be invoked on those path objects directly. + + https://github.com/jaraco/path.py |