diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-09-24 00:02:20 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-09-25 13:59:43 +0700 |
commit | e4b966ed92c4281bca32f60c998dfff944c4d874 (patch) | |
tree | b3d553775c2c55af15743ba60fb828e67abf3321 /python/python3-editables/slack-desc | |
parent | 33ae2632387b33a51424cbf779e672f930a0ef54 (diff) | |
download | slackbuilds-e4b966ed92c4281bca32f60c998dfff944c4d874.tar.gz |
python/python3-editables: Added (A lib for creating editable wheels)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-editables/slack-desc')
-rw-r--r-- | python/python3-editables/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python3-editables/slack-desc b/python/python3-editables/slack-desc new file mode 100644 index 0000000000..a0b5bf5903 --- /dev/null +++ b/python/python3-editables/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-editables: python3-editables (A Python library for creating editable wheels) +python3-editables: +python3-editables: This library supports the building of wheels which, when installed, +python3-editables: will expose packages in a local directory on sys.path in "editable +python3-editables: mode". In other words, changes to the package source will be reflected +python3-editables: in the package visible to Python, without needing a reinstall. +python3-editables: +python3-editables: +python3-editables: Homepage: https://github.com/pfmoore/editables +python3-editables: +python3-editables: |