diff options
author | RSKYS <Pouria.rz@outlook.com> | 2021-11-20 00:44:35 +0330 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-11-20 07:13:45 +0700 |
commit | ca41cdf3329b32d2a5a9d638e2f024352b4791ec (patch) | |
tree | c338bac60126f536860323b6cabe993a8ac994a4 /python/python3-fasteners/slack-desc | |
parent | 93b3b1107a766eb89bd232786b7e344a8b89158f (diff) |
python3-fasteners: Added (fasteners, required in python3)
Signed-off-by: RSKYS <Pouria.rz@outlook.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-fasteners/slack-desc')
-rw-r--r-- | python/python3-fasteners/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python3-fasteners/slack-desc b/python/python3-fasteners/slack-desc new file mode 100644 index 0000000000000..52d6c0fd9283b --- /dev/null +++ b/python/python3-fasteners/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-fasteners: python3-fasteners (python package that provides useful locks) +python3-fasteners: +python3-fasteners: A python package that provides useful locks. +python3-fasteners: It includes the following: +python3-fasteners: Locking decorator, +python3-fasteners: Reader-writer locks, +python3-fasteners: Inter-process locks, +python3-fasteners: Generic helpers. +python3-fasteners: +python3-fasteners: Homepage: https://github.com/harlowja/fasteners +python3-fasteners: |