diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2016-09-11 08:49:52 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-09-11 08:49:52 +0700 |
commit | 62a0fb786a427b6d832a3553ab05762a460045e4 (patch) | |
tree | 1b7be780662e724708d6e2287e91e4f4011cd489 /python/backports-abc/slack-desc | |
parent | 27263a16a97dac510a92fca07304a37a1c1135b5 (diff) | |
download | slackbuilds-62a0fb786a427b6d832a3553ab05762a460045e4.tar.gz |
python/backports-abc: Added (backport of the collections.abc).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/backports-abc/slack-desc')
-rw-r--r-- | python/backports-abc/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/backports-abc/slack-desc b/python/backports-abc/slack-desc new file mode 100644 index 0000000000..e613ab8506 --- /dev/null +++ b/python/backports-abc/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------------------------------------------------------| +backports-abc: backports-abc (backport of the collections.abc module) +backports-abc: +backports-abc: This provides a backport for the collections.abc module in Python 3. +backports-abc: +backports-abc: +backports-abc: +backports-abc: +backports-abc: +backports-abc: +backports-abc: +backports-abc: |