summaryrefslogtreecommitdiffstats
path: root/python/argcomplete/slack-desc
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2023-11-03 16:52:04 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-11-04 16:41:35 +0700
commit9efa739b3cecbe9fce28715d806a06a2f4813e54 (patch)
treedfbc34e791fa8eed9619f93422e12b6ea60547f6 /python/argcomplete/slack-desc
parent9c77d1846f75c629a7dbaed73d380b21001e22a1 (diff)
downloadslackbuilds-9efa739b3cecbe9fce28715d806a06a2f4813e54.tar.gz
slackbuilds-9efa739b3cecbe9fce28715d806a06a2f4813e54.tar.xz
python/argcomplete: Removed (use python3-argcomplete).
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to '')
-rw-r--r--python/argcomplete/slack-desc19
1 files changed, 0 insertions, 19 deletions
diff --git a/python/argcomplete/slack-desc b/python/argcomplete/slack-desc
deleted file mode 100644
index 84707983c4..0000000000
--- a/python/argcomplete/slack-desc
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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------------------------------------------------------|
-argcomplete: argcomplete (Bash tab completion for argparse)
-argcomplete:
-argcomplete: Tab complete all the things!
-argcomplete:
-argcomplete: Argcomplete provides easy, extensible command
-argcomplete: line tab completion of arguments for your Python
-argcomplete: script.
-argcomplete:
-argcomplete: Homepage: https://github.com/kislyuk/argcomplete
-argcomplete:
-argcomplete: