diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2020-04-04 15:00:59 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 23:16:50 -0500 |
commit | 9bf81be0c6c7f1cb17a8f5fd8476b6aeb9dc5258 (patch) | |
tree | 80d04c7842d187f92b0d79013437c6696c856fc0 /python/css-parser/slack-desc | |
parent | ac06fdcde120b595e259ff733a38823ecc752af0 (diff) | |
download | slackbuilds-9bf81be0c6c7f1cb17a8f5fd8476b6aeb9dc5258.tar.gz |
python/css-parser: Added (CSS parser and builder).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python/css-parser/slack-desc')
-rw-r--r-- | python/css-parser/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/css-parser/slack-desc b/python/css-parser/slack-desc new file mode 100644 index 0000000000..8babce12b6 --- /dev/null +++ b/python/css-parser/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------------------------------------------------------| +css-parser: css-parser (CSS parser and builder) +css-parser: +css-parser: A Python package to parse and build CSS Cascading Style Sheets. +css-parser: +css-parser: Homepage: https://github.com/ebook-utils/css-parser +css-parser: +css-parser: +css-parser: +css-parser: +css-parser: +css-parser: |