diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-04-29 09:50:10 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-30 13:51:54 +0700 |
commit | 7277ccaec2207895dc30dc06a61f52ed3d15b85e (patch) | |
tree | 2cece9a3f0ae9420d403c1583ba6f788255044d8 /python/python3-sniffio/slack-desc | |
parent | b97ac8643b94b97e954ecb40c55751eb69cc05b7 (diff) |
python/python3-sniffio: Added (detect async library)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-sniffio/slack-desc')
-rw-r--r-- | python/python3-sniffio/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python3-sniffio/slack-desc b/python/python3-sniffio/slack-desc new file mode 100644 index 000000000000..68fcaf68d56c --- /dev/null +++ b/python/python3-sniffio/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-sniffio: python3-sniffio (detect which async library is current running) +python3-sniffio: +python3-sniffio: sniffio is a tiny package whose only purpose is to let you detect +python3-sniffio: which async library your code is running under. +python3-sniffio: +python3-sniffio: +python3-sniffio: +python3-sniffio: +python3-sniffio: +python3-sniffio: +python3-sniffio: |