diff options
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 |