diff options
| author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2023-07-29 07:35:53 +0700 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-29 07:35:53 +0700 |
| commit | 54b503209a88420b85cd27f216d33fab74beeff1 (patch) | |
| tree | f0ac500d753f3e8396aa1c1343e69827884bb823 /python/python3-pathlib2/slack-desc | |
| parent | 44a9a8853b9c84e216fb77392873026f91458d56 (diff) | |
python/python3-pathlib2: Added (Object-oriented FS paths).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pathlib2/slack-desc')
| -rw-r--r-- | python/python3-pathlib2/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python3-pathlib2/slack-desc b/python/python3-pathlib2/slack-desc new file mode 100644 index 0000000000..5f055193eb --- /dev/null +++ b/python/python3-pathlib2/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python3-pathlib2: python3-pathlib2 (Object-oriented filesystem paths) +python3-pathlib2: +python3-pathlib2: The old pathlib module on bitbucket is in bugfix-only mode. The goal +python3-pathlib2: of pathlib2 is to provide a backport of standard pathlib module which +python3-pathlib2: tracks the standard library module, so all the newest features of the +python3-pathlib2: standard pathlib can be used also on older Python versions. +python3-pathlib2: +python3-pathlib2: Homepage: https://pypi.org/project/pathlib2/ +python3-pathlib2: +python3-pathlib2: +python3-pathlib2: |
